mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
4965586e7e
* test/fuzzer: preserve core This may help to capture things like in [1]: Failed assertion: "bin->low_bits_full > bin->low_bits_empty" Received signal 6 Received signal Aborted (6) [1]: https://s3.amazonaws.com/clickhouse-test-reports/33057/19216f4c0ae0f72108c147f958a708b521ad27dc/fuzzer_astfuzzerdebug,actions//report.html Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com> * test: do not run 'info locals' since 'backtrace full' includes it Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com> * test: try capture backtrace from all threads Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com> * test/stress: fix path for core artifacts Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com> Fixes: #33389 * test/fuzzer: store core file in artifacts v2: fix report, because of undefined variable CORE_LINK v3: fix case when there is no core file Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com> |
||
---|---|---|
.. | ||
bare | ||
client | ||
docs | ||
packager | ||
server | ||
test | ||
images.json | ||
README.md |
ClickHouse Dockerfiles
This directory contain Dockerfiles for clickhouse-client
and clickhouse-server
. They are updated in each release.
Also there is bunch of images for testing and CI. They are listed in images.json
file and updated on each commit to master. If you need to add another image, place information about it into images.json
.