Fixes test error

pull/7404/head
gurkanindibay 2024-01-24 21:18:11 +03:00
parent ee59e7eaf5
commit 016081a496
2 changed files with 2 additions and 0 deletions

View File

@ -54,6 +54,7 @@ revoke admin option for grant_role2pc_user1,grant_role2pc_user2 from grant_role2
revoke grant_role2pc_user1,grant_role2pc_user2 from grant_role2pc_user3;
\c regression
drop user grant_role2pc_user1,grant_role2pc_user2,grant_role2pc_user3,grant_role2pc_user4,grant_role2pc_user5;
set citus.enable_create_database_propagation to on;
drop database metadata_sync_2pc_db;
drop schema metadata_sync_2pc_schema;
reset citus.enable_create_database_propagation;

View File

@ -51,6 +51,7 @@ revoke grant_role2pc_user1,grant_role2pc_user2 from grant_role2pc_user3;
drop user grant_role2pc_user1,grant_role2pc_user2,grant_role2pc_user3,grant_role2pc_user4,grant_role2pc_user5;
set citus.enable_create_database_propagation to on;
drop database metadata_sync_2pc_db;
drop schema metadata_sync_2pc_schema;