You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2018/06/18 18:31:31 UTC

svn commit: r1833745 - in /jmeter/trunk/bin/testfiles: BatchTestLocal.jmx BatchTestLocalRemote.jmx

Author: pmouawad
Date: Mon Jun 18 18:31:30 2018
New Revision: 1833745

URL: http://svn.apache.org/viewvc?rev=1833745&view=rev
Log:
Bug 62470 - CSV Output : Enable logging of sub results when jmeter.save.saveservice.subresults=true

Remove subresults from CSV Output
Bugzilla Id: 62470

Modified:
    jmeter/trunk/bin/testfiles/BatchTestLocal.jmx
    jmeter/trunk/bin/testfiles/BatchTestLocalRemote.jmx

Modified: jmeter/trunk/bin/testfiles/BatchTestLocal.jmx
URL: http://svn.apache.org/viewvc/jmeter/trunk/bin/testfiles/BatchTestLocal.jmx?rev=1833745&r1=1833744&r2=1833745&view=diff
==============================================================================
--- jmeter/trunk/bin/testfiles/BatchTestLocal.jmx (original)
+++ jmeter/trunk/bin/testfiles/BatchTestLocal.jmx Mon Jun 18 18:31:30 2018
@@ -302,8 +302,8 @@ This is to ensure the test output is pre
                 <threadName>true</threadName>
                 <dataType>true</dataType>
                 <encoding>false</encoding>
-                <assertions>true</assertions>
-                <subresults>true</subresults>
+                <assertions>false</assertions>
+                <subresults>false</subresults>
                 <responseData>true</responseData>
                 <samplerData>true</samplerData>
                 <xml>false</xml>
@@ -374,8 +374,8 @@ This is to ensure the test output is pre
                 <threadName>true</threadName>
                 <dataType>true</dataType>
                 <encoding>false</encoding>
-                <assertions>true</assertions>
-                <subresults>true</subresults>
+                <assertions>false</assertions>
+                <subresults>false</subresults>
                 <responseData>false</responseData>
                 <samplerData>false</samplerData>
                 <xml>false</xml>
@@ -838,8 +838,8 @@ We use this file, which has eol=LF - but
               <threadName>true</threadName>
               <dataType>true</dataType>
               <encoding>false</encoding>
-              <assertions>true</assertions>
-              <subresults>true</subresults>
+              <assertions>false</assertions>
+              <subresults>false</subresults>
               <responseData>false</responseData>
               <samplerData>true</samplerData>
               <xml>false</xml>
@@ -1190,8 +1190,8 @@ We use this file, which has eol=LF - but
               <threadName>true</threadName>
               <dataType>true</dataType>
               <encoding>false</encoding>
-              <assertions>true</assertions>
-              <subresults>true</subresults>
+              <assertions>false</assertions>
+              <subresults>false</subresults>
               <responseData>true</responseData>
               <samplerData>true</samplerData>
               <xml>false</xml>
@@ -1226,8 +1226,8 @@ We use this file, which has eol=LF - but
               <threadName>true</threadName>
               <dataType>true</dataType>
               <encoding>false</encoding>
-              <assertions>true</assertions>
-              <subresults>true</subresults>
+              <assertions>false</assertions>
+              <subresults>false</subresults>
               <responseData>false</responseData>
               <samplerData>false</samplerData>
               <xml>false</xml>
@@ -1534,8 +1534,8 @@ We use this file, which has eol=LF - but
               <threadName>true</threadName>
               <dataType>true</dataType>
               <encoding>false</encoding>
-              <assertions>true</assertions>
-              <subresults>true</subresults>
+              <assertions>false</assertions>
+              <subresults>false</subresults>
               <responseData>false</responseData>
               <samplerData>true</samplerData>
               <xml>false</xml>
@@ -1757,8 +1757,8 @@ We use this file, which has eol=LF - but
               <threadName>true</threadName>
               <dataType>true</dataType>
               <encoding>false</encoding>
-              <assertions>true</assertions>
-              <subresults>true</subresults>
+              <assertions>false</assertions>
+              <subresults>false</subresults>
               <responseData>false</responseData>
               <samplerData>true</samplerData>
               <xml>false</xml>
@@ -1893,8 +1893,8 @@ We use this file, which has eol=LF - but
               <threadName>true</threadName>
               <dataType>true</dataType>
               <encoding>false</encoding>
-              <assertions>true</assertions>
-              <subresults>true</subresults>
+              <assertions>false</assertions>
+              <subresults>false</subresults>
               <responseData>false</responseData>
               <samplerData>true</samplerData>
               <xml>false</xml>
@@ -2040,8 +2040,8 @@ We use this file, which has eol=LF - but
               <threadName>true</threadName>
               <dataType>true</dataType>
               <encoding>false</encoding>
-              <assertions>true</assertions>
-              <subresults>true</subresults>
+              <assertions>false</assertions>
+              <subresults>false</subresults>
               <responseData>false</responseData>
               <samplerData>true</samplerData>
               <xml>false</xml>
@@ -2173,8 +2173,8 @@ We use this file, which has eol=LF - but
               <threadName>true</threadName>
               <dataType>true</dataType>
               <encoding>false</encoding>
-              <assertions>true</assertions>
-              <subresults>true</subresults>
+              <assertions>false</assertions>
+              <subresults>false</subresults>
               <responseData>false</responseData>
               <samplerData>true</samplerData>
               <xml>false</xml>
