mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-29 02:52:13 +00:00
Fix
This commit is contained in:
parent
2ac7897470
commit
a064410a39
@ -67,8 +67,8 @@ def rabbitmq_cluster():
|
|||||||
def rabbitmq_setup_teardown():
|
def rabbitmq_setup_teardown():
|
||||||
print("RabbitMQ is available - running test")
|
print("RabbitMQ is available - running test")
|
||||||
yield # run test
|
yield # run test
|
||||||
for table_name in ['view', 'consumer', 'rabbitmq']:
|
instance.query(f'DROP DATABASE test')
|
||||||
instance.query(f'DROP TABLE IF EXISTS test.{table_name}')
|
instance.query('CREATE DATABASE test')
|
||||||
|
|
||||||
|
|
||||||
# Tests
|
# Tests
|
||||||
|
Loading…
Reference in New Issue
Block a user