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 8c6ccc092a [fix](test) fix 2 unstable test (#19220) 8c6ccc092a is described below commit 8c6ccc092afce8d605f3dbef6f00b3d03bb6f08d Author: Mingyu Chen <morning...@163.com> AuthorDate: Sat Apr 29 14:42:47 2023 +0800 [fix](test) fix 2 unstable test (#19220) --- .../suites/load_p0/stream_load/test_csv_with_double_quotes.groovy | 4 ++-- .../partial_update/test_partial_update_publish.groovy | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/regression-test/suites/load_p0/stream_load/test_csv_with_double_quotes.groovy b/regression-test/suites/load_p0/stream_load/test_csv_with_double_quotes.groovy index 429e8c88fd..3f688250a5 100644 --- a/regression-test/suites/load_p0/stream_load/test_csv_with_double_quotes.groovy +++ b/regression-test/suites/load_p0/stream_load/test_csv_with_double_quotes.groovy @@ -41,7 +41,7 @@ suite("test_csv_with_double_quotes", "p0") { set 'column_separator', ',' file 'csv_with_double_quotes.csv' - time 10000 // limit inflight 10s + time 20000 // limit inflight 10s } sql "sync" @@ -55,7 +55,7 @@ suite("test_csv_with_double_quotes", "p0") { set 'trim_double_quotes', 'true' file 'csv_with_double_quotes.csv' - time 10000 // limit inflight 10s + time 20000 // limit inflight 10s } sql "sync" diff --git a/regression-test/suites/unique_with_mow_p0/partial_update/test_partial_update_publish.groovy b/regression-test/suites/unique_with_mow_p0/partial_update/test_partial_update_publish.groovy index a3fee49b96..ee7b5cd87d 100644 --- a/regression-test/suites/unique_with_mow_p0/partial_update/test_partial_update_publish.groovy +++ b/regression-test/suites/unique_with_mow_p0/partial_update/test_partial_update_publish.groovy @@ -62,7 +62,7 @@ suite("test_primary_key_partial_update_publish", "p0") { } qt_select_default """ - select * from ${tableName} + select * from ${tableName} order by id; """ // drop drop --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org