From 89e2d63bd39b0224c2f24721f908aa0c9a0e769f Mon Sep 17 00:00:00 2001 From: gindibay Date: Fri, 27 Oct 2023 18:37:22 +0300 Subject: [PATCH] Adds pg15 create drop to minimal tests --- src/test/regress/citus_tests/run_test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/regress/citus_tests/run_test.py b/src/test/regress/citus_tests/run_test.py index 946676e69..70844c702 100755 --- a/src/test/regress/citus_tests/run_test.py +++ b/src/test/regress/citus_tests/run_test.py @@ -152,6 +152,7 @@ DEPS = { worker_count=6, ), "create_drop_database_propagation": TestDeps("minimal_schedule"), + "pg_15_create_drop_database_propagation": TestDeps("minimal_schedule"), "function_propagation": TestDeps("minimal_schedule"), "citus_shards": TestDeps("minimal_schedule"), "grant_on_foreign_server_propagation": TestDeps("minimal_schedule"),