ClickHouse/docker/test
Azat Khuzhin dc5d7809b6 Do not continue perf tests in case of exception in create_query/fill_query
Previously due to using of threading.Thread, exception had been
ignored, and perf test simply continues, yes it will show some errors,
but it also may show that the test became faster, while it is because
the underlying table was empty.

Replace threading.Thread with a SafeThread (inline implementation) that
simply rethrow exception in join.

Here is an example of such report [1], look at the ip_trie test.

  [1]: https://s3.amazonaws.com/clickhouse-test-reports/45654/2101b66570cbb9eb9a492afa8ab82d562c34336b/performance_comparison_[3/4]/report.html

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-02-13 17:31:15 +01:00
..
base Modern tools 2023-01-01 20:53:06 +01:00
codebrowser Update woboq_codebrowser location 2022-10-18 17:31:15 +02:00
compatibility
fasttest Move poco to base/poco/ (#46075) 2023-02-08 12:04:11 +01:00
fuzzer Add more retries to AST Fuzzer 2023-01-20 16:46:24 +00:00
install Add tests for packages' installation 2023-02-03 12:16:16 +01:00
integration Merge branch 'master' of github.com:ClickHouse/ClickHouse into ADQM-634 2023-01-09 08:26:45 +00:00
keeper-jepsen Support Jepsen for server in CI 2022-11-04 13:40:13 +00:00
performance-comparison Do not continue perf tests in case of exception in create_query/fill_query 2023-02-13 17:31:15 +01:00
server-jepsen Increase test count 2022-11-07 10:39:16 +00:00
sqlancer Make sqlancer lighter by some optimizations 2023-01-11 22:43:10 +01:00
stateful Parallel replicas. Part [2] (#43772) 2023-02-03 14:34:18 +01:00
stateless Parallel replicas. Part [2] (#43772) 2023-02-03 14:34:18 +01:00
stress Update run.sh 2023-02-10 14:25:26 +03:00
style Add TODO to style-check image 2023-01-09 12:10:26 +01:00
unit
util Merge branch 'master' into stress_report_add_context2 2023-02-03 18:44:53 +03:00
README.md

ClickHouse Test Docker Image

License

View license information for the software contained in this image.