Skip to content

Commit 49f71a9

Browse files
authored
Fix Test 3d
"spec.coordinators.count" has to be >= 2 in a production environment
1 parent 18a8b63 commit 49f71a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/design/acceptance_test.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,10 +228,10 @@ Change the value of `spec.dbservers.count` from 4 to 2.
228228
- [ ] Three dbservers are removed (one by one)
229229
- [ ] The deployment must yield 9 `Pods`
230230

231-
Change the value of `spec.coordinators.count` from 4 to 1.
231+
Change the value of `spec.coordinators.count` from 4 to 2.
232232

233233
- [ ] Three coordinators are removed (one by one)
234-
- [ ] The deployment must yield 6 `Pods`
234+
- [ ] The deployment must yield 7 `Pods`
235235

236236
### Test 4a: Create cluster deployment with `ArangoLocalStorage` provided volumes
237237

0 commit comments

Comments
 (0)