mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Add env variables for test images
This commit is contained in:
parent
78671d15bd
commit
7984e4f8a4
@ -23,6 +23,10 @@ RUN apt-get update -y \
|
|||||||
ENV TZ=Europe/Moscow
|
ENV TZ=Europe/Moscow
|
||||||
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
|
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
|
||||||
|
|
||||||
|
ENV TSAN_OPTIONS='halt_on_error=1'
|
||||||
|
ENV UBSAN_OPTIONS='print_stacktrace=1'
|
||||||
|
ENV ASAN_SYMBOLIZER_PATH=/usr/lib/llvm-6.0/bin/llvm-symbolizer
|
||||||
|
|
||||||
COPY zookeeper.xml /etc/clickhouse-server/config.d/zookeeper.xml
|
COPY zookeeper.xml /etc/clickhouse-server/config.d/zookeeper.xml
|
||||||
COPY listen.xml /etc/clickhouse-server/config.d/listen.xml
|
COPY listen.xml /etc/clickhouse-server/config.d/listen.xml
|
||||||
COPY part_log.xml /etc/clickhouse-server/config.d/part_log.xml
|
COPY part_log.xml /etc/clickhouse-server/config.d/part_log.xml
|
||||||
|
@ -19,6 +19,10 @@ RUN apt-get update -y \
|
|||||||
netcat-openbsd \
|
netcat-openbsd \
|
||||||
telnet
|
telnet
|
||||||
|
|
||||||
|
ENV TSAN_OPTIONS='halt_on_error=1'
|
||||||
|
ENV UBSAN_OPTIONS='print_stacktrace=1'
|
||||||
|
ENV ASAN_SYMBOLIZER_PATH=/usr/lib/llvm-6.0/bin/llvm-symbolizer
|
||||||
|
|
||||||
COPY ./stress /stress
|
COPY ./stress /stress
|
||||||
COPY log_queries.xml /etc/clickhouse-server/users.d/log_queries.xml
|
COPY log_queries.xml /etc/clickhouse-server/users.d/log_queries.xml
|
||||||
COPY part_log.xml /etc/clickhouse-server/config.d/part_log.xml
|
COPY part_log.xml /etc/clickhouse-server/config.d/part_log.xml
|
||||||
|
Loading…
Reference in New Issue
Block a user