Update test.py

This commit is contained in:
Kseniia Sumarokova 2023-11-09 13:04:46 +01:00 committed by GitHub
parent c064488bbf
commit b05a66b9b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"