如果我使用2个用户作为线程组,则在第1次迭代中通过CSV数据集配置捕获前2个测试数据,但JMeter在回放时间的下一次连续迭代中不会捕获下一个测试数据。并且在Jmeter日志中显示EOFException。任何人都可以为我提供任何解决方案吗?
Jmeter日志:
*2014/12/16 03:05:23 WARN - jmeter.threads.JMeterThread: The delay timer was interrupted - probably did not wait as long as intended.
2014/12/16 03:05:23 ERROR - jmeter.protocol.http.sampler.HTTPJavaImpl: readResponse: java.io.EOFException
2014/12/16 03:05:23 INFO - jmeter.protocol.http.sampler.HTTPJavaImpl: Error Response Code: 200, Server sent no Errorpage
2014/12/16 03:05:23 ERROR - jmeter.protocol.http.sampler.HTTPJavaImpl: readResponse: java.io.EOFException
2014/12/16 03:05:23 INFO - jmeter.protocol.http.sampler.HTTPJavaImpl: Error Response Code: 200, Server sent no Errorpage*
答案 0 :(得分:1)
有两个可能的原因:
有关放置位置以及如何正确配置CSV数据集配置测试元素的详细信息,请参阅Using CSV DATA SET CONFIG指南。