Skip to content

Commit

Permalink
Merge #46585
Browse files Browse the repository at this point in the history
46585: tpccbench: bump EstimatedMax for tpccbench/nodes=9/cpu=4/multi-region r=nvanbenschoten a=nvanbenschoten

Closes #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

Co-authored-by: Nathan VanBenschoten <[email protected]>
  • Loading branch information
craig[bot] and nvanbenschoten committed Mar 25, 2020
2 parents ffd0a52 + 4fbad85 commit 6d81524
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 6d81524

Please sign in to comment.