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

regression due to #129 #133

Closed msimonin closed 6 years ago

msimonin commented 6 years ago

129 introduce a regression for test_case_2 :

https://github.com/msimonin/ombt-orchestrator/blob/cfe775ff00eb025b089cae8f12e2a6d6da788672/orchestrator/tasks.py#L355-L356

This should be:

            len(s_topic[0:shard_index]),
            len(s_topic[0:shard_index]),

EDIT: test_case_4 is impacted as well