Skip to content

Commit

Permalink
Merge #36401
Browse files Browse the repository at this point in the history
36401: roachtest: Reduce tpcc/w=max targets r=tbg a=bdarnell

Make large cuts to deflake the test until we can get enough data to
put a tighter bound on it. The AWS case does not appear to have passed
since its introduction.

Closes #35337
Updates #36097

Release note: None

Co-authored-by: Ben Darnell <[email protected]>
  • Loading branch information
craig[bot] and bdarnell committed Apr 2, 2019
2 parents 7e37d43 + fad660f commit 88e3c6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/cmd/roachtest/tpcc.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,9 @@ func registerTPCC(r *registry) {
var warehouses int
switch cloud {
case "gce":
warehouses = 1350
warehouses = 1250
case "aws":
warehouses = 2300
warehouses = 2100
default:
t.Fatalf("unknown cloud: %q", cloud)
}
Expand Down

0 comments on commit 88e3c6d

Please sign in to comment.