Fixes flaky test error

grant_database_2pc_onur_1
gurkanindibay 2024-01-05 15:44:17 +03:00
parent 245b451225
commit 5b577e25ed
2 changed files with 3 additions and 0 deletions

View File

@ -387,6 +387,7 @@ SELECT * FROM public.check_database_privileges('grant_role2pc_user7', 'grant_rol
DROP SCHEMA grant_role2pc;
REVOKE ALL PRIVILEGES ON DATABASE grant_role2pc_db FROM grant_role2pc_user1;
set citus.enable_create_database_propagation to on;
DROP DATABASE grant_role2pc_db;
drop user grant_role2pc_user2,grant_role2pc_user3,grant_role2pc_user4,grant_role2pc_user5,grant_role2pc_user6,grant_role2pc_user7;
drop user grant_role2pc_user1;

View File

@ -112,6 +112,8 @@ SELECT * FROM public.check_database_privileges('grant_role2pc_user7', 'grant_rol
DROP SCHEMA grant_role2pc;
REVOKE ALL PRIVILEGES ON DATABASE grant_role2pc_db FROM grant_role2pc_user1;
set citus.enable_create_database_propagation to on;
DROP DATABASE grant_role2pc_db;
drop user grant_role2pc_user2,grant_role2pc_user3,grant_role2pc_user4,grant_role2pc_user5,grant_role2pc_user6,grant_role2pc_user7;