Skip to content

Commit ad25f91

Browse files
committed
Add hints about where to find test logs
1 parent 4a38215 commit ad25f91

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tests/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ I recommend not running suites with the `s3 storage` option as that requires ext
1717
python -m ci.praktika run "Stateless tests (amd_debug, sequential)"
1818
```
1919

20+
Logs can be found in `ci/tmp` and `ci/tmp/var/log/clickhouse-server`.
21+
2022
### One Test
2123

2224
Running a single test can be done with bare `clickhouse-test` or with the `praktika` utility.
@@ -38,6 +40,8 @@ then, in another window:
3840
tests/clickhouse-test -b ci/tmp/clickhouse 03222_pr_asan_index_granularity
3941
```
4042

43+
Logs will get written into the `tests/queries/0_stateless` folder.
44+
4145
#### praktika
4246

4347
```sh
@@ -61,6 +65,8 @@ https://github.com/ClickHouse/ClickHouse/blob/master/tests/integration/README.md
6165
python -m ci.praktika run "Integration tests (amd_binary, 4/5)"
6266
```
6367

68+
Logs can be found in `ci/tmp` and `ci/tmp/var/log/clickhouse-server`.
69+
6470
### One Test
6571

6672
```sh
@@ -72,4 +78,6 @@ Docker images may or may not need to be specified. Get the tags by examining ci
7278
Search logs for `integration-test`, look for `"altinityinfra/integration-tests-runner": "72c567235d2f7658765b"`
7379
and `"altinityinfra/integration-test": "9c789665fa1f2c3b60a8"`
7480

81+
Logs are written to the local dir, which is `tests/integration` in this example.
82+
7583
Note: `runner` has been removed from 25.9 onwards.

0 commit comments

Comments
 (0)