[fix](test) fix 2 unstable test (#19220)
This commit is contained in:
@ -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"
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user