Skip to content

Commit

Permalink
Merge #95025
Browse files Browse the repository at this point in the history
95025: roachtest: fix log message in multitenant/tpch r=yuzefovich a=yuzefovich

We had an unnecessary `%s` formatting directive there.

Epic: None

Release note: None

Co-authored-by: Yahor Yuzefovich <[email protected]>
  • Loading branch information
craig[bot] and yuzefovich committed Jan 11, 2023
2 parents 8d1865f + 7d3d0df commit 5eb4574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/roachtest/tests/multitenant_tpch.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func runMultiTenantTPCH(ctx context.Context, t test.Test, c cluster.Cluster) {
// one at a time (using the given url as a parameter to the 'workload run'
// command). The runtimes are accumulated in the perf helper.
runTPCH := func(conn *gosql.DB, url string, setupIdx int) {
t.Status("restoring TPCH dataset for Scale Factor 1 in %s", setupNames[setupIdx])
t.Status("restoring TPCH dataset for Scale Factor 1 in ", setupNames[setupIdx])
if err := loadTPCHDataset(
ctx, t, c, conn, 1 /* sf */, c.NewMonitor(ctx), c.All(), false, /* disableMergeQueue */
); err != nil {
Expand Down

0 comments on commit 5eb4574

Please sign in to comment.