disable parallel tests

This commit is contained in:
Vxider 2022-05-17 14:24:05 +00:00
parent e03d6009cc
commit 0627a3d23a
3 changed files with 7 additions and 1 deletions

View File

@ -1,4 +1,6 @@
#!/usr/bin/env python3
# Tags: no-parallel
import os
import sys
import signal

View File

@ -1,4 +1,6 @@
#!/usr/bin/env python3
# Tags: no-parallel
import os
import sys
import signal
@ -31,7 +33,7 @@ with client(name="client1>", log=log) as client1, client(
client1.expect(prompt)
client1.send(
"CREATE TABLE db_01059_event_hop_watch_strict_asc.mt(a Int32, timestamp DateTime) ENGINE=MergeTree ORDER BY tuple()"
"CREATE TABLE db_01059_event_hop_watch_strict_asc.mt(a Int32, timestamp DateTime('US/Samoa')) ENGINE=MergeTree ORDER BY tuple()"
)
client1.expect(prompt)
client1.send(

View File

@ -1,4 +1,6 @@
#!/usr/bin/env python3
# Tags: no-parallel
import os
import sys
import signal