[fix](test) fix 2 unstable test (#19220)

This commit is contained in:
Mingyu Chen
2023-04-29 14:42:47 +08:00
committed by GitHub
parent fc3728c6ab
commit 8c6ccc092a
2 changed files with 3 additions and 3 deletions

View File

@ -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"

View File

@ -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