`extra_scylla_cmdline_options` is a list of commandline arguments and, actually, each argument should be a separate item. Few configuration files have `--reactor-backend` option added in the format which doesn't follow this rule.
5 lines
134 B
YAML
5 lines
134 B
YAML
# Custom command line arguments for some of the tests
|
|
custom_args: {}
|
|
extra_scylla_cmdline_options:
|
|
- '--reactor-backend=linux-aio'
|