Skip to content

Commit 3d18906

Browse files
committed
workload: make literal-implementation a runtime-only flag
The recently merged #145257 added a literal-implementation flag to the tpcc kit but didn't mark the flag as runtime only. This PR adds the runtime-only designation for the flag. Epic: None Fixes: #136773 Fixes: #146049 Fixes: #144296 Release note: None
1 parent c55c03d commit 3d18906

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/workload/tpcc/tpcc.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@ var tpccMeta = workload.Meta{
279279
`fake-time`: {RuntimeOnly: true},
280280
`txn-preamble-file`: {RuntimeOnly: true},
281281
`aost`: {RuntimeOnly: true, CheckConsistencyOnly: true},
282+
`literal-implementation`: {RuntimeOnly: true},
282283
}
283284

284285
g.flags.IntVar(&g.warehouses, `warehouses`, 1, `Number of warehouses for loading`)

0 commit comments

Comments
 (0)