ClickHouse/docker
Azat Khuzhin dea95e6c33 Ensure that llvm-symbolizer is used for symbolizing sanitizer reports
Since you don't want to fallback to addr2line:

    # addr2line
    $ time /bin/test
    set_flag_impl: Success
    set_flag_if: Success
    /usr/bin/addr2line: DWARF error: invalid or unhandled FORM value: 0x23
    ==================
    WARNING: ThreadSanitizer: data race (pid=18)
    ...
    real    3m8.580s
    user    0m21.967s
    sys     0m40.628s

    # llvm-symbolizer
    $ time ./test
    set_flag_impl: Success
    set_flag_if: Success
    ==================
    WARNING: ThreadSanitizer: data race (pid=24884)
    real    0m0.028s
    user    0m0.003s
    sys     0m0.006s

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-08-04 16:14:05 +02:00
..
bare Fix typo 2023-05-06 23:40:19 +02:00
docs/builder Fix docs build 2024-08-02 18:17:32 +02:00
keeper Update version_date.tsv and changelogs after v24.7.2.13-stable 2024-08-01 06:35:22 +00:00
packager Remove Keeper standalone build 2024-07-01 11:24:45 +02:00
server Update version_date.tsv and changelogs after v24.7.2.13-stable 2024-08-01 06:35:22 +00:00
test Ensure that llvm-symbolizer is used for symbolizing sanitizer reports 2024-08-04 16:14:05 +02:00
images.json Test if unit-tests can be decreased 2024-06-11 16:09:31 +02:00
README.md Merge branch 'master' into sqltest 2023-08-10 21:47:56 +03:00
reqgenerator.py Automatic style fix 2024-07-03 20:53:04 +00:00

ClickHouse Dockerfiles

This directory contain Dockerfiles for clickhouse-server. They are updated in each release.

Also, there is a 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.