Used config: E:\QA\rundaily-2021\unpacked-snapshot.tmp\firebird.conf, size: 3980, LUPD: 20210125_080029 |
---|
# GENERATED AUTO, DO NOT EDIT. See E:\QA\rundaily-2021\QA_rundaily.bat for details.
# # Parameters from https://github.com/FirebirdSQL/fbt-repository.git, file: '/configs/fb40_all.conf': # # Common parameters for all 4.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_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 E:\QA\rundaily-2021\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 E:\QA\rundaily-2021\QA_rundaily.conf: # ExtConnPoolLifeTime = 10 # 05-sep-2019, FB 4.X ONLY: 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 # Explicitly allow usage of UDF. Its default value in FB 4.x is *NONE*. # Some tests need to create/use/drop UDFs from fbudf.dll: # UdfAccess = Restrict UDF # Added 13.04.2019: start implementing tests for verifying DB encryption tasks # Encryption demo plugin was supplied by IBSurgeon, see E:\QA\rundaily-2021\IBSurgeon-encryption-demo.win64 # WireCrypt = Enabled KeyHolderPlugin = KeyHolder MaxUnflushedWrites = -1 MaxUnflushedWriteTime = -1 ExternalFileAccess = Full # See parameter 'TEMP_DIR' in QA_rundaily.conf: # TempDirectories = C:\TEMP # 16.01.2020 temply restored previous settings: # Reason: strong performance degradation. # Sent reports to dimitr et al // mailbox: [email protected] # 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 MaxIdentifierByteLength = 252 MaxIdentifierCharLength = 63 WireCryptPlugin = ChaCha, Arc4 StatementTimeout = 0 ConnectionIdleTimeout = 0 ClearGTTAtRetaining = 0 ClientBatchBuffer = 131072 SnapshotsMemSize = 64K TipCacheBlockSize = 4M # # Parameters from https://github.com/FirebirdSQL/fbt-repository.git, file: '/configs/fb40_ss.conf': # # Parameters specific to 4.x SuperServer ######################################## ServerMode = Super DefaultDBCachePages = 50000 # Common for all connections in SS: # TempCacheLimit = 512K IpcName = fbtest_fb4x_ss |
Unified diff: |
---
+++ @@ -1,42 +1,89 @@ -RemoteServicePort = 3333 - ServerMode = Super - # Increased since 25.01.2020, previous value: 20000 - DefaultDbCachePages = 30000 - TempCacheLimit = 2000M - # 03.02.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 - #------------------------ - # Added 13.04.2019: start implementing tests for verifying DB encryption tasks - # Encryption demo plugin was supplied by IBSurgeon, see E:\QA\IBSurgeon-encryption-demo.win64 - WireCrypt = Enabled - KeyHolderPlugin = KeyHolder - #------------------------ - MaxUnflushedWrites = -1 - MaxUnflushedWriteTime = -1 - ExternalFileAccess = Full - # Parameter BugCheckAbort must be 1 if we want to allow creation of memory dumps when FB crashes. - BugCheckAbort = 1 - TempDirectories=C:\TEMP +# GENERATED AUTO, DO NOT EDIT. See E:\QA\rundaily-2021\QA_rundaily.bat for details. + # + # Parameters from https://github.com/FirebirdSQL/fbt-repository.git, file: '/configs/fb40_all.conf': + # + # Common parameters for all 4.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_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 E:\QA\rundaily-2021\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 E:\QA\rundaily-2021\QA_rundaily.conf: + # + ExtConnPoolLifeTime = 10 + # 05-sep-2019, FB 4.X ONLY: 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 + # Explicitly allow usage of UDF. Its default value in FB 4.x is *NONE*. + # Some tests need to create/use/drop UDFs from fbudf.dll: + # + UdfAccess = Restrict UDF + # Added 13.04.2019: start implementing tests for verifying DB encryption tasks + # Encryption demo plugin was supplied by IBSurgeon, see E:\QA\rundaily-2021\IBSurgeon-encryption-demo.win64 + # + WireCrypt = Enabled + KeyHolderPlugin = KeyHolder + MaxUnflushedWrites = -1 + MaxUnflushedWriteTime = -1 + ExternalFileAccess = Full + # See parameter 'TEMP_DIR' in QA_rundaily.conf: + # + TempDirectories = C:\TEMP + # 16.01.2020 temply restored previous settings: + # Reason: strong performance degradation. + # Sent reports to dimitr et al // mailbox: [email protected] + # 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 + MaxIdentifierByteLength = 252 + MaxIdentifierCharLength = 63 + WireCryptPlugin = ChaCha, Arc4 + StatementTimeout = 0 + ConnectionIdleTimeout = 0 + ClearGTTAtRetaining = 0 + ClientBatchBuffer = 131072 + SnapshotsMemSize = 64K + TipCacheBlockSize = 4M + # + # Parameters from https://github.com/FirebirdSQL/fbt-repository.git, file: '/configs/fb40_ss.conf': + # + # Parameters specific to 4.x SuperServer + ######################################## + ServerMode = Super + DefaultDBCachePages = 50000 + # Common for all connections in SS: + # + TempCacheLimit = 512K + IpcName = fbtest_fb4x_ss - # === FIREBIRD 4.X SPECIFIC PARAMETERS === - - # Valid values: [0...1000]. If set to zero, pool is disabled. Default: 0. - # Actual value was taken from E:\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 E:\QA\rundaily.conf: - ExtConnPoolLifeTime = 10 - - # 05-sep-2019, FB 4.X ONLY: 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 - - |
Used in previous run: E:\QA\builds\firebird.conf, size: 1714, LUPD: 20210123_090043 |
RemoteServicePort = 3333
ServerMode = Super # Increased since 25.01.2020, previous value: 20000 DefaultDbCachePages = 30000 TempCacheLimit = 2000M # 03.02.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 #------------------------ # Added 13.04.2019: start implementing tests for verifying DB encryption tasks # Encryption demo plugin was supplied by IBSurgeon, see E:\QA\IBSurgeon-encryption-demo.win64 WireCrypt = Enabled KeyHolderPlugin = KeyHolder #------------------------ MaxUnflushedWrites = -1 MaxUnflushedWriteTime = -1 ExternalFileAccess = Full # Parameter BugCheckAbort must be 1 if we want to allow creation of memory dumps when FB crashes. BugCheckAbort = 1 TempDirectories=C:\TEMP # === FIREBIRD 4.X SPECIFIC PARAMETERS === # Valid values: [0...1000]. If set to zero, pool is disabled. Default: 0. # Actual value was taken from E:\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 E:\QA\rundaily.conf: ExtConnPoolLifeTime = 10 # 05-sep-2019, FB 4.X ONLY: 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 |