Skip to content

Commit

Permalink
tpccbench: bump EstimatedMax for tpccbench/nodes=9/cpu=4/multi-region
Browse files Browse the repository at this point in the history
See #41876.

Searching from 2200 up to around 3000 each time this test runs takes a long
time and can lead to test timeouts. Now that we're more efficient, we can
bump the estimated max and limit the max warehouse search.

Release justification: testing only
  • Loading branch information
nvanbenschoten committed Mar 25, 2020
1 parent c4b308d commit 4fbad85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/roachtest/tpcc.go
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ func registerTPCC(r *testRegistry) {
LoadConfig: multiLoadgen,

LoadWarehouses: 5000,
EstimatedMax: 2200,
EstimatedMax: 3000,

MinVersion: "v19.1.0",
})
Expand Down

0 comments on commit 4fbad85

Please sign in to comment.