mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-14 18:32:29 +00:00
dc5d7809b6
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> |
||
---|---|---|
.. | ||
base | ||
codebrowser | ||
compatibility | ||
fasttest | ||
fuzzer | ||
install | ||
integration | ||
keeper-jepsen | ||
performance-comparison | ||
server-jepsen | ||
sqlancer | ||
stateful | ||
stateless | ||
stress | ||
style | ||
unit | ||
util | ||
README.md |
ClickHouse Test Docker Image
License
View license information for the software contained in this image.