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.
This commit is contained in:
Zach Moazeni 2019-06-10 09:24:03 -04:00
parent 8113d38d57
commit 84fe34b22c
No known key found for this signature in database
GPG Key ID: ECACE5037A6EDA84

View File

@ -152,7 +152,7 @@ test_single() {
--serve-socket-file=/tmp/gh-ost.test.sock \
--initially-drop-socket-file \
--test-on-replica \
--default-retries=1 \
--default-retries=3 \
--chunk-size=10 \
--verbose \
--debug \