ClickHouse/docker
Azat Khuzhin 74a7a0603d test/fuzzer: print stacktrace
To get the stacktrace for errors w/o it [1]:

    SET max_parser_depth = 4000

    Got boring AST
    Code: 306. DB::Exception: Maximum parse depth (1000) exceeded. Consider rising max_parser_depth parameter. (TOO_DEEP_RECURSION)

  [1]: https://clickhouse-test-reports.s3.yandex.net/29513/769bfbe71f22c392458eced655080a0bbd442e02/fuzzer_ubsan/fuzzer.log
2021-10-02 12:49:44 +03:00
..
bare .tech -> .com 2021-09-22 03:22:57 +03:00
builder make changes analog to https://github.com/ClickHouse/ClickHouse/pull/20495/files but for clang-13 2021-09-09 23:51:47 +03:00
client Revert "repo.clickhouse.tech is not 100% ready" 2021-09-29 02:43:20 +03:00
packager fix tabs 2021-09-12 19:51:47 +03:00
server Revert "repo.clickhouse.tech is not 100% ready" 2021-09-29 02:43:20 +03:00
test test/fuzzer: print stacktrace 2021-10-02 12:49:44 +03:00
images.json Fix docker/test/util declaration 2021-10-01 01:04:06 +03:00
README.md Move integration tests docker files to docker/ directory. Rename image -> runner. 2020-04-17 19:01:16 +03:00

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.