Make multi_metadata_sync runnable via run_test.py (#7472)

pull/7470/head^2
Onur Tirtir 2024-01-31 12:50:16 +03:00 committed by GitHub
parent 6f43d5c02f
commit 3ce731d497
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 12 additions and 0 deletions

View File

@ -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,
),
} }