vmware/weathervane

Allow run service to track multiple runs

hrosenbe opened this issue · 1 comments

The RunService in the workload driver currently only handles a single run at a time. This should be change so that new runs are posted to the service together with a unique name. This will allow the workload driver to handle multiple simultaneous runs.

This functionality was added in commit c3f1a97 on branch https://github.com/vmware/weathervane/tree/findMaxRP. It cannot be used until the run harness is updated to use this functionality (#44)