From 8c6ccc092afce8d605f3dbef6f00b3d03bb6f08d Mon Sep 17 00:00:00 2001 From: Mingyu Chen Date: Sat, 29 Apr 2023 14:42:47 +0800 Subject: [PATCH] [fix](test) fix 2 unstable test (#19220) --- .../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