@@ -35,7 +35,7 @@ You should definitelly read the [QA suite documentation](https://firebird-qa.rea
35
35
RemoteAccess = true
36
36
DefaultDbCachePages = 256
37
37
}
38
- ```
38
+ ```
39
39
40
40
This must be done only if you want to run some tests manually.
41
41
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
85
85
DefaultDbCachePages = 10000
86
86
MaxUnflushedWrites = -1
87
87
MaxUnflushedWriteTime = -1
88
-
88
+
89
89
# number of seconds after which statement execution will be automatically cancelled
90
90
# by the engine
91
91
# 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
102
102
It is recommended to assign value like 'xnet_fb5x_qa' to IpcName.
103
103
104
104
> [!NOTE]
105
- >
106
105
> Proper values of some parameters strongly depends on ServerMode and amount of
107
106
> avaliable RAM.
108
107
>
@@ -119,7 +118,7 @@ You should definitelly read the [QA suite documentation](https://firebird-qa.rea
119
118
120
119
121
120
2. Changes in OS environment variables:
122
-
121
+
123
122
it is recommended to create variable `FIREBIRD_TMP` that will point to the pre-created directory
124
123
on some fast drive (e.g. SSD or RAM). This drive must have at least 30 Gb free space.
125
124
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
130
129
131
130
1. Configs:
132
131
133
- ```
132
+ ```
134
133
fbSampleKeyHolder.conf
135
134
fbSampleDbCrypt.conf
136
- ```
135
+ ```
137
136
2. Binaries on Windows:
138
- ```
137
+ ```
139
138
fbSampleDbCrypt.dll
140
139
fbSampleKeyHolder.dll
141
140
```
@@ -146,7 +145,6 @@ You should definitelly read the [QA suite documentation](https://firebird-qa.rea
146
145
```
147
146
148
147
> [!NOTE]
149
- >
150
148
> These files missed in Firebird 3.x but one may to use such files from any
151
149
> recent FB 4.x snapshot.
152
150
> Config parameter KeyHolderPlugin currently is 'fbSampleKeyHolder'.
@@ -189,7 +187,7 @@ You should definitelly read the [QA suite documentation](https://firebird-qa.rea
189
187
set bail off;
190
188
```
191
189
**Following must FAIL with:**
192
- ```
190
+ ```
193
191
-- Statement failed, SQLSTATE = 42000
194
192
-- unsuccessful metadata update
195
193
-- -ALTER DATABASE failed
@@ -284,7 +282,7 @@ You should definitelly read the [QA suite documentation](https://firebird-qa.rea
284
282
--install-terminal Use our own terminal reporter
285
283
```
286
284
To run all tests (except slow ones) against local server use next command::
287
- ```
285
+ ```
288
286
pytest --server local ./tests
289
287
```
290
288
0 commit comments