You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by se...@apache.org on 2017/10/27 19:46:58 UTC

svn commit: r1813563 - in /jmeter/trunk/bin/testfiles: TestCookieManager.csv TestCookieManager.jmx TestCookieManager.xml

Author: sebb
Date: Fri Oct 27 19:46:58 2017
New Revision: 1813563

URL: http://svn.apache.org/viewvc?rev=1813563&view=rev
Log:
HTTP error messages vary across OSes so don't save them to csv/xml files

Modified:
    jmeter/trunk/bin/testfiles/TestCookieManager.csv
    jmeter/trunk/bin/testfiles/TestCookieManager.jmx
    jmeter/trunk/bin/testfiles/TestCookieManager.xml

Modified: jmeter/trunk/bin/testfiles/TestCookieManager.csv
URL: http://svn.apache.org/viewvc/jmeter/trunk/bin/testfiles/TestCookieManager.csv?rev=1813563&r1=1813562&r2=1813563&view=diff
==============================================================================
--- jmeter/trunk/bin/testfiles/TestCookieManager.csv (original)
+++ jmeter/trunk/bin/testfiles/TestCookieManager.csv Fri Oct 27 19:46:58 2017
@@ -1,11 +1,11 @@
-label,responseCode,responseMessage,threadName,dataType,success,grpThreads,allThreads,SampleCount,ErrorCount
-JSS_startMirror,200,OK,setUp Thread Group 1-1,text,true,1,1,1,0
-HTTP-Request-HC4,200,OK,TG-ManagedCookieHC4 1-1,text,true,1,1,1,0
-HTTPS-Request-HC4,Non HTTP response code: java.net.ConnectException,Non HTTP response message: Connection refused (Connection refused),TG-ManagedCookieHC4 1-1,text,true,1,1,1,0
-HTTP-Request-Java,200,OK,TG-ManagedCookieJava 2-1,text,true,1,1,1,0
-HTTPS-Request-Java,Non HTTP response code: java.net.ConnectException,Non HTTP response message: Connection refused (Connection refused),TG-ManagedCookieJava 2-1,text,true,1,1,1,0
-HTTP-NonManagedCookie-HC4,200,OK,TG-NonManagedCookieHC4 3-1,text,true,1,1,1,0
-HTTPS-NonManagedCookie-HC4,Non HTTP response code: java.net.ConnectException,Non HTTP response message: Connection refused (Connection refused),TG-NonManagedCookieHC4 3-1,text,true,1,1,1,0
-HTTP-NonManagedCookie-Java,200,OK,TG-NonManagedCookieJava 4-1,text,true,1,1,1,0
-HTTPS-NonManagedCookie-Java,Non HTTP response code: java.net.ConnectException,Non HTTP response message: Connection refused (Connection refused),TG-NonManagedCookieJava 4-1,text,true,1,1,1,0
-JSS_stopMirror,200,OK,tearDown Thread Group 1-1,text,true,1,1,1,0
+label,responseCode,threadName,dataType,success,grpThreads,allThreads,SampleCount,ErrorCount
+JSS_startMirror,200,setUp Thread Group 1-1,text,true,1,1,1,0
+HTTP-Request-HC4,200,TG-ManagedCookieHC4 1-1,text,true,1,1,1,0
+HTTPS-Request-HC4,Non HTTP response code: java.net.ConnectException,TG-ManagedCookieHC4 1-1,text,true,1,1,1,0
+HTTP-Request-Java,200,TG-ManagedCookieJava 2-1,text,true,1,1,1,0
+HTTPS-Request-Java,Non HTTP response code: java.net.ConnectException,TG-ManagedCookieJava 2-1,text,true,1,1,1,0
+HTTP-NonManagedCookie-HC4,200,TG-NonManagedCookieHC4 3-1,text,true,1,1,1,0
+HTTPS-NonManagedCookie-HC4,Non HTTP response code: java.net.ConnectException,TG-NonManagedCookieHC4 3-1,text,true,1,1,1,0
+HTTP-NonManagedCookie-Java,200,TG-NonManagedCookieJava 4-1,text,true,1,1,1,0
+HTTPS-NonManagedCookie-Java,Non HTTP response code: java.net.ConnectException,TG-NonManagedCookieJava 4-1,text,true,1,1,1,0
+JSS_stopMirror,200,tearDown Thread Group 1-1,text,true,1,1,1,0

