This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.1 by this push:
new c50d2ea4e23 [fix](test) fix unstable test (#40143)
c50d2ea4e23 is described below
commit c50d2ea4e23ed0acbb6ccb03a14303ed0b8a360b
Author: 924060929 <[email protected]>
AuthorDate: Thu Aug 29 23:42:24 2024 +0800
[fix](test) fix unstable test (#40143)
## Proposed changes
cherry pick from #40142
---
regression-test/suites/nereids_p0/cache/parse_sql_from_sql_cache.groovy | 1 +
1 file changed, 1 insertion(+)
diff --git
a/regression-test/suites/nereids_p0/cache/parse_sql_from_sql_cache.groovy
b/regression-test/suites/nereids_p0/cache/parse_sql_from_sql_cache.groovy
index 2c8660ab7c0..4bf5c277d21 100644
--- a/regression-test/suites/nereids_p0/cache/parse_sql_from_sql_cache.groovy
+++ b/regression-test/suites/nereids_p0/cache/parse_sql_from_sql_cache.groovy
@@ -138,6 +138,7 @@ suite("parse_sql_from_sql_cache") {
set "partitions", "p1"
inputIterator([[1, 3], [1, 4]].iterator())
}
+ sql "sync"
// stream load can not use cache
sql "select * from test_use_plan_cache5"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]