scylladb / cql-stress

8 stars 4 forks source link

c-s CLI: support `-errors` option #65

Open muzarski opened 6 months ago

muzarski commented 6 months ago

As mentioned in https://github.com/scylladb/cql-stress/pull/64, the config's max_retries_per_op is now hardcoded to 9 (c-s default value).

In c-s, this value can be adjusted by the user with -errors retries= CLI parameter.

The solution is to simply extend CLI by -errors option which introduces retries= as well as other additional parameters related to cql-stress error handling.