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

Added [wait_for_async_pid] section with MAX_WAIT_FOR_PID_APPEAR* parameters, separate for Windows and Linux. Will be used in some tests which have to be sure that launched async process really present in mon$attachments.

This commit is contained in:
pavel-zotov 2023-03-18 17:58:54 +03:00
parent 1c80560a78
commit 426b0e95ef

View File

@ -1,3 +1,14 @@
[wait_for_async_pid]
# Max waiting time, ms, for appearing of some asynchronously
# launched process (isql, gbak, gfix etc) in the mon$attachments.
# This time can be valuable in case of heavy concurrent workload,
# but we have to limit such attempts. Test must raise assert if
# known <launched_process>.pid does not appear for that time:
#
MAX_WAIT_FOR_PID_APPEAR_WIN = 5000
MAX_WAIT_FOR_PID_APPEAR_NIX = 5000
[encryption] [encryption]
# Max waiting time, ms, for encryption finish. # Max waiting time, ms, for encryption finish.