Problem: kit install sysbench --target tidb installs the command group as sysbench-tidb, not sysbench. Sensible (multi-target) but undocumented, and it tripped up the generated test plan.
Fix: document the <kit>-<target> naming in docs/development/kits.md.
Found during the TiDB×sysbench load-test investigation (2026-07-21). See the run's final report for full context.
Problem:
kit install sysbench --target tidbinstalls the command group assysbench-tidb, notsysbench. Sensible (multi-target) but undocumented, and it tripped up the generated test plan.Fix: document the
<kit>-<target>naming indocs/development/kits.md.Found during the TiDB×sysbench load-test investigation (2026-07-21). See the run's final report for full context.