From 76f1d242c9ca11441ca079eec376a4a8e1f495ae Mon Sep 17 00:00:00 2001 From: gindibay Date: Thu, 5 Oct 2023 22:14:12 +0300 Subject: [PATCH] Changes test order --- src/test/regress/multi_1_schedule | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/regress/multi_1_schedule b/src/test/regress/multi_1_schedule index c427b0b14..d55da08b8 100644 --- a/src/test/regress/multi_1_schedule +++ b/src/test/regress/multi_1_schedule @@ -15,7 +15,6 @@ # --- # Tests around schema changes, these are run first, so there's no preexisting objects. # --- -test: create_drop_database_propagation test: multi_extension test: multi_test_helpers multi_test_helpers_superuser multi_create_fdw test: single_node @@ -53,6 +52,7 @@ test: multi_read_from_secondaries test: grant_on_database_propagation test: alter_database_propagation +test: create_drop_database_propagation # ---------- # multi_citus_tools tests utility functions written for citus tools