当 EOF 上的停止线程为真时,Jmeter CSV 数据设置配置。 tearDown组没有执行
Jmeter CSV DATA set config when stop thread on EOF is true. The tearDown group is not executed
Jmeter CSV DATA 在 EOF 上停止线程为真时设置配置。 tearDown组没有执行。
日志错误:
看到线程 tearDown 线程组 1-1 的停止线程,原因:org.apache.jorphan.util.JMeterStopThreadException:file:C 结束:/Users/673311/git/refund-batch-poc/BatchAutomation/batch_prod/11-02_Batch1_PP-Only.csv 检测到 CSV 数据集:CSV 数据集配置配置 stopThread:true, recycle:false**
注意 JMeter Scoping Rules, when you put the CSV Data Set Config to the same level as Thread Groups - 它将应用于 所有线程组 因此 tearDown 线程组将检测文件结束并且不会启动任何线程
如果线程组未启动任何线程,则不会执行 samplers。
只需将您的 CSV 数据集配置移动到“正常”线程组中,您的测试就会按预期开始工作:
Jmeter CSV DATA 在 EOF 上停止线程为真时设置配置。 tearDown组没有执行。
日志错误:
看到线程 tearDown 线程组 1-1 的停止线程,原因:org.apache.jorphan.util.JMeterStopThreadException:file:C 结束:/Users/673311/git/refund-batch-poc/BatchAutomation/batch_prod/11-02_Batch1_PP-Only.csv 检测到 CSV 数据集:CSV 数据集配置配置 stopThread:true, recycle:false**
注意 JMeter Scoping Rules, when you put the CSV Data Set Config to the same level as Thread Groups - 它将应用于 所有线程组 因此 tearDown 线程组将检测文件结束并且不会启动任何线程
如果线程组未启动任何线程,则不会执行 samplers。
只需将您的 CSV 数据集配置移动到“正常”线程组中,您的测试就会按预期开始工作: