You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run yandex-tank -c load.yaml the terminal displays the following error:
Traceback (most recent call last):
File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
self.run()
File "/usr/local/lib/python3.8/dist-packages/yandextank/core/consoleworker.py", line 197, in run
self.retcode = self.core.wait_for_finish()
File "/usr/local/lib/python3.8/dist-packages/yandextank/common/util.py", line 845, in __exit__
retcode = self.worker.core.plugins_end_test(retcode)
File "/usr/local/lib/python3.8/dist-packages/yandextank/core/tankcore.py", line 315, in plugins_end_test
retcode = self.job.aggregator.end_test(retcode)
File "/usr/local/lib/python3.8/dist-packages/yandextank/aggregator/tank_aggregator.py", line 124, in end_test
retcode = self.generator.end_test(retcode)
File "/usr/local/lib/python3.8/dist-packages/yandextank/plugins/JMeter/plugin.py", line 168, in end_test
self.reader.close()
AttributeError: 'NoneType' object has no attribute 'close'
I am using Jmeter + Yandex Tank. In Jmeter a simple HTTP Request to a server.
When I run
yandex-tank -c load.yaml
the terminal displays the following error:I am using Jmeter + Yandex Tank. In Jmeter a simple HTTP Request to a server.
Yandex Tank load.yaml:
The text was updated successfully, but these errors were encountered: