mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 01:22:04 +00:00
fix all scheduler integration tests
This commit is contained in:
parent
0a7bd6010b
commit
407e56adb6
@ -58,11 +58,12 @@ def set_default_configs():
|
||||
def clear_workloads_and_resources():
|
||||
node.query(
|
||||
f"""
|
||||
-- drop resource if exist io_write; TODO(serxa): uncomment it
|
||||
-- drop resource if exist io_read;
|
||||
-- drop workload if exist production;
|
||||
-- drop workload if exist development;
|
||||
-- drop workload if exist all;
|
||||
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;
|
||||
"""
|
||||
)
|
||||
yield
|
||||
|
Loading…
Reference in New Issue
Block a user