This is an automated email from the ASF dual-hosted git repository.
panxiaolei 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 ab0d01d2b4 [fix](case) add sync, test_range_partition.groovy (#22556)
ab0d01d2b4 is described below
commit ab0d01d2b45395abc7d5af6c7902b3262c26419d
Author: Dongyang Li <[email protected]>
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 e456869058..64f5deff4a 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
@@ -91,6 +91,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: [email protected]
For additional commands, e-mail: [email protected]