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_ADDED_TO_QUEUE'

This commit is contained in:
zotov 2022-08-27 19:51:53 +03:00
parent 4c8a8a04a2
commit 13531d503f

View File

@ -12,6 +12,18 @@ ENCRYPTION_BADKEY = NoSuchkey
#
MAX_TIME_FOR_WAIT_SEGMENT_IN_LOG = 65
# Max limit, in seconds, to wait until message about adding segments to
# processing queue.
# Message looks like thos: 'Added N segment(s) to the processing queue'
# For each such message, we make 'skip -2' lines in log
# and parse timestamp where it occured. This timestamp must be *NEWER*
# then timestamp that we stored before some DDL/DML action for which we want
# to get info about adding segmnets to processing queue.
# Currently this setting is used in
# functional/replication/test_shutdown_during_applying_segments_leads_to_crash.py
#
MAX_TIME_FOR_WAIT_ADDED_TO_QUEUE = 65
# Aliases for main and replica databases as they are defined in the pre-created
# file <QA_root>/qa-databases.conf:
#