Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to define operation parameters dynamically #107

Closed
danielmitterdorfer opened this issue Jun 29, 2016 · 2 comments
Closed

Allow to define operation parameters dynamically #107

danielmitterdorfer opened this issue Jun 29, 2016 · 2 comments
Labels
enhancement Improves the status quo :Track Management New operations, changes in the track format, track download changes and the like
Milestone

Comments

@danielmitterdorfer
Copy link
Member

After #58 and #64 are implemented, we can have parameters for operations. However, these parameters are only static but for certain use cases we want to change parameter values for each invocation. Examples are:

@danielmitterdorfer danielmitterdorfer added the enhancement Improves the status quo label Jun 29, 2016
@danielmitterdorfer danielmitterdorfer added this to the 0.5.0 milestone Jun 29, 2016
@danielmitterdorfer danielmitterdorfer added the :Track Management New operations, changes in the track format, track download changes and the like label Oct 12, 2016
@danielmitterdorfer danielmitterdorfer modified the milestones: 0.4.3, 0.5.0, 0.4.4 Oct 12, 2016
@danielmitterdorfer danielmitterdorfer self-assigned this Oct 20, 2016
danielmitterdorfer added a commit that referenced this issue Oct 24, 2016
With this commit the Rally driver and for the most part also the
track management becomes agnostic to the operations that are
actually executed (preparation work for #107).

Relates #107
@danielmitterdorfer danielmitterdorfer removed their assignment Nov 28, 2016
@AndyDev2017
Copy link

@danielmitterdorfer
Hi, I would like to know if the requirement "Dynamically changing the terms that should be queried in order to provoke query cache misses" was implemented as I would like the means to supply a list of query terms to be randomly used. Thanks, Andrew

@danielmitterdorfer
Copy link
Member Author

@AndyDev2017 yes this has been implemented. You need to write something called a "custom parameter source" to make this work. An example is provided in the docs. With #365
we will implement better support in Rally.

If you have follow-up questions, it's better to post them in our user forum as other users might be interested as well and the discussion is easier to find there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improves the status quo :Track Management New operations, changes in the track format, track download changes and the like
Projects
None yet
Development

No branches or pull requests

2 participants