From 3202793cf06782a21e7958506a013c2230665ae1 Mon Sep 17 00:00:00 2001 From: zotov Date: Tue, 6 Dec 2022 09:31:16 +0300 Subject: [PATCH] Removed configs related to FB 2.5.x --- configs/fb25_all.conf | 32 -------------------------------- configs/fb25_cs.conf | 11 ----------- configs/fb25_sc.conf | 12 ------------ configs/fb25_ss.conf | 13 ------------- 4 files changed, 68 deletions(-) delete mode 100644 configs/fb25_all.conf delete mode 100644 configs/fb25_cs.conf delete mode 100644 configs/fb25_sc.conf delete mode 100644 configs/fb25_ss.conf diff --git a/configs/fb25_all.conf b/configs/fb25_all.conf deleted file mode 100644 index 862c958f..00000000 --- a/configs/fb25_all.conf +++ /dev/null @@ -1,32 +0,0 @@ -# -# Common parameters for all 2.5.x architectures. -# -################################################ - -# 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\fb_inet_server.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 - -FileSystemCacheThreshold = 10000000 - -# See parameter 'PORT_FOR_LISTENING' in QA_rundaily.conf -# -RemoteServicePort = !PORT_FOR_LISTENING! - -# See parameter 'TEMP_DIR' in QA_rundaily.conf -# -TempDirectories=!TEMP_DIR! - -ExternalFileAccess = Full - -MaxUnflushedWrites = -1 -MaxUnflushedWriteTime = -1 diff --git a/configs/fb25_cs.conf b/configs/fb25_cs.conf deleted file mode 100644 index 428c76a9..00000000 --- a/configs/fb25_cs.conf +++ /dev/null @@ -1,11 +0,0 @@ -# Parameters specific to 2.5.x Classsic: -######################################## - -DefaultDBCachePages = 2048 -TempCacheLimit = 67108864 - -# Parameters for tests which must use XNET/WNET -# connection protocols (rather than INET one): -IpcName = xnet_fb25x_cs -RemotePipeName = wnet_fb25x_cs - diff --git a/configs/fb25_sc.conf b/configs/fb25_sc.conf deleted file mode 100644 index 15589a69..00000000 --- a/configs/fb25_sc.conf +++ /dev/null @@ -1,12 +0,0 @@ -# Parameters specific to 2.5.x SuperClassic -########################################### -DefaultDBCachePages = 2048 - -# Common for all connections in SC: -# -TempCacheLimit = 536870912 - -# Parameters for tests which must use XNET/WNET -# connection protocols (rather than INET one): -IpcName = xnet_fb25x_sc -RemotePipeName = wnet_fb25x_sc diff --git a/configs/fb25_ss.conf b/configs/fb25_ss.conf deleted file mode 100644 index c1710e74..00000000 --- a/configs/fb25_ss.conf +++ /dev/null @@ -1,13 +0,0 @@ -# Parameters specific to 2.5.x SuperServer -########################################## -DefaultDBCachePages = 50000 - -# Common for all connections in SS: -# -TempCacheLimit = 536870912 - -# Parameters for tests which must use XNET/WNET -# connection protocols (rather than INET one): -IpcName = xnet_fb25x_ss -RemotePipeName = wnet_fb25x_ss -