6
0
mirror of https://github.com/FirebirdSQL/firebird-qa.git synced 2025-01-22 13:33:07 +01:00

Added/Updated tests\functional\replication\test_grantor_not_changes_in_replica_if_owner_not_sysdba.py: added notes

This commit is contained in:
pavel-zotov 2024-12-15 13:36:43 +03:00
parent 7afd1647d0
commit 605ded6cf0

View File

@ -17,10 +17,14 @@ DESCRIPTION:
Outcome of this query on REPLICA database must become empty for no more than MAX_TIME_FOR_WAIT_DATA_IN_REPLICA seconds.
Otherwise test is considered as failed.
We have to restore owner = SYSDBA for db_main, so we call 'reset_replication' function second time at final point.
NOTES:
[15.12.2024] pzotov
Before fix, following messages did appear in replication log:
ERROR: unsuccessful metadata update
REVOKE failed
<db_main_owner> is not grantor of DELETE on TEST to <db_main_owner>.
We have to restore owner = SYSDBA for db_main, so we call 'reset_replication' function second time at final point.
Test execution time is about 7...8 seconds (for snapshots that have fix).
Confirmed bug on 6.0.0.299, 5.0.1.1371, 4.0.5.3082