Skip to content

Commit

Permalink
roachtest: fix store dump version
Browse files Browse the repository at this point in the history
This store dump version was accidentally broken in cockroachdb#25541.

Release note: None
  • Loading branch information
nvanbenschoten committed Jun 18, 2018
1 parent 897301f commit abd2d0a
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 @@ -369,7 +369,7 @@ func registerTPCCBench(r *registry) {

LoadWarehouses: 1000,
EstimatedMax: 325,
StoreDirVersion: "2.0-6",
StoreDirVersion: "2.0-5",
},
{
Nodes: 3,
Expand All @@ -394,7 +394,7 @@ func registerTPCCBench(r *registry) {

LoadWarehouses: 5000,
EstimatedMax: 500,
StoreDirVersion: "2.0-6",
StoreDirVersion: "2.0-5",
},
// objective 3, key result 2.
{
Expand Down

0 comments on commit abd2d0a

Please sign in to comment.