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

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

commit c5e4a39f0f5cad603da8fb3f81488eedd7ddf47b
Author: Dongyang Li <hello_step...@qq.com>
AuthorDate: Thu Aug 3 19:41:54 2023 +0800

    [fix](case) add sync, test_range_partition.groovy (#22556)
    
    add sync, test_range_partition.groovy
---
 .../suites/partition_p0/multi_partition/test_range_partition.groovy      | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/regression-test/suites/partition_p0/multi_partition/test_range_partition.groovy
 
b/regression-test/suites/partition_p0/multi_partition/test_range_partition.groovy
index 02f5f1b55b..87e3f3ca83 100644
--- 
a/regression-test/suites/partition_p0/multi_partition/test_range_partition.groovy
+++ 
b/regression-test/suites/partition_p0/multi_partition/test_range_partition.groovy
@@ -90,6 +90,7 @@ suite("test_range_partition", "p0") {
             set "column_separator", ","
             file "partition_table.csv"
         }
+        sql """sync"""
         test {
             sql "select * from ${tableName} order by k1, k2"
             resultFile "partition_table.out"


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

Reply via email to