我正在关注已更新的CommittingChanges的JMeter维基页面。
我正在运行
ant checkstyle
ant package
蚂蚁测试
测试失败,错误与Bug52310.csv:
不同BUILD FAILED
C:\jmeter\jmeter\build.xml:2681: The following error occurred while executing th
is line:
C:\jmeter\jmeter\build.xml:2621: CSV Files are not identical.
C:\jmeter\jmeter\bin\testfiles\Bug52310.csv
ComputeIPAddr,200,OK,TG2 1-1,text,true
HTTP-Request-HC31,200,OK,TG2 1-1,text,true
HTTP-Request-HC4,200,OK,TG2 1-1,text,true
C:\jmeter\jmeter\bin\Bug52310.csv
ComputeIPAddr,200,OK,TG2 1-1,text,true
HTTP-Request-HC31,Non HTTP response code: java.net.SocketException,Non HTTP resp
onse message: Network is unreachable: connect,TG2 1-1,text,false
HTTP-Request-HC4,Non HTTP response code: java.net.SocketException,Non HTTP respo
nse message: Network is unreachable: connect,TG2 1-1,text,false
Total time: 3 minutes 9 seconds
是错误还是配置/网络问题?所有JMeter测试都可以在本地环境中执行吗?
修改
下一步是运行不同的测试
ant test-headless或ant test-headed(以蚂蚁测试为准)
为什么不首先执行ant test-both
?
当我执行ant test-headed
甚至and test-both
时,它成功运作
答案 0 :(得分:1)
关于您的第一个问题,它看起来像是计算机的临时连接问题,或者更有可能是测试为计算机计算了无法访问的IP地址。
此测试的存在是通过将ip源设置为您的计算机地址来测试ip欺骗功能。
在gui中运行它,然后查看计算机上计算出的IP,然后尝试解决它。
关于ant test-both,是的,这会更好,请报告一个错误。