diff --git a/files/test_config.ini b/files/test_config.ini index 523829f6..6b464889 100644 --- a/files/test_config.ini +++ b/files/test_config.ini @@ -25,11 +25,6 @@ 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 = 35 - # Value of 'journal_archive_timeout' parameter for master DB. Default is 10 secons. # JOURNAL_ARCHIVE_TIMEOUT = 10 @@ -42,24 +37,17 @@ REPLICA_TIMEOUT_FOR_IDLE = 3 # REPLICA_TIMEOUT_FOR_ERROR = 7 +# 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): # -MAX_TIME_FOR_WAIT_SEGMENT_IN_LOG = 35 +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-databases.conf: