We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82c168d commit 93d981aCopy full SHA for 93d981a
tests/robustness/makefile.mk
@@ -51,7 +51,7 @@ test-robustness-issue17780: /tmp/etcd-v3.5.13-compactBeforeSetFinishedCompact/bi
51
52
.PHONY: test-robustness-issue18089
53
test-robustness-issue18089: /tmp/etcd-v3.5.15-failpoints/bin
54
- GO_TEST_FLAGS='-v --run=TestRobustnessRegression/Issue18089 -timeout 1h --count 100 --failfast --bin-dir=/tmp/etcd-v3.5.15-failpoints/bin' PERSIST_RESULTS=1 make test-robustness && \
+ GO_TEST_FLAGS='-v --run=TestRobustnessRegression/Issue18089 --count 100 --failfast --bin-dir=/tmp/etcd-v3.5.15-failpoints/bin' make test-robustness && \
55
echo "Failed to reproduce" || echo "Successful reproduction"
56
57
# Failpoints
0 commit comments