Skip to content

Commit

Permalink
Merge pull request #75158 from rafiss/backport21.2-71913-72268
Browse files Browse the repository at this point in the history
release-21.2: roachtest: pass CRDB version to sequelize test
  • Loading branch information
rafiss authored Jan 19, 2022
2 parents 6d1d369 + 816f3d5 commit d73a015
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/cmd/roachtest/tests/sequelize.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ package tests

import (
"context"
"fmt"
"regexp"

"github.com/cockroachdb/cockroach/pkg/cmd/roachtest/cluster"
Expand Down Expand Up @@ -139,7 +140,7 @@ func registerSequelize(r registry.Registry) {

t.Status("running Sequelize test suite")
rawResults, err := c.RunWithBuffer(ctx, t.L(), node,
`cd /mnt/data1/sequelize/ && npm test`,
fmt.Sprintf(`cd /mnt/data1/sequelize/ && npm test --crdb_version=%s`, version),
)
rawResultsStr := string(rawResults)
t.L().Printf("Test Results: %s", rawResultsStr)
Expand Down

0 comments on commit d73a015

Please sign in to comment.