Comment 1 for bug 1956084

Revision history for this message
Sanjay Chari (sanjaychari) wrote :

This occurs when later iterations have atomic actions occur more times than they occurred in the first iteration, as the code assumes that an atomic action occurs same amount of times across multiple iterations. This logic has to be changed.
https://github.com/cloud-bulldozer/browbeat/blob/master/rally/rally-plugins/reports/custom_chart_plugins.py#L57-L58