Changes test order

create_drop_db_gh
gindibay 2023-10-05 22:14:12 +03:00
parent eaf26ee601
commit 76f1d242c9
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,6 @@
# --- # ---
# Tests around schema changes, these are run first, so there's no preexisting objects. # Tests around schema changes, these are run first, so there's no preexisting objects.
# --- # ---
test: create_drop_database_propagation
test: multi_extension test: multi_extension
test: multi_test_helpers multi_test_helpers_superuser multi_create_fdw test: multi_test_helpers multi_test_helpers_superuser multi_create_fdw
test: single_node test: single_node
@ -53,6 +52,7 @@ test: multi_read_from_secondaries
test: grant_on_database_propagation test: grant_on_database_propagation
test: alter_database_propagation test: alter_database_propagation
test: create_drop_database_propagation
# ---------- # ----------
# multi_citus_tools tests utility functions written for citus tools # multi_citus_tools tests utility functions written for citus tools