1. 程式人生 > >執行緒組,action to be taken after a sampler error

執行緒組,action to be taken after a sampler error

 

continue:繼續執行後面的請求

start next  thread loop:後面的請求不執行,重新迴圈執行

stop thread:停止所有執行緒(等待正在執行的執行緒執行完後,失敗的請求後面的請求不會再執行)

stop test:(停止測試)

(等待當前執行的取樣器結束後,結束整個測試):如果login操作失敗,當前正在執行的操作是HTTP Request,那麼要等執行完HTTP Request之後才會結束整個測試。

stop the test now :

 

立即停止整個測試,導致正在執行的取樣器結果失敗,失敗原因:java.net.SocketException: Socket closed。