ClickHouse/docker
Azat Khuzhin 8a89b8e395 perf: do not fail in case of slow queries (to avoid hiding possible issues)
Do not stop processing pathologically slow queries,
since this may hide errors in other queries,
i.e. when the test failed on one of servers (upstream or from PR)
and someone interpret this is as OK with the following comment:

  "the failure was on the upstream server it is OK, PR should fix it"

Anyway there is almost zero such queries right now, and before merging
something this should be reviewed.
2021-12-12 00:15:25 +03:00
..
bare .tech -> .com 2021-09-22 03:22:57 +03:00
builder Make archive.ubuntu.com mirror configurable for build 2021-11-26 10:55:41 +01:00
client Auto version update to [21.13.1.1] [54458] 2021-12-09 00:33:01 +03:00
docs Make archive.ubuntu.com mirror configurable for build 2021-11-26 10:55:41 +01:00
packager Remove readline support 2021-12-11 11:29:59 +03:00
server Auto version update to [21.13.1.1] [54458] 2021-12-09 00:33:01 +03:00
test perf: do not fail in case of slow queries (to avoid hiding possible issues) 2021-12-12 00:15:25 +03:00
images.json fix kerberized_hadoop image 2021-11-22 17:32:19 +02: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.