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

Added setting 'MAX_TIME_FOR_WAIT_DATA_IN_REPLICA' to be used in re-implemented tests related to replication. Settings 'MAX_TIME_FOR_WAIT_SEGMENT_IN_LOG' and 'MAX_TIME_FOR_WAIT_ADDED_TO_QUEUE' eventually will be removed after finish this work.

This commit is contained in:
pavel-zotov 2023-04-14 07:35:54 +03:00
parent f3980f7673
commit b15832a357

View File

@ -24,6 +24,12 @@ ENCRYPTION_KEY = Red
ENCRYPTION_BADKEY = NoSuchkey
[replication]
# Max limit, in seconds, to wait until data that we have added in master
# will appear in replica DB.
#
MAX_TIME_FOR_WAIT_DATA_IN_REPLICA = 65
# Max limit, in seconds, to wait until message about replicating segment
# with known number will appear in the replication.log (after we take
# "snapshot" of its original content and compare it with new data):