Skip to content

Commit 62c6a23

Browse files
committed
roachtest: add last-duration flag to tpcc post check
Epic: None Release note: None
1 parent 15b5f82 commit 62c6a23

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/cmd/roachtest/tests/tpcc.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -471,6 +471,7 @@ func runTPCC(
471471
cmd := roachtestutil.NewCommand("%s workload check %s", test.DefaultCockroachPath, opts.getWorkloadCmd()).
472472
MaybeFlag(opts.DB != "", "db", opts.DB).
473473
MaybeOption(opts.ExpensiveChecks, "expensive-checks").
474+
Flag("last-duration", opts.Duration).
474475
Flag("warehouses", opts.Warehouses).
475476
Arg("{pgurl:1}")
476477

0 commit comments

Comments
 (0)