Merge branch 'main' into contributing-dev

pull/7347/head
Onur Tirtir 2024-01-31 12:53:26 +03:00 committed by GitHub
commit 39cf4bb7b3
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"],
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,
),
}