Skip to content

Commit

Permalink
roachtest: acceptance test cluster size should be 4
Browse files Browse the repository at this point in the history
For some reason I thought the local cluster size for the legacy
acceptance tests was 3. It is actually 4, so we should use 4 for the
roachtest-based acceptance tests.

Release note: None
  • Loading branch information
petermattis committed Sep 1, 2018
1 parent 8624547 commit d27dc18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/roachtest/acceptance.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import "context"
func registerAcceptance(r *registry) {
spec := testSpec{
Name: "acceptance",
Nodes: nodes(3),
Nodes: nodes(4),
}

testCases := []struct {
Expand Down

0 comments on commit d27dc18

Please sign in to comment.