mirror of https://github.com/citusdata/citus.git
Changes pg15 test files
parent
89e2d63bd3
commit
fe136886aa
|
@ -152,7 +152,7 @@ DEPS = {
|
|||
worker_count=6,
|
||||
),
|
||||
"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"),
|
||||
"citus_shards": TestDeps("minimal_schedule"),
|
||||
"grant_on_foreign_server_propagation": TestDeps("minimal_schedule"),
|
||||
|
|
|
@ -34,7 +34,7 @@ test: alter_database_owner
|
|||
test: distributed_triggers
|
||||
test: create_single_shard_table
|
||||
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
|
||||
test: single_shard_table_udfs
|
||||
|
|
Loading…
Reference in New Issue