https://bz.apache.org/bugzilla/show_bug.cgi?id=61006
Bug ID: 61006
Summary: TEST_HTTPS failing because sni.velox.ch is down
Product: JMeter
Version: 3.1
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: HTTP
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
In batchtest TEST_HTTPS, to test SNI support, it tries to connect to the
website sni.velox.ch but the website is down so the test fails. Verified on
RHEL7.1, SLES 12SP2 and Ubuntu16.10.
Relevant part of output for RHEL7.1 is as below:
batchtest:
[echo] Starting TEST_HTTPS using -X
[jmeter] Writing log file to:
/home/test/workspace/Apache_Jmeter_3.1_RHEL7.1/v3_1/bin/TEST_HTTPS.log
[jmeter] Creating summariser <summary>
[jmeter] Created the tree successfully using testfiles/TEST_HTTPS.jmx
[jmeter] Starting the test @ Tue Apr 18 22:38:17 UTC 2017 (1492555097078)
[jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port
4445
[jmeter] summary = 2 in 00:00:02 = 1.1/s Avg: 755 Min: 129 Max:
1381 Err: 1 (50.00%)
[jmeter] Tidying up ... @ Tue Apr 18 22:38:19 UTC 2017 (1492555099076)
[jmeter] ... end of run
BUILD FAILED
/home/test/workspace/Apache_Jmeter_3.1_RHEL7.1/v3_1/build.xml:2730: The
following error occurred while executing this line:
/home/test/workspace/Apache_Jmeter_3.1_RHEL7.1/v3_1/build.xml:2635: CSV Files
are not identical.
/home/test/workspace/Apache_Jmeter_3.1_RHEL7.1/v3_1/bin/testfiles/TEST_HTTPS.csv
label,responseCode,responseMessage,threadName,dataType,success,grpThreads,allThreads,SampleCount,ErrorCount
HTTPS-SNI,200,OK,Thread Group 1-1,text,true,1,1,1,0
HTTPS-Request,200,OK,Thread Group 1-1,text,true,1,1,1,0
/home/test/workspace/Apache_Jmeter_3.1_RHEL7.1/v3_1/bin/TEST_HTTPS.csv
label,responseCode,responseMessage,threadName,dataType,success,grpThreads,allThreads,SampleCount,ErrorCount
HTTPS-SNI,Non HTTP response code: java.net.UnknownHostException,Non HTTP
response message: sni.velox.ch: Name or service not known,Thread Group
1-1,text,false,1,1,1,1
HTTPS-Request,200,OK,Thread Group 1-1,text,true,1,1,1,0
--
You are receiving this mail because:
You are the assignee for the bug.