mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
tests: regression for test for invalid reference to zookeeper for distributed_ddl.pool_size > 1
This commit is contained in:
parent
78c6e0527d
commit
b899d8d919
@ -87,3 +87,7 @@ def test_two_in_parallel_two_queued():
|
||||
for thread in threads:
|
||||
thread.join()
|
||||
inner_test()
|
||||
|
||||
def test_smoke():
|
||||
for _ in range(100):
|
||||
initiator.query('DROP DATABASE IF EXISTS foo ON CLUSTER cluster')
|
||||
|
Loading…
Reference in New Issue
Block a user