elastic / rally

Macrobenchmarking framework for Elasticsearch
Apache License 2.0
37 stars 314 forks source link

Specifying exclude.tasks as json string yields unexpected behaviour #1809

Closed martijnvg closed 11 months ago

martijnvg commented 11 months ago

Specifying "exclude.tasks": "compression-stats" doesn't exclude the compression-stats task. Only when specifying it as: "exclude.tasks": ["compression-stats"], the compression-stats task gets excluded.

I would expect that the former notation would also work?

gbanasiak commented 11 months ago

Rally command-line option is documented here. It would be --exclude-tasks="compression-stats".

The "exclude.tasks": ["compression-stats"] invocation applies to internal tool which uses JSON format.