Closed
Description
openedon Nov 8, 2017
version: Rally 0.7.4
I'd like to use Rally to benchmark a plugin I'm writing. Note that I'm not doing any modification in elasticsearch itself.
So here is what I need:
- Define the version I need for elasticsearch.
--distribution-version=6.0.0-rc2
is the way to go - Define my plugin repository in
rally.ini
:
plugin.foo.remote.repo.url = file://path/to/foo/
plugin.foo.src.subdir = .
plugin.foo.build.task = assemble
plugin.foo.build.artifact.subdir = build/distributions
- Launch rally with my plugin with:
esrally --revision="foo:master" --elasticsearch-plugins="foo" --distribution-version=6.0.0-rc2
this is failing with Rally 0.7.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment