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

yiguolei pushed a commit to branch 2.1-tmp
in repository https://gitbox.apache.org/repos/asf/doris.git

commit 1a2177adb9854b7450232d2083f0875c5398621b
Author: LiBinfeng <46676950+libinfeng...@users.noreply.github.com>
AuthorDate: Mon Apr 1 15:06:44 2024 +0800

    [Fix](test) add sync to ensure data synchronization in test_set_operater 
(#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 ac091a9d8bb..1bc9cc29e4c 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,arrow_flight_sql") {
     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,arrow_flight_sql") {
             t3 
             on t2.col1=t3.col1;
     """
-}
\ No newline at end of file
+}


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to