This is an automated email from the ASF dual-hosted git repository.

huajianlan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 162ac86cfa6 [fix](test) fix unstable test (#40142)
162ac86cfa6 is described below

commit 162ac86cfa6ab17367fd2aed34c2563fc7320524
Author: 924060929 <[email protected]>
AuthorDate: Fri Aug 30 10:45:38 2024 +0800

    [fix](test) fix unstable test (#40142)
    
    fix unstable test
---
 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 3381b5653c4..82848736936 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
@@ -144,6 +144,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]

Reply via email to