Issues with Using tikv-ctl fail inject

Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.

Original topic: tikv-ctl fail inject 使用问题

| username: shonge

Hi all,
How do I use tikv-ctl fail inject?

tikv-ctl fail inject --help
OPTIONS:
    -f <file> Read a file of fail points and actions to inject
ARGS:
   <args>...   Inject fail point and actions pairs. E.g. tikv-ctl fail inject a=off b=panic

Additionally, there is no explanation of this subcommand in the official documentation:

| username: Lucien-卢西恩 | Original post link

This is for testing purposes only. You can refer to the usage method here: fail-rs/src/lib.rs at master · tikv/fail-rs · GitHub

| username: system | Original post link

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.