Jenkins shows JMeter script failure even though the script actually passed

后端 未结 2 1449
灰色年华
灰色年华 2021-01-24 12:45

I have my jmeter script running from a jenkins job but it is always reporting it as failed even though the script actually passed. I am using the \'Publish Performance test res

2条回答
  •  青春惊慌失措
    2021-01-24 12:57

    You set the threshold for Unstable/Failure to 0, so even 0 consider as failure.

    Increase the thresholds for Unstable and Failed

提交回复
热议问题