mirror of https://github.com/citusdata/citus.git
Fixes test problem
parent
b28210c04f
commit
3cb5cab8cd
|
@ -33,6 +33,8 @@ test: ref_citus_local_fkeys
|
||||||
test: alter_database_owner
|
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
|
||||||
|
|
||||||
# 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
|
||||||
test: schema_based_sharding
|
test: schema_based_sharding
|
||||||
|
@ -52,7 +54,6 @@ test: multi_read_from_secondaries
|
||||||
|
|
||||||
test: grant_on_database_propagation
|
test: grant_on_database_propagation
|
||||||
test: alter_database_propagation
|
test: alter_database_propagation
|
||||||
test: create_drop_database_propagation
|
|
||||||
|
|
||||||
test: citus_shards
|
test: citus_shards
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue