yandex / yandex-tank

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

Fix JMeter reader not closing causing tank to hang #747

Closed Sirozha1337 closed 5 years ago

Sirozha1337 commented 5 years ago

Currently there's a bug with JMeter plugin, which causes tank to hang at the end of the test. This happens, because data reader never closes. I decided to add "self.reader.close()", though I'm not sure that I've added it in the right spot. So feel free to make any changes.