mirror of https://github.com/citusdata/citus.git
Make multi_metadata_sync runnable via run_test.py (#7472)
parent
6f43d5c02f
commit
3ce731d497
|
@ -212,6 +212,18 @@ DEPS = {
|
|||
["columnar_create", "columnar_load"],
|
||||
repeatable=False,
|
||||
),
|
||||
"multi_metadata_sync": TestDeps(
|
||||
None,
|
||||
[
|
||||
"multi_sequence_default",
|
||||
"alter_database_propagation",
|
||||
"alter_role_propagation",
|
||||
"grant_on_schema_propagation",
|
||||
"multi_test_catalog_views",
|
||||
"multi_drop_extension",
|
||||
],
|
||||
repeatable=False,
|
||||
),
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue