yandex / yandex-tank

Load and performance benchmark tool
Other
2.45k stars 280 forks source link

JMeter tests cannot started #864

Open gnomeby opened 2 years ago

gnomeby commented 2 years ago

After some interface changes in TimeChopper the JMeter tests starts failing.

<class 'TypeError'>: object of type 'generator' has no len() self.recent_ts = [0] * len(self.sources)

TimeChopper(self._read_stat_queue(), 3)) TypeError: __init__() takes 2 positional arguments but 3 were given

gnomeby commented 2 years ago

Proposed fix https://github.com/yandex/yandex-tank/pull/865