zoukankan      html  css  js  c++  java
  • 线程组,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。

  • 相关阅读:
    ojdbc14.jar
    Redis
    ftl转成word
    Swagger
    SpringBoot
    条件注解
    Spring SpringMVC MyBatis
    Spring介绍
    Django_mysql表查询
    Django01
  • 原文地址:https://www.cnblogs.com/python-xiakaibi/p/10146999.html
Copyright © 2011-2022 走看看