mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
Update test.py
This commit is contained in:
parent
4b270e9078
commit
1c527e86aa
@ -938,9 +938,9 @@ def test_drop_table(started_cluster):
|
||||
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"
|
||||
f"StorageS3Queue (default.{table_name}): Table is being dropped"
|
||||
) or node.contains_in_log(
|
||||
f"StorageS3Queue ({table_name}): Shutdown was called, stopping sync"
|
||||
f"StorageS3Queue (default.{table_name}): Shutdown was called, stopping sync"
|
||||
)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user