Run tasks indefinitely #318
Labels
bug
Something's wrong
:Load Driver
Changes that affect the core of the load driver such as scheduling, the measurement approach etc.
:Track Management
New operations, changes in the track format, track download changes and the like
Milestone
Consider the following schedule:
Expected behavior: We want to run a term query in parallel with indexing. However, we don't really care how often the term query runs. It should just run as long as we're indexing and then terminate.
Actual behavior: Rally runs the query just once and does not show any results because this sample is finished within the warmup time period of 240 seconds.
We should fix this by assuming that the term query should be run indefinitely. Note that with the new behavior we rely that it is only used in schedules like the above. For example, the following schedule will never terminate:
If we want it to terminate, we need to specify a
time-period
.For the time being we will not implement any validation for these cases.
The text was updated successfully, but these errors were encountered: