Changes pg15 test files

pull/7240/head
gindibay 2023-10-27 18:43:51 +03:00
parent 89e2d63bd3
commit fe136886aa
5 changed files with 2 additions and 2 deletions

View File

@ -152,7 +152,7 @@ DEPS = {
worker_count=6, worker_count=6,
), ),
"create_drop_database_propagation": TestDeps("minimal_schedule"), "create_drop_database_propagation": TestDeps("minimal_schedule"),
"pg_15_create_drop_database_propagation": TestDeps("minimal_schedule"), "create_drop_database_propagation_pg_15": TestDeps("minimal_schedule"),
"function_propagation": TestDeps("minimal_schedule"), "function_propagation": TestDeps("minimal_schedule"),
"citus_shards": TestDeps("minimal_schedule"), "citus_shards": TestDeps("minimal_schedule"),
"grant_on_foreign_server_propagation": TestDeps("minimal_schedule"), "grant_on_foreign_server_propagation": TestDeps("minimal_schedule"),

View File

@ -34,7 +34,7 @@ test: alter_database_owner
test: distributed_triggers test: distributed_triggers
test: create_single_shard_table test: create_single_shard_table
test: create_drop_database_propagation test: create_drop_database_propagation
test: pg15_create_drop_database_propagation test: create_drop_database_propagation_pg15
# don't parallelize single_shard_table_udfs to make sure colocation ids are sequential # don't parallelize single_shard_table_udfs to make sure colocation ids are sequential
test: single_shard_table_udfs test: single_shard_table_udfs