@@ -2308,8 +2308,8 @@ We use this file, which has eol=LF - but
               <threadName>true</threadName>
               <dataType>true</dataType>
               <encoding>false</encoding>
-              <assertions>true</assertions>
-              <subresults>true</subresults>
+              <assertions>false</assertions>
+              <subresults>false</subresults>
               <responseData>false</responseData>
               <samplerData>true</samplerData>
               <xml>false</xml>

Modified: jmeter/trunk/bin/testfiles/BatchTestLocalRemote.jmx
URL: http://svn.apache.org/viewvc/jmeter/trunk/bin/testfiles/BatchTestLocalRemote.jmx?rev=1833745&r1=1833744&r2=1833745&view=diff
==============================================================================
--- jmeter/trunk/bin/testfiles/BatchTestLocalRemote.jmx (original)
+++ jmeter/trunk/bin/testfiles/BatchTestLocalRemote.jmx Mon Jun 18 18:31:30 2018
@@ -297,8 +297,8 @@ This is to ensure the test output is pre
               <threadName>true</threadName>
               <dataType>true</dataType>
               <encoding>false</encoding>
-              <assertions>true</assertions>
-              <subresults>true</subresults>
+              <assertions>false</assertions>
+              <subresults>false</subresults>
               <responseData>false</responseData>
               <samplerData>true</samplerData>
               <xml>false</xml>
@@ -369,8 +369,8 @@ This is to ensure the test output is pre
               <threadName>true</threadName>
               <dataType>true</dataType>
               <encoding>false</encoding>
-              <assertions>true</assertions>
-              <subresults>true</subresults>
+              <assertions>false</assertions>
+              <subresults>false</subresults>
               <responseData>false</responseData>
               <samplerData>false</samplerData>
               <xml>false</xml>
@@ -832,8 +832,8 @@ We use this file, which has eol=LF - but
               <threadName>true</threadName>
               <dataType>true</dataType>
               <encoding>false</encoding>
-              <assertions>true</assertions>
-              <subresults>true</subresults>
+              <assertions>false</assertions>
+              <subresults>false</subresults>
               <responseData>false</responseData>
               <samplerData>true</samplerData>
               <xml>false</xml>
@@ -1184,8 +1184,8 @@ We use this file, which has eol=LF - but
               <threadName>true</threadName>
               <dataType>true</dataType>
               <encoding>false</encoding>
-              <assertions>true</assertions>
-              <subresults>true</subresults>
+              <assertions>false</assertions>
+              <subresults>false</subresults>
               <responseData>false</responseData>
               <samplerData>true</samplerData>
               <xml>false</xml>
@@ -1220,8 +1220,8 @@ We use this file, which has eol=LF - but
               <threadName>true</threadName>
               <dataType>true</dataType>
               <encoding>false</encoding>
-              <assertions>true</assertions>
-              <subresults>true</subresults>
+              <assertions>false</assertions>
+              <subresults>false</subresults>
               <responseData>false</responseData>
               <samplerData>false</samplerData>
               <xml>false</xml>
@@ -1528,8 +1528,8 @@ We use this file, which has eol=LF - but
               <threadName>true</threadName>
               <dataType>true</dataType>
               <encoding>false</encoding>
-              <assertions>true</assertions>
-              <subresults>true</subresults>
+              <assertions>false</assertions>
+              <subresults>false</subresults>
               <responseData>false</responseData>
               <samplerData>true</samplerData>
               <xml>false</xml>
@@ -1751,8 +1751,8 @@ We use this file, which has eol=LF - but
               <threadName>true</threadName>
               <dataType>true</dataType>
               <encoding>false</encoding>
-              <assertions>true</assertions>
-              <subresults>true</subresults>
+              <assertions>false</assertions>
+              <subresults>false</subresults>
               <responseData>false</responseData>
               <samplerData>true</samplerData>
               <xml>false</xml>
@@ -1887,8 +1887,8 @@ We use this file, which has eol=LF - but
               <threadName>true</threadName>
               <dataType>true</dataType>
               <encoding>false</encoding>
-              <assertions>true</assertions>
-              <subresults>true</subresults>
+              <assertions>false</assertions>
+              <subresults>false</subresults>
               <responseData>false</responseData>
               <samplerData>true</samplerData>
               <xml>false</xml>
@@ -2034,8 +2034,8 @@ We use this file, which has eol=LF - but
               <threadName>true</threadName>
               <dataType>true</dataType>
               <encoding>false</encoding>
-              <assertions>true</assertions>
-              <subresults>true</subresults>
+              <assertions>false</assertions>
+              <subresults>false</subresults>
               <responseData>false</responseData>
               <samplerData>true</samplerData>
               <xml>false</xml>
@@ -2167,8 +2167,8 @@ We use this file, which has eol=LF - but
               <threadName>true</threadName>
               <dataType>true</dataType>
               <encoding>false</encoding>
-              <assertions>true</assertions>
-              <subresults>true</subresults>
+              <assertions>false</assertions>
+              <subresults>false</subresults>
               <responseData>false</responseData>
               <samplerData>true</samplerData>
               <xml>false</xml>
@@ -2302,8 +2302,8 @@ We use this file, which has eol=LF - but
               <threadName>true</threadName>
               <dataType>true</dataType>
               <encoding>false</encoding>
-              <assertions>true</assertions>
-              <subresults>true</subresults>
+              <assertions>false</assertions>
+              <subresults>false</subresults>
               <responseData>false</responseData>
               <samplerData>true</samplerData>
               <xml>false</xml>