Closed gtr closed 11 months ago
linville (mdlinville) commented: I think this issue is filed in error. I ran the following command against the 23.2 binary, and it shows the {{tpcc}} workload:
{{[~/Downloads/cockroach-v23.2.0-alpha.5.darwin-11.0-arm64] $ ./cockroach workload fixtures import --}} {{help}} {{import a fixture into a running cluster. An enterprise license is NOT required.}}
{{Usage:}} {{ cockroach workload fixtures import [flags]}} {{ cockroach workload fixtures import [command]}}
{{Available Commands:}} {{ bank}} {{ bulkingest}} {{ insights}} {{ intro}} {{ kv}} {{ movr}} {{ startrek}} {{ tpcc}} {{ tpch}} {{ ttlbench}} {{ ttllogger}} {{ ycsb}}
Gerardo Torres Castro commented:
This was pointed out by a member of our community Slack.
They tried running
cockroach workload debug tpcc-merge-results
to debug a tpcc workload. They reference the docs which incorrectly addcockroach
to the beginning of the command.It should just be
workload debug tpcc-merge-results
, as that flag belongs to the standaloneworkload
binary (built withdev build workload
) and not thecockroach workload
command.Jira Issue: DOC-8356