Try fixing flaky tests

This commit is contained in:
Amos Bird 2021-02-19 17:28:01 +08:00
parent fc185e5fb7
commit fc1885ea9b
No known key found for this signature in database
GPG Key ID: 80D430DCBECFEDB4
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
SET database_atomic_wait_for_drop_and_detach_synchronously=1;
DROP TABLE IF EXISTS cast1; DROP TABLE IF EXISTS cast1;
DROP TABLE IF EXISTS cast2; DROP TABLE IF EXISTS cast2;

View File

@ -1,3 +1,5 @@
SET database_atomic_wait_for_drop_and_detach_synchronously=1;
SELECT uniqArray([1, 1, 2]), SELECT uniqArray([1, 1, 2]),
SUBSTRING('Hello, world', 7, 5), SUBSTRING('Hello, world', 7, 5),
flatten([[[BIT_AND(123)]], [[mod(3, 2)], [CAST('1' AS INTEGER)]]]), flatten([[[BIT_AND(123)]], [[mod(3, 2)], [CAST('1' AS INTEGER)]]]),