Used FB config:
# GENERATED AUTO 23/03/2024 6:35:24.57, DO NOT EDIT. See H:\QA\rundaily-2023\qa_rundaily.bat for details.
#
# Parameters from https://github.com/FirebirdSQL/firebird-qa.git, file: '/configs/fb40_all.conf':
#
# Common parameters for all 4.x ServerMode values.
#
##################################################
# NOTES FOR WINDOWS:
# 1. Parameter BugCheckAbort must be 1 to allow dumps be saved when FB crashes.
# 2. 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.
# 3. Ensure that key KEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AeDebug
# 3.1. DOES contain parameter: UserDebuggerHotKey REG_DWORD 0x0
# 3.2 Does NOT contrain: "Debugger REG_SZ "C:\WINDOWS\system32\vsjitdebugger.exe" -p ld"
# The latter parameter must be removed if present.
# 4. 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 = 33337
UseFileSystemCache = true
InlineSortThreshold = 1000
# Valid values: [0...1000]. If set to zero, pool is disabled. Default: 0.
# Actual value was taken from H:\QA\rundaily-2023\qa_rundaily.conf:
#
ExtConnPoolSize = 10
# Set the time before destroyng inactive external connection, seconds. Valid values: [1...86400]. Default: 7200 seconds.
# Actual value was taken from H:\QA\rundaily-2023\qa_rundaily.conf:
#
ExtConnPoolLifeTime = 10
# 05-sep-2019, FB 4.x+: intentionally change ReadConsistency with NON-DEFAULT value in order to have ability
# to use BOTH isolation levels for transactions that are to be started in READ COMMITTED mode:
# 1. READ COMMITTED READ CONSISTENCY
# 2. READ COMMITTED [NO] RECORD_VERSION
# See test for CORE-5953, "Statement level read consistency in read-committed transactions":
# we test there result for BOTH modes of RC isolation level.
#
ReadConsistency = 0
# Added 13.04.2019: start implementing tests for verifying DB encryption tasks
# Encryption demo plugin was supplied by IBSurgeon, see
#
WireCrypt = Enabled
KeyHolderPlugin = fbSampleKeyHolder
MaxUnflushedWrites = -1
MaxUnflushedWriteTime = -1
ExternalFileAccess = Full
# See parameter 'TEMP_DIR' in QA_rundaily.conf:
#
TempDirectories = H:\QA\temp\qa2023.tmp
AuthServer = Srp, Win_Sspi, Legacy_Auth
UserManager = Srp, Legacy_UserManager
MaxIdentifierByteLength = 252
MaxIdentifierCharLength = 63
WireCryptPlugin = ChaCha, Arc4
StatementTimeout = 7200
ConnectionIdleTimeout = 0
ClearGTTAtRetaining = 0
ClientBatchBuffer = 131072
SnapshotsMemSize = 64K
TipCacheBlockSize = 4M
#
# Parameters from https://github.com/FirebirdSQL/firebird-qa.git, file: '/configs/fb40_ss.conf':
#
# Parameters specific to 4.x SuperServer
########################################
ServerMode = Super
# Increased 11.04.2021 after discuss with dimitr
# See mailbox [email protected], 11-apr-2021.
# DefaultDBCachePages = 100K
# Reduced 06.12.2022 otherwise dumps will have
# too big size and will be rotated too frequent.
# Discussed with Alex
# See mailbox [email protected], 16-nov-2022
#
DefaultDBCachePages = 10K
# Common for all connections in SS:
#
# Increased 11.04.2021 after discuss with dimitr
# See e-mail [email protected], 11-apr-2021.
#
TempCacheLimit = 1G
# Parameters for tests which must use XNET/WNET
# connection protocols (rather than INET one):
IpcName = xnet_fb4x_ss
RemotePipeName = wnet_fb4x_ss
Unified diff:
---
+++
@@ -1,4 +1,4 @@
-# GENERATED AUTO 26/03/2024 6:34:30.29, DO NOT EDIT. See H:\QA\rundaily-2023\qa_rundaily.bat for details.
+# GENERATED AUTO 23/03/2024 6:35:24.57, DO NOT EDIT. See H:\QA\rundaily-2023\qa_rundaily.bat for details.

#

# Parameters from https://github.com/FirebirdSQL/firebird-qa.git, file: '/configs/fb40_all.conf':

#