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

morrysnow pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-2.0 by this push:
     new 6566097679d [Fix](test) add sync to ensure data synchronization in 
test_set_operater (#32993) (#34660)
6566097679d is described below

commit 6566097679dc9fbafd964d9a49b052ee6e31084f
Author: LiBinfeng <[email protected]>
AuthorDate: Fri May 17 17:09:50 2024 +0800

    [Fix](test) add sync to ensure data synchronization in test_set_operater 
(#32993) (#34660)
    
    cherry-pick #32993
---
 regression-test/suites/query_p0/operator/test_set_operator.groovy | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/regression-test/suites/query_p0/operator/test_set_operator.groovy 
b/regression-test/suites/query_p0/operator/test_set_operator.groovy
index 8a9512e9770..69534381cd8 100644
--- a/regression-test/suites/query_p0/operator/test_set_operator.groovy
+++ b/regression-test/suites/query_p0/operator/test_set_operator.groovy
@@ -74,6 +74,7 @@ suite("test_set_operators", "query,p0") {
     sql """insert into t2 values('6',5,3,4);"""
     sql """insert into t2 values('9',8,0,7);"""
 
+    sql 'sync'
     order_qt_select """
         select
             col1
@@ -88,4 +89,4 @@ suite("test_set_operators", "query,p0") {
             t3 
             on t2.col1=t3.col1;
     """
-}
\ No newline at end of file
+}


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to