File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 99
99
--ulimit nofile=65536:65536 \
100
100
--ulimit memlock=-1:-1 \
101
101
--detach=" $local_detach " \
102
- --health-cmd=" curl $cert_validation_flags --fail $elasticsearch_url /_cluster/health || exit 1" \
102
+ --health-cmd=" curl $cert_validation_flags --silent -- fail $elasticsearch_url /_cluster/health || exit 1" \
103
103
--health-interval=2s \
104
104
--health-retries=20 \
105
105
--health-timeout=2s \
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ script_path=$(dirname $(realpath -s $0))
10
10
source $script_path /functions/imports.sh
11
11
set -euo pipefail
12
12
13
- RUST_TOOLCHAIN=${RUST_TOOLCHAIN-nightly-2020-07-27 }
13
+ RUST_TOOLCHAIN=${RUST_TOOLCHAIN-latest }
14
14
ELASTICSEARCH_URL=${ELASTICSEARCH_URL-" $elasticsearch_url " }
15
15
elasticsearch_container=${elasticsearch_container-}
16
16
@@ -40,4 +40,4 @@ docker run \
40
40
--volume ${repo} /test_results:/usr/src/elasticsearch-rs/test_results \
41
41
--rm \
42
42
elastic/elasticsearch-rs \
43
- /bin/bash -c " cargo make test-yaml"
43
+ /bin/bash -c " cargo make test-yaml"
You can’t perform that action at this time.
0 commit comments