From 693eeedfaf0f7b8189174a9bf95b96532b56ed59 Mon Sep 17 00:00:00 2001 From: gindibay Date: Fri, 27 Oct 2023 19:08:09 +0300 Subject: [PATCH] Fixes pg15 test name --- src/test/regress/citus_tests/run_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/regress/citus_tests/run_test.py b/src/test/regress/citus_tests/run_test.py index 30f6b3b37..90c16b04e 100755 --- a/src/test/regress/citus_tests/run_test.py +++ b/src/test/regress/citus_tests/run_test.py @@ -152,7 +152,7 @@ DEPS = { worker_count=6, ), "create_drop_database_propagation": TestDeps("minimal_schedule"), - "create_drop_database_propagation_pg_15": TestDeps("minimal_schedule"), + "create_drop_database_propagation_pg15": TestDeps("minimal_schedule"), "function_propagation": TestDeps("minimal_schedule"), "citus_shards": TestDeps("minimal_schedule"), "grant_on_foreign_server_propagation": TestDeps("minimal_schedule"),