Skip to content

Commit

Permalink
Add retries to vrepl e2e due to flakiness in multi-cell/cell alias tests
Browse files Browse the repository at this point in the history
Signed-off-by: Rohit Nayak <[email protected]>
  • Loading branch information
rohit-nayak-ps committed Nov 8, 2020
1 parent 6a6316a commit fa7a3e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@
"Command": [],
"Manual": false,
"Shard": 22,
"RetryMax": 0,
"RetryMax": 3,
"Tags": []
},
"vreplication_cellalias": {
Expand All @@ -595,7 +595,7 @@
"Command": [],
"Manual": false,
"Shard": 23,
"RetryMax": 0,
"RetryMax": 3,
"Tags": []
},
"vreplication_basic": {
Expand All @@ -604,7 +604,7 @@
"Command": [],
"Manual": false,
"Shard": 24,
"RetryMax": 0,
"RetryMax": 3,
"Tags": []
},
"orchestrator": {
Expand Down

0 comments on commit fa7a3e5

Please sign in to comment.