File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ I recommend not running suites with the `s3 storage` option as that requires ext
1717python -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
2224Running a single test can be done with bare ` clickhouse-test ` or with the ` praktika ` utility.
@@ -38,6 +40,8 @@ then, in another window:
3840tests/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
6165python -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
7278Search logs for ` integration-test ` , look for ` "altinityinfra/integration-tests-runner": "72c567235d2f7658765b" `
7379and ` "altinityinfra/integration-test": "9c789665fa1f2c3b60a8" `
7480
81+ Logs are written to the local dir, which is ` tests/integration ` in this example.
82+
7583Note: ` runner ` has been removed from 25.9 onwards.
You can’t perform that action at this time.
0 commit comments