fix all scheduler integration tests

This commit is contained in:
serxa 2024-09-24 18:17:27 +00:00
parent 0a7bd6010b
commit 407e56adb6

View File

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