mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
Cleanup for flaky tests
This commit is contained in:
parent
384617cfdf
commit
35e263a420
@ -81,3 +81,7 @@ def test_deduplicated_attached_part_renamed_after_attach(started_cluster):
|
|||||||
f"SELECT name FROM system.detached_parts WHERE database='{database_name}' AND table = 'dedup'"
|
f"SELECT name FROM system.detached_parts WHERE database='{database_name}' AND table = 'dedup'"
|
||||||
).strip()
|
).strip()
|
||||||
)
|
)
|
||||||
|
|
||||||
|
q("DROP TABLE dedup")
|
||||||
|
q("SYSTEM DROP REPLICA 'r1' FROM ZKPATH '/clickhouse/tables/dedup_attach/dedup/s1'")
|
||||||
|
ch1.query(f"DROP DATABASE {database_name}")
|
||||||
|
Loading…
Reference in New Issue
Block a user