Used FB config:
# Common parameters for all 3.x ServerMode values.
#
##################################################

# 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_MACHINESOFTWAREMicrosoftWindowsWindows Error ReportingLocalDumpsfirebird.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_MACHINESoftwareMicrosoftWindowsWindows Error Reporting# parameter: 'DontShowUI', type: DWORD, value: 2
#
BugCheckAbort = 1

# See parameter 'PORT_FOR_LISTENING' in QA_rundaily.conf:
#
RemoteServicePort = 3354

FileSystemCacheThreshold = 99999K

WireCrypt = Enabled
# COMMENTED out by /opt/distr/venv/qa-rundaily/qa_rundaily.sh because of use another value: KeyHolderPlugin = fbSampleKeyHolder

MaxUnflushedWrites = -1
MaxUnflushedWriteTime = -1

ExternalFileAccess = Full

# See parameter 'TEMP_DIR' in QA_rundaily.conf:
#
TempDirectories = /var/tmp

AuthServer = Srp, Win_Sspi, Legacy_Auth
UserManager = Srp, Legacy_UserManager




# Parameters specific to 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_fb3x_cs
RemotePipeName = wnet_fb3x_cs

# Name of example plugin which makes 'pseudo-ecnryption' must be:
# for FB 3.x/HQ 3.x: CryptKeyHolder_example
# for FB 4.x: fbSampleKeyHolder
KeyHolderPlugin = fbSampleKeyHolder
Unified diff:
---
+++
@@ -15,12 +15,12 @@



# See parameter 'PORT_FOR_LISTENING' in QA_rundaily.conf:

#
-
RemoteServicePort = 3342
+
RemoteServicePort = 3354



FileSystemCacheThreshold = 99999K



WireCrypt = Enabled
-
# COMMENTED out by /home/fbqa/qa-rundaily/qa_rundaily.sh because of use another value: KeyHolderPlugin = fbSampleKeyHolder
+
# COMMENTED out by /opt/distr/venv/qa-rundaily/qa_rundaily.sh because of use another value: KeyHolderPlugin = fbSampleKeyHolder



MaxUnflushedWrites = -1

MaxUnflushedWriteTime = -1