fix the test

pull/7483/head
Onur Tirtir 2024-02-22 13:01:35 +03:00
parent 0eb985f188
commit 4f4cdff9ee
2 changed files with 2 additions and 0 deletions

View File

@ -363,3 +363,4 @@ SELECT * FROM count_db_cleanup_records();
DROP DATABASE db1;
DROP FUNCTION get_temp_databases_on_nodes();
DROP FUNCTION ensure_no_temp_databases_on_any_nodes();
DROP FUNCTION count_db_cleanup_records();

View File

@ -121,3 +121,4 @@ DROP DATABASE db1;
DROP FUNCTION get_temp_databases_on_nodes();
DROP FUNCTION ensure_no_temp_databases_on_any_nodes();
DROP FUNCTION count_db_cleanup_records();