Skip to content

Commit 84fe34b

Browse files
committed
Bump default-retries to 3
There are some legitimate retries that can occur during testing. Namely `logic.ExpectProcess()` (in `applier.go`). We'll look for a process that does exist, but timing-wise doesn't have the `state` or `info` columns populated. Without this, the test will fail abruptly.
1 parent 8113d38 commit 84fe34b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

localtests/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ test_single() {
152152
--serve-socket-file=/tmp/gh-ost.test.sock \
153153
--initially-drop-socket-file \
154154
--test-on-replica \
155-
--default-retries=1 \
155+
--default-retries=3 \
156156
--chunk-size=10 \
157157
--verbose \
158158
--debug \

0 commit comments

Comments
 (0)