@@ -35,7 +35,7 @@ You should definitelly read the [QA suite documentation](https://firebird-qa.rea
3535 RemoteAccess = true
3636 DefaultDbCachePages = 256
3737 }
38- ```
38+ ```
3939
4040 This must be done only if you want to run some tests manually.
4141 Automated scenario for running tests will overwrite this file
@@ -85,7 +85,7 @@ You should definitelly read the [QA suite documentation](https://firebird-qa.rea
8585 DefaultDbCachePages = 10000
8686 MaxUnflushedWrites = -1
8787 MaxUnflushedWriteTime = -1
88-
88+
8989 # number of seconds after which statement execution will be automatically cancelled
9090 # by the engine
9191 # can be very useful if some test will hang or become work extremely slow:
@@ -102,7 +102,6 @@ You should definitelly read the [QA suite documentation](https://firebird-qa.rea
102102 It is recommended to assign value like 'xnet_fb5x_qa' to IpcName.
103103
104104 > [!NOTE]
105- >
106105 > Proper values of some parameters strongly depends on ServerMode and amount of
107106 > avaliable RAM.
108107 >
@@ -119,7 +118,7 @@ You should definitelly read the [QA suite documentation](https://firebird-qa.rea
119118
120119
121120 2. Changes in OS environment variables:
122-
121+
123122 it is recommended to create variable `FIREBIRD_TMP` that will point to the pre-created directory
124123 on some fast drive (e.g. SSD or RAM). This drive must have at least 30 Gb free space.
125124 Once this variable is defined, one may not specify parameter 'TempDirectories'.
@@ -130,12 +129,12 @@ You should definitelly read the [QA suite documentation](https://firebird-qa.rea
130129
131130 1. Configs:
132131
133- ```
132+ ```
134133 fbSampleKeyHolder.conf
135134 fbSampleDbCrypt.conf
136- ```
135+ ```
137136 2. Binaries on Windows:
138- ```
137+ ```
139138 fbSampleDbCrypt.dll
140139 fbSampleKeyHolder.dll
141140 ```
@@ -146,7 +145,6 @@ You should definitelly read the [QA suite documentation](https://firebird-qa.rea
146145 ```
147146
148147 > [!NOTE]
149- >
150148 > These files missed in Firebird 3.x but one may to use such files from any
151149 > recent FB 4.x snapshot.
152150 > Config parameter KeyHolderPlugin currently is 'fbSampleKeyHolder'.
@@ -189,7 +187,7 @@ You should definitelly read the [QA suite documentation](https://firebird-qa.rea
189187 set bail off;
190188 ```
191189 **Following must FAIL with:**
192- ```
190+ ```
193191 -- Statement failed, SQLSTATE = 42000
194192 -- unsuccessful metadata update
195193 -- -ALTER DATABASE failed
@@ -284,7 +282,7 @@ You should definitelly read the [QA suite documentation](https://firebird-qa.rea
284282 --install-terminal Use our own terminal reporter
285283 ```
286284 To run all tests (except slow ones) against local server use next command::
287- ```
285+ ```
288286 pytest --server local ./tests
289287 ```
290288
0 commit comments