mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 17:12:03 +00:00
Drop table after test
This commit is contained in:
parent
16ebfcc3f8
commit
5a4525742d
@ -292,3 +292,5 @@ def test_restart():
|
||||
node.restart_clickhouse()
|
||||
|
||||
assert node.query(select_query) == "(0,'data'),(1,'data')"
|
||||
|
||||
node.query("DROP TABLE IF EXISTS encrypted_test NO DELAY;")
|
||||
|
Loading…
Reference in New Issue
Block a user