We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ebbe4e commit 9d9f9e1Copy full SHA for 9d9f9e1
docker/test/stateless/Dockerfile
@@ -64,7 +64,7 @@ RUN mkdir -p /tmp/clickhouse-odbc-tmp \
64
ENV TZ=Europe/Amsterdam
65
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
66
67
-ENV NUM_TRIES=3
+ENV NUM_TRIES=1
68
ENV MAX_RUN_TIME=0
69
70
# Unrelated to vars in setup_minio.sh, but should be the same there
tests/ci/functional_test_check.py
@@ -41,6 +41,8 @@ def get_additional_envs(
41
if "analyzer" in check_name:
42
result.append("USE_OLD_ANALYZER=1")
43
44
+ result.append("NUM_TRIES=3")
45
+
46
if run_by_hash_total != 0:
47
result.append(f"RUN_BY_HASH_NUM={run_by_hash_num}")
48
result.append(f"RUN_BY_HASH_TOTAL={run_by_hash_total}")
0 commit comments