Skip to content

Commit

Permalink
Merge pull request cockroachdb#105209 from cockroachdb/blathers/backp…
Browse files Browse the repository at this point in the history
…ort-release-23.1-105156

release-23.1: roachtest: fix tpchvec in some cases
  • Loading branch information
yuzefovich authored Jun 21, 2023
2 parents fcbf74c + 2afdca4 commit 08ebc55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/roachtest/tests/tpchvec.go
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ func (p *tpchVecPerfTest) postTestRunHook(

// Check whether we can reproduce this slowness to prevent false
// positives.
var helper tpchVecPerfHelper
helper := newTpchVecPerfHelper(runConfig.setupNames)
for setupIdx, setup := range runConfig.clusterSetups {
performClusterSetup(t, conn, setup)
result, err := c.RunWithDetailsSingleNode(
Expand Down

0 comments on commit 08ebc55

Please sign in to comment.