tests: regression for test for invalid reference to zookeeper for distributed_ddl.pool_size > 1

This commit is contained in:
Azat Khuzhin 2021-02-22 18:43:32 +03:00
parent 78c6e0527d
commit b899d8d919

View File

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