Skip to content

Commit

Permalink
Try to improve github allerts
Browse files Browse the repository at this point in the history
  • Loading branch information
pcisar committed Feb 8, 2024
1 parent 70e75e4 commit 443da69
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ You should definitelly read the [QA suite documentation](https://firebird-qa.rea
RemoteAccess = true
DefaultDbCachePages = 256
}
```
```

This must be done only if you want to run some tests manually.
Automated scenario for running tests will overwrite this file
Expand Down Expand Up @@ -85,7 +85,7 @@ You should definitelly read the [QA suite documentation](https://firebird-qa.rea
DefaultDbCachePages = 10000
MaxUnflushedWrites = -1
MaxUnflushedWriteTime = -1
# number of seconds after which statement execution will be automatically cancelled
# by the engine
# can be very useful if some test will hang or become work extremely slow:
Expand All @@ -102,7 +102,6 @@ You should definitelly read the [QA suite documentation](https://firebird-qa.rea
It is recommended to assign value like 'xnet_fb5x_qa' to IpcName.
> [!NOTE]
>
> Proper values of some parameters strongly depends on ServerMode and amount of
> avaliable RAM.
>
Expand All @@ -119,7 +118,7 @@ You should definitelly read the [QA suite documentation](https://firebird-qa.rea
2. Changes in OS environment variables:
it is recommended to create variable `FIREBIRD_TMP` that will point to the pre-created directory
on some fast drive (e.g. SSD or RAM). This drive must have at least 30 Gb free space.
Once this variable is defined, one may not specify parameter 'TempDirectories'.
Expand All @@ -130,12 +129,12 @@ You should definitelly read the [QA suite documentation](https://firebird-qa.rea
1. Configs:
```
```
fbSampleKeyHolder.conf
fbSampleDbCrypt.conf
```
```
2. Binaries on Windows:
```
```
fbSampleDbCrypt.dll
fbSampleKeyHolder.dll
```
Expand All @@ -146,7 +145,6 @@ You should definitelly read the [QA suite documentation](https://firebird-qa.rea
```
> [!NOTE]
>
> These files missed in Firebird 3.x but one may to use such files from any
> recent FB 4.x snapshot.
> Config parameter KeyHolderPlugin currently is 'fbSampleKeyHolder'.
Expand Down Expand Up @@ -189,7 +187,7 @@ You should definitelly read the [QA suite documentation](https://firebird-qa.rea
set bail off;
```
**Following must FAIL with:**
```
```
-- Statement failed, SQLSTATE = 42000
-- unsuccessful metadata update
-- -ALTER DATABASE failed
Expand Down Expand Up @@ -284,7 +282,7 @@ You should definitelly read the [QA suite documentation](https://firebird-qa.rea
--install-terminal Use our own terminal reporter
```
To run all tests (except slow ones) against local server use next command::
```
```
pytest --server local ./tests
```
Expand Down

0 comments on commit 443da69

Please sign in to comment.