This is an automated email from the ASF dual-hosted git repository. yiguolei 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 a8d63ef93b [fix](case) Update test_dup_tab_auto_inc_10000.groovy, add sync after streamload #23082 a8d63ef93b is described below commit a8d63ef93b367851c453b8283dd4f19fbc049c14 Author: Dongyang Li <hello_step...@qq.com> AuthorDate: Fri Aug 18 14:20:31 2023 +0800 [fix](case) Update test_dup_tab_auto_inc_10000.groovy, add sync after streamload #23082 --- .../duplicate/storage/test_dup_tab_auto_inc_10000.groovy | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/regression-test/suites/data_model_p0/duplicate/storage/test_dup_tab_auto_inc_10000.groovy b/regression-test/suites/data_model_p0/duplicate/storage/test_dup_tab_auto_inc_10000.groovy index b389ddde50..90944ad44f 100644 --- a/regression-test/suites/data_model_p0/duplicate/storage/test_dup_tab_auto_inc_10000.groovy +++ b/regression-test/suites/data_model_p0/duplicate/storage/test_dup_tab_auto_inc_10000.groovy @@ -45,6 +45,7 @@ suite("test_dup_table_auto_inc_10000") { file 'auto_inc_10000.csv' time 10000 // limit inflight 10s } + sql "sync" qt_count_max_min "select count(distinct id), max(id), min(id) from ${table1};" sql "drop table if exists ${table1};" @@ -76,6 +77,7 @@ suite("test_dup_table_auto_inc_10000") { file 'auto_inc_10000.csv' time 10000 // limit inflight 10s } + sql "sync" qt_count_max_min "select count(distinct id), max(id), min(id) from ${table2};" sql "drop table if exists ${table2};" @@ -107,6 +109,7 @@ suite("test_dup_table_auto_inc_10000") { file 'auto_inc_10000.csv' time 10000 // limit inflight 10s } + sql "sync" qt_count_max_min "select count(distinct id), max(id), min(id) from ${table3};" sql "drop table if exists ${table3};" -} \ 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