Modified: jmeter/trunk/bin/testfiles/TestCookieManager.jmx
URL: http://svn.apache.org/viewvc/jmeter/trunk/bin/testfiles/TestCookieManager.jmx?rev=1813563&r1=1813562&r2=1813563&view=diff
==============================================================================
--- jmeter/trunk/bin/testfiles/TestCookieManager.jmx (original)
+++ jmeter/trunk/bin/testfiles/TestCookieManager.jmx Fri Oct 27 19:46:58 2017
@@ -557,7 +557,7 @@ mirrorServer.stopServer();</stringProp>
             <success>true</success>
             <label>true</label>
             <code>true</code>
-            <message>true</message>
+            <message>false</message>
             <threadName>true</threadName>
             <dataType>true</dataType>
             <encoding>false</encoding>
@@ -590,7 +590,7 @@ mirrorServer.stopServer();</stringProp>
             <success>true</success>
             <label>true</label>
             <code>true</code>
-            <message>true</message>
+            <message>false</message>
             <threadName>true</threadName>
             <dataType>true</dataType>
             <encoding>false</encoding>

Modified: jmeter/trunk/bin/testfiles/TestCookieManager.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/bin/testfiles/TestCookieManager.xml?rev=1813563&r1=1813562&r2=1813563&view=diff
==============================================================================
--- jmeter/trunk/bin/testfiles/TestCookieManager.xml (original)
+++ jmeter/trunk/bin/testfiles/TestCookieManager.xml Fri Oct 27 19:46:58 2017
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <testResults version="1.2">
-<sample s="true" lb="JSS_startMirror" rc="200" rm="OK" tn="setUp Thread Group 1-1" dt="text" sc="1" ec="0" ng="1" na="1"/>
-<httpSample s="true" lb="HTTP-Request-HC4" rc="200" rm="OK" tn="TG-ManagedCookieHC4 1-1" dt="text" sc="1" ec="0" ng="1" na="1">
+<sample s="true" lb="JSS_startMirror" rc="200" tn="setUp Thread Group 1-1" dt="text" sc="1" ec="0" ng="1" na="1"/>
+<httpSample s="true" lb="HTTP-Request-HC4" rc="200" tn="TG-ManagedCookieHC4 1-1" dt="text" sc="1" ec="0" ng="1" na="1">
   <assertionResult>
     <name>Response Assertion</name>
     <failure>false</failure>
@@ -13,14 +13,14 @@
     <error>false</error>
   </assertionResult>
 </httpSample>
-<httpSample s="true" lb="HTTPS-Request-HC4" rc="Non HTTP response code: java.net.ConnectException" rm="Non HTTP response message: Connection refused (Connection refused)" tn="TG-ManagedCookieHC4 1-1" dt="text" sc="1" ec="0" ng="1" na="1">
+<httpSample s="true" lb="HTTPS-Request-HC4" rc="Non HTTP response code: java.net.ConnectException" tn="TG-ManagedCookieHC4 1-1" dt="text" sc="1" ec="0" ng="1" na="1">
   <assertionResult>
     <name>Request Assertion</name>
     <failure>false</failure>
     <error>false</error>
   </assertionResult>
 </httpSample>
-<httpSample s="true" lb="HTTP-Request-Java" rc="200" rm="OK" tn="TG-ManagedCookieJava 2-1" dt="text" sc="1" ec="0" ng="1" na="1">
+<httpSample s="true" lb="HTTP-Request-Java" rc="200" tn="TG-ManagedCookieJava 2-1" dt="text" sc="1" ec="0" ng="1" na="1">
   <assertionResult>
     <name>Response Assertion</name>
     <failure>false</failure>
