ClickHouse/docker/test
Azat Khuzhin ebed6193b4 tests/stress: add core dumps into artifacts
gcore is used here because:

- default kernel.core_pattern is "|/usr/share/apport/apport %p %s %c %d %P %E" [1]
  and so to make it work you need to install apport into container and
  configure it propertly -- to complex

  [1]: https://s3.amazonaws.com/clickhouse-test-reports/33389/204e459d259570e6bc7fe2903f7e516094a916ca/stress_test__address__actions_/runlog.log

- kernel.core_pattern cannot be changed, since proc is mounted in
  read-only mode in non --privileged containers [2]

  [2]: https://s3.amazonaws.com/clickhouse-test-reports/33389/dab3afbd94558f9654bf0aa1e06e06e2962f3bb0/stress_test__address__actions_/runlog.log

v2: change kernel.core_pattern
v3: use gcore, since you are not allowed to change kernel.core_pattern
    in container (only under --privileged)
2022-01-04 14:03:40 +03:00
..
base Make archive.ubuntu.com mirror configurable for build 2021-11-26 10:55:41 +01:00
codebrowser Finally woboq is ready 2021-12-21 14:16:21 +03:00
compatibility Preparation 2021-09-06 14:33:39 +03:00
fasttest Autodetect threads count for fast tests as half of CPUs 2021-12-21 15:43:09 +01:00
fuzzer Add retries to AST fuzzer 2021-12-28 16:12:51 +03:00
integration Add test output and compare to reference 2022-01-03 03:36:23 +03:00
keeper-jepsen Merge branch 'master' into fix-build-clang-13-2 2021-09-10 12:05:54 +00:00
performance-comparison Fix style 2021-12-17 16:43:58 +03:00
pvs Use all available processors for PVS sturio check 2021-12-21 15:43:04 +01:00
split_build_smoke_test Preparation 2021-09-06 14:33:39 +03:00
sqlancer Make archive.ubuntu.com mirror configurable for build 2021-11-26 10:55:41 +01:00
stateful Trying to add debug info 2021-12-10 19:38:20 +03:00
stateless Trying to add debug info 2021-12-10 19:38:20 +03:00
stateless_pytest Preparation 2021-09-06 14:33:39 +03:00
stress tests/stress: add core dumps into artifacts 2022-01-04 14:03:40 +03:00
style Merge pull request #31822 from ClickHouse/rollback-28016 2021-11-29 10:27:59 +01:00
testflows/runner Add dockerhub proxy 2021-12-17 13:20:48 +03:00
unit Preparation 2021-09-06 14:33:39 +03:00
util Use original whitespaces in test_results.tsv 2021-10-12 23:31:31 +03:00
Dockerfile Auto version update to [21.13.1.1] [54458] 2021-12-09 00:33:01 +03:00
README.md
test_runner_docker_compose.yaml Move all folders inside /dbms one level up (#9974) 2020-04-02 02:51:21 +03:00
test_runner.sh Preparation 2021-09-06 14:33:39 +03:00

ClickHouse Test Docker Image

License

View license information for the software contained in this image.