mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 17:12:03 +00:00
fix test: correct drop order
This commit is contained in:
parent
1ccdc196b7
commit
809f0ee0a2
@ -58,12 +58,12 @@ def set_default_configs():
|
||||
def clear_workloads_and_resources():
|
||||
node.query(
|
||||
f"""
|
||||
drop resource if exists io_write;
|
||||
drop resource if exists io_read;
|
||||
drop workload if exists production;
|
||||
drop workload if exists development;
|
||||
drop workload if exists admin;
|
||||
drop workload if exists all;
|
||||
drop resource if exists io_write;
|
||||
drop resource if exists io_read;
|
||||
"""
|
||||
)
|
||||
yield
|
||||
|
Loading…
Reference in New Issue
Block a user