Used FB config:
# GENERATED AUTO 21.04.2024 4:47:20.52, DO NOT EDIT. See F:\FBQA\rundaily-2024\qa_rundaily.bat for details.
# Config for fb_mnemona=HQ30, server_mode=CS, build_no=3.0.12.33740, build_hash=c6cdddc
#
# Parameters from LOCAL folder F:\FBQA\rundaily-2024\configs.hqbird, file: 'hq30_all.conf':
#
# Common parameters for all HQbird 3.x ServerMode.
#
##################################################
# Parameter BugCheckAbort must be 1 to allow dumps be saved when FB crashes.
# Crashes will be intercepted by WER if registry has following key and parameters:
# HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps\firebird.exe\
# Parameter 'DumpType', type: DWORD, value: 2
# Parameter 'DumpFolder', type: EXPAND_SZ, value: directory for storing dumps
# Parameter 'DumpCount', type: DWORD, value: at least 3.
#
# Also, following must present in the registry to disable any pop-up window when program crashes:
# key: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Windows Error Reporting\
# parameter: 'DontShowUI', type: DWORD, value: 2
#
BugCheckAbort = 1
# See parameter 'PORT_FOR_LISTENING' in QA_rundaily.conf:
#
RemoteServicePort = 3337
FileSystemCacheThreshold = 99999K
# Added 13.04.2019: start implementing tests for verifying DB encryption tasks
# Encryption demo plugin was supplied by IBSurgeon, see
#
WireCrypt = Enabled
MaxUnflushedWrites = -1
MaxUnflushedWriteTime = -1
ExternalFileAccess = Full
# See parameter 'TEMP_DIR' in QA_rundaily.conf:
#
TempDirectories = R:\temp\qa
# 16.01.2020 temply restored previous settings:
# Reason: strong performance degradation.
# Sent reports to dimitr et al // mailbox: pz@ibase.ru
# AuthServer = Legacy_Auth, Srp, Srp256, Win_Sspi
# UserManager = Legacy_UserManager, Srp
# AuthClient = Legacy_Auth, Srp, Srp256, Win_Sspi
# 05-jan-2020. Its preferred AuthClient to start with 'Srp' rather than 'LegacyAuth' otherwise
# strange delay required at least for 10-11 seconds, see comments in core_6208.fbt
# Parameter AuthClient must start with 'Srp', NOT 'Srp256' - see also core_6208.fbt
# 03-feb-2020 RESTORED because CORE-6237 was fixed.
AuthClient = Srp, Srp256, Win_Sspi, Legacy_Auth
AuthServer = Srp, Srp256, Win_Sspi, Legacy_Auth
UserManager = Srp, Legacy_UserManager
# TEMPORARY DISABLED 29.03.2024 BECAUSE OF CRASH WHEN MAKING QA-REPORT.
# Crash caused by query defined in fbt_show_cross_report.new-passed.def.
# See letters to dimitr et al from mailbox p519446.
#
# SortDataStorageThreshold = 4096
TempSpaceLogThreshold = 0
ExtConnPoolLifeTime = 10
ExtConnPoolSize = 10
HQbirdVersionString = 1
LegacyDatabaseFileId = true
ClearGTTAtRetaining = 1
ParallelWorkers = 1
MaxParallelWorkers = 2
DSQLCacheSize = 0
MaxTempBlobs = 1000
BlobTempSpace = 0
# NB: this parameter had default value = TRUE
# before feb-2022 (builds 33560 earlier).
#
LeftJoinConversion = false
MinDbCachePages = 0
MaxDbCachePages = 0
#
# Parameters from LOCAL folder F:\FBQA\rundaily-2024\configs.hqbird, file: 'hq30_cs.conf':
#
# Parameters specific to HQbird 3.x Classic
###########################################
ServerMode = Classic
DefaultDBCachePages = 2048
TempCacheLimit = 128K
# Parameters for tests which must use XNET/WNET
# connection protocols (rather than INET one):
IpcName = xnet_hq3x_cs
RemotePipeName = wnet_hq3x_cs
Differences from config used in the previous run:
---
+++
@@ -1,5 +1,5 @@
-# GENERATED AUTO 05.04.2024 9:43:17.33, DO NOT EDIT. See F:\FBQA\rundaily-2024\qa_rundaily.bat for details.
-# Config for fb_mnemona=HQ30, server_mode=CS, build_no=3.0.12.33726, build_hash=1fac636
+# GENERATED AUTO 21.04.2024 4:47:20.52, DO NOT EDIT. See F:\FBQA\rundaily-2024\qa_rundaily.bat for details.
+# Config for fb_mnemona=HQ30, server_mode=CS, build_no=3.0.12.33740, build_hash=c6cdddc
#
# Parameters from LOCAL folder F:\FBQA\rundaily-2024\configs.hqbird, file: hq30_all.conf:
#