Jenkins+Yandex-tank+Jmeter and hanged jobs
问题 I am using CI Jenkins for automation of load-testing with yandex-tank + jmeter. I am using distributed testing and starting summary 10k threads. So, I have a problem when the test should be finished but it`s not happening because (I think so) some threads on remote machines are stuck. Also, I tried to use these settings in jmeter.properties file: jmeterengine.threadstop.wait=1000 jmeterengine.remote.system.exit=true jmeterengine.stopfail.system.exit=true jmeterengine.force.system.exit=true