@@ -32,14 +32,14 @@
     <error>false</error>
   </assertionResult>
 </httpSample>
-<httpSample s="true" lb="HTTPS-Request-Java" rc="Non HTTP response code: java.net.ConnectException" rm="Non HTTP response message: Connection refused (Connection refused)" tn="TG-ManagedCookieJava 2-1" dt="text" sc="1" ec="0" ng="1" na="1">
+<httpSample s="true" lb="HTTPS-Request-Java" rc="Non HTTP response code: java.net.ConnectException" tn="TG-ManagedCookieJava 2-1" dt="text" sc="1" ec="0" ng="1" na="1">
   <assertionResult>
     <name>Request Assertion</name>
     <failure>false</failure>
     <error>false</error>
   </assertionResult>
 </httpSample>
-<httpSample s="true" lb="HTTP-NonManagedCookie-HC4" rc="200" rm="OK" tn="TG-NonManagedCookieHC4 3-1" dt="text" sc="1" ec="0" ng="1" na="1">
+<httpSample s="true" lb="HTTP-NonManagedCookie-HC4" rc="200" tn="TG-NonManagedCookieHC4 3-1" dt="text" sc="1" ec="0" ng="1" na="1">
   <assertionResult>
     <name>Request Assertion</name>
     <failure>false</failure>
@@ -51,14 +51,14 @@
     <error>false</error>
   </assertionResult>
 </httpSample>
-<httpSample s="true" lb="HTTPS-NonManagedCookie-HC4" rc="Non HTTP response code: java.net.ConnectException" rm="Non HTTP response message: Connection refused (Connection refused)" tn="TG-NonManagedCookieHC4 3-1" dt="text" sc="1" ec="0" ng="1" na="1">
+<httpSample s="true" lb="HTTPS-NonManagedCookie-HC4" rc="Non HTTP response code: java.net.ConnectException" tn="TG-NonManagedCookieHC4 3-1" dt="text" sc="1" ec="0" ng="1" na="1">
   <assertionResult>
     <name>Request Assertion</name>
     <failure>false</failure>
     <error>false</error>
   </assertionResult>
 </httpSample>
-<httpSample s="true" lb="HTTP-NonManagedCookie-Java" rc="200" rm="OK" tn="TG-NonManagedCookieJava 4-1" dt="text" sc="1" ec="0" ng="1" na="1">
+<httpSample s="true" lb="HTTP-NonManagedCookie-Java" rc="200" tn="TG-NonManagedCookieJava 4-1" dt="text" sc="1" ec="0" ng="1" na="1">
   <assertionResult>
     <name>Response Assertion</name>
     <failure>false</failure>
@@ -70,13 +70,13 @@
     <error>false</error>
   </assertionResult>
 </httpSample>
-<httpSample s="true" lb="HTTPS-NonManagedCookie-Java" rc="Non HTTP response code: java.net.ConnectException" rm="Non HTTP response message: Connection refused (Connection refused)" tn="TG-NonManagedCookieJava 4-1" dt="text" sc="1" ec="0" ng="1" na="1">
+<httpSample s="true" lb="HTTPS-NonManagedCookie-Java" rc="Non HTTP response code: java.net.ConnectException" tn="TG-NonManagedCookieJava 4-1" dt="text" sc="1" ec="0" ng="1" na="1">
   <assertionResult>
     <name>Request Assertion</name>
     <failure>false</failure>
     <error>false</error>
   </assertionResult>
 </httpSample>
-<sample s="true" lb="JSS_stopMirror" rc="200" rm="OK" tn="tearDown Thread Group 1-1" dt="text" sc="1" ec="0" ng="1" na="1"/>
+<sample s="true" lb="JSS_stopMirror" rc="200" tn="tearDown Thread Group 1-1" dt="text" sc="1" ec="0" ng="1" na="1"/>
 
 </testResults>