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

commit 7522799692e53d2777e2c70bdef2c5f8dc63cd6f
Author: zclllyybb <[email protected]>
AuthorDate: Mon Apr 15 17:00:02 2024 +0800

    [testcases](auto-partition) fix data sync (#33635)
    
    fix data sync
---
 .../suites/partition_p0/auto_partition/test_auto_range_partition.groovy  | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/regression-test/suites/partition_p0/auto_partition/test_auto_range_partition.groovy
 
b/regression-test/suites/partition_p0/auto_partition/test_auto_range_partition.groovy
index e17f4f8ef8a..508f086f865 100644
--- 
a/regression-test/suites/partition_p0/auto_partition/test_auto_range_partition.groovy
+++ 
b/regression-test/suites/partition_p0/auto_partition/test_auto_range_partition.groovy
@@ -165,5 +165,6 @@ suite("test_auto_range_partition") {
     """
     sql " insert into isit_src values (20201212); "
     sql " insert into isit select * from isit_src "
+    sql " sync "
     qt_sql " select * from isit order by k "
 }


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

Reply via email to