Jenkins+Yandex-tank+Jmeter and hanged jobs

大城市里の小女人 提交于 2019-12-11 10:24:00

问题


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
jmeter.exit.check.pause=1000

But it does not help. Are there some another for force stopping of jmeter without killing java process?


回答1:


I am having a similar problem, I've tried the Jenkins option:

Abort the build if it's stuck, Strategy: Absolut, 120 minutes

It didn't help for me, but it would worth a try.



来源:https://stackoverflow.com/questions/27419729/jenkinsyandex-tankjmeter-and-hanged-jobs

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!