msimonin / ombt-orchestrator

Framework to evaluate different message buses using oslo.messaging (via ombt)
GNU General Public License v3.0
3 stars 4 forks source link

Campaign seems to skip all params #77

Closed msimonin closed 6 years ago

msimonin commented 6 years ago

https://github.com/msimonin/ombt-orchestrator/blob/4237ab7b357d1d37a515ec40597dc7d92c803c64/campaign.py#L96

Skip should be done in the except block, it seems that all parameters are skipped. As a consequence, replaying an stopped campaign leads to replay all the parameters and not only the ones that haven't be done previously.