mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 17:41:59 +00:00
Update test.py
This commit is contained in:
parent
c064488bbf
commit
b05a66b9b5
@ -912,7 +912,7 @@ def test_drop_table(started_cluster):
|
||||
started_cluster, files_path, files_to_generate, start_ind=0, row_num=100000
|
||||
)
|
||||
create_mv(node, table_name, dst_table_name)
|
||||
node.wait_for_log_line(f"Reading from file: test_drop_data/test_0.csv")
|
||||
node.wait_for_log_line(f"Reading from file: test_drop_data")
|
||||
node.query(f"DROP TABLE {table_name} SYNC")
|
||||
assert node.contains_in_log(
|
||||
f"StorageS3Queue ({table_name}): Table is being dropped"
|
||||
|
Loading…
Reference in New Issue
Block a user