Used FB config:
# GENERATED AUTO 09.01.2026 12:38:39.42, DO NOT EDIT. See F:\FBQA\rundaily-2024\qa_rundaily.bat for details.
# Config for fb_mnemona=HQ50, server_mode=SS, build_no=5.0.4.1728, build_hash=c6a6d74
#
# Parameters from LOCAL folder F:\FBQA\rundaily-2024\configs.hqbird, file: 'hq50_all.conf':
#
# Common parameters for all HQbird 5.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
UseFileSystemCache = true
InlineSortThreshold = 1000
# Valid values: [0...1000]. If set to zero, pool is disabled. Default: 0.
# Actual value was taken from F:\FBQA\rundaily-2024\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 F:\FBQA\rundaily-2024\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 = R:\temp\qa
AuthServer = Srp, Win_Sspi, Legacy_Auth
UserManager = Srp, Legacy_UserManager
MaxIdentifierByteLength = 252
MaxIdentifierCharLength = 63
WireCryptPlugin = ChaCha, Arc4
StatementTimeout = 300
ConnectionIdleTimeout = 0
ClearGTTAtRetaining = 0
ClientBatchBuffer = 131072
SnapshotsMemSize = 64K
TipCacheBlockSize = 4M
# ParallelWorkers must be GREATER than 1 since 28.09.2024, see bugs/gh_8263_test.py
ParallelWorkers = 2
MaxParallelWorkers = 8
# HQbird specific:
#
DSQLCacheSize = 0
MaxTempBlobs = 1000
BlobTempSpace = 1
LeftJoinConversion = false
SortDataStorageThreshold = 4096
TempSpaceLogThreshold = 0
HQbirdVersionString = 1
MinDbCachePages = 0
MaxDbCachePages = 0
# temporary, 09.09.2025
LegacyIntForCount = true
#
# Parameters from LOCAL folder F:\FBQA\rundaily-2024\configs.hqbird, file: 'hq50_ss.conf':
#
# Parameters specific to HQbird 5.x SuperServer:
################################################
ServerMode = Super
# Increased 11.04.2021 after discuss with dimitr
# See mailbox pz@ibase.ru, 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 p519446@yandex.ru, 16-nov-2022
#
DefaultDBCachePages = 10K
# Common for all connections in SS:
#
# Increased 11.04.2021 after discuss with dimitr
# See e-mail pz@ibase.ru, 11-apr-2021.
#
TempCacheLimit = 1G
# Parameter for tests which must use XNET connection protocol:
IpcName = xnet_hq5x_ss
Differences from config used in the previous run:
---
+++
@@ -1,7 +1,7 @@
-# GENERATED AUTO 14/12/2025 11:41:15.96, DO NOT EDIT. See H:\QA\rundaily-2024\qa_rundaily.bat for details.
-# Config for fb_mnemona=HQ50, server_mode=SS, build_no=5.0.4.1727, build_hash=3c507ba
+# GENERATED AUTO 09.01.2026 12:38:39.42, DO NOT EDIT. See F:\FBQA\rundaily-2024\qa_rundaily.bat for details.
+# Config for fb_mnemona=HQ50, server_mode=SS, build_no=5.0.4.1728, build_hash=c6a6d74
#
-# Parameters from LOCAL folder H:\QA\rundaily-2024\configs.hqbird, file: hq50_all.conf:
+# Parameters from LOCAL folder F:\FBQA\rundaily-2024\configs.hqbird, file: hq50_all.conf:
#
# Common parameters for all HQbird 5.x ServerMode.
#
@@ -20,15 +20,15 @@
BugCheckAbort = 1
# See parameter PORT_FOR_LISTENING in QA_rundaily.conf:
#
-RemoteServicePort = 33337
+RemoteServicePort = 3337
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-2024\qa_rundaily.conf:
+# Actual value was taken from F:\FBQA\rundaily-2024\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-2024\qa_rundaily.conf:
+# Actual value was taken from F:\FBQA\rundaily-2024\qa_rundaily.conf:
#
ExtConnPoolLifeTime = 10
# 05-sep-2019, FB 4.x+: intentionally change ReadConsistency with NON-DEFAULT value in order to have ability
@@ -49,7 +49,7 @@
ExternalFileAccess = Full
# See parameter TEMP_DIR in QA_rundaily.conf:
#
-TempDirectories = H:\QA\temp\qa2024.tmp
+TempDirectories = R:\temp\qa
AuthServer = Srp, Win_Sspi, Legacy_Auth
UserManager = Srp, Legacy_UserManager
MaxIdentifierByteLength = 252
@@ -61,10 +61,11 @@
ClientBatchBuffer = 131072
SnapshotsMemSize = 64K
TipCacheBlockSize = 4M
+# ParallelWorkers must be GREATER than 1 since 28.09.2024, see bugs/gh_8263_test.py
+ParallelWorkers = 2
+MaxParallelWorkers = 8
# HQbird specific:
#
-ParallelWorkers = 1
-MaxParallelWorkers = 2
DSQLCacheSize = 0
MaxTempBlobs = 1000
BlobTempSpace = 1
@@ -74,8 +75,10 @@
HQbirdVersionString = 1
MinDbCachePages = 0
MaxDbCachePages = 0
+# temporary, 09.09.2025
+LegacyIntForCount = true
#
-# Parameters from LOCAL folder H:\QA\rundaily-2024\configs.hqbird, file: hq50_ss.conf:
+# Parameters from LOCAL folder F:\FBQA\rundaily-2024\configs.hqbird, file: hq50_ss.conf:
#
# Parameters specific to HQbird 5.x SuperServer:
################################################
Parameters list, ordered:
AuthServer = Srp, Win_Sspi, Legacy_Auth
BlobTempSpace = 1
BugCheckAbort = 1
ClearGTTAtRetaining = 0
ClientBatchBuffer = 131072
ConnectionIdleTimeout = 0
DSQLCacheSize = 0
DefaultDBCachePages = 10K
ExtConnPoolLifeTime = 10
ExtConnPoolSize = 10
ExternalFileAccess = Full
HQbirdVersionString = 1
InlineSortThreshold = 1000
IpcName = xnet_hq5x_ss
KeyHolderPlugin = fbSampleKeyHolder
LeftJoinConversion = false
LegacyIntForCount = true
MaxDbCachePages = 0
MaxIdentifierByteLength = 252
MaxIdentifierCharLength = 63
MaxParallelWorkers = 8
MaxTempBlobs = 1000
MaxUnflushedWriteTime = -1
MaxUnflushedWrites = -1
MinDbCachePages = 0
ParallelWorkers = 2
ReadConsistency = 0
RemoteServicePort = 3337
ServerMode = Super
SnapshotsMemSize = 64K
SortDataStorageThreshold = 4096
StatementTimeout = 300
TempCacheLimit = 1G
TempDirectories = R:\temp\qa
TempSpaceLogThreshold = 0
TipCacheBlockSize = 4M
UseFileSystemCache = true
UserManager = Srp, Legacy_UserManager
WireCrypt = Enabled
WireCryptPlugin = ChaCha, Arc4