Move the test for grant on table later

before grant on database, as suggested  by @naisila
pull/7918/head
Cédric Villemain 2025-03-28 14:16:08 +01:00
parent 4b711823b9
commit f971f34110
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,6 @@ test: multi_test_catalog_views
test: multi_table_ddl
test: multi_alias
test: multi_sequence_default
test: grant_on_table_propagation
test: grant_on_sequence_propagation
test: multi_name_lengths
test: multi_name_resolution
@ -58,6 +57,7 @@ test: multi_metadata_attributes
test: multi_read_from_secondaries
test: grant_on_table_propagation
test: grant_on_database_propagation
test: alter_database_propagation