Used FB config: |
---|
# GENERATED AUTO 17/04/2025 10:23:48.75, DO NOT EDIT. See H:\QA\rundaily-2024\qa_rundaily.bat for details.
# Config for fb_mnemona=FB30, server_mode=CS, build_no=3.0.13.33807, build_hash=73e94c2 # # Parameters from https://github.com/FirebirdSQL/firebird-qa.git, file: '/configs/fb30_all.conf': # # Common parameters for all 3.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 FileSystemCacheThreshold = 99999K WireCrypt = Enabled KeyHolderPlugin = fbSampleKeyHolder MaxUnflushedWrites = -1 MaxUnflushedWriteTime = -1 ExternalFileAccess = Full # See parameter 'TEMP_DIR' in QA_rundaily.conf: # TempDirectories = H:\QA\temp\qa2024.tmp AuthServer = Srp, Win_Sspi, Legacy_Auth UserManager = Srp, Legacy_UserManager # # Parameters from https://github.com/FirebirdSQL/firebird-qa.git, file: '/configs/fb30_cs.conf': # # 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 |
Differences from config used in the previous run: |
---
+++ @@ -1,5 +1,5 @@ -# GENERATED AUTO 10/04/2025 10:22:16.07, DO NOT EDIT. See H:\QA\rundaily-2024\qa_rundaily.bat for details. -# Config for fb_mnemona=FB30, server_mode=CS, build_no=3.0.13.33806, build_hash=b6cfe47 +# GENERATED AUTO 17/04/2025 10:23:48.75, DO NOT EDIT. See H:\QA\rundaily-2024\qa_rundaily.bat for details. +# Config for fb_mnemona=FB30, server_mode=CS, build_no=3.0.13.33807, build_hash=73e94c2 # # Parameters from https://github.com/FirebirdSQL/firebird-qa.git, file: /configs/fb30_all.conf: # |