mirror of https://github.com/citusdata/citus.git
Merge branch 'main' into contributing-dev
commit
39cf4bb7b3
|
@ -212,6 +212,18 @@ DEPS = {
|
||||||
["columnar_create", "columnar_load"],
|
["columnar_create", "columnar_load"],
|
||||||
repeatable=False,
|
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