From 84fe34b22c9a80a265ffbea043ef1918ceed7eef Mon Sep 17 00:00:00 2001 From: Zach Moazeni Date: Mon, 10 Jun 2019 09:24:03 -0400 Subject: [PATCH] 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. --- localtests/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/localtests/test.sh b/localtests/test.sh index 17b60e9..1078965 100755 --- a/localtests/test.sh +++ b/localtests/test.sh @@ -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 \