Skip to content

Allow to use an ES distribution for plugins that are built separately #345

Closed

Description

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

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions