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/12/04 07:45:20 UTC

svn commit: r1848126 - /jmeter/trunk/xdocs/changes_history.xml

Author: pmouawad
Date: Tue Dec  4 07:45:20 2018
New Revision: 1848126

URL: http://svn.apache.org/viewvc?rev=1848126&view=rev
Log:
Bug 62887 - Customized SampleLabel is ignored and overwritten by JMeter 5.0

Document incompatible changes of JMeter 5.0
Bugzilla Id: 62887

Modified:
    jmeter/trunk/xdocs/changes_history.xml

Modified: jmeter/trunk/xdocs/changes_history.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes_history.xml?rev=1848126&r1=1848125&r2=1848126&view=diff
==============================================================================
--- jmeter/trunk/xdocs/changes_history.xml [utf-8] (original)
+++ jmeter/trunk/xdocs/changes_history.xml [utf-8] Tue Dec  4 07:45:20 2018
@@ -127,6 +127,7 @@ this behaviour, set <code>httpclient.res
 <li>Since JMeter 5.0, when using CSV output, sub results will now be also output to CSV file. To revert to previous behaviour set <code>jmeter.save.saveservice.subresults=false</code>, see <bugzilla>62470</bugzilla>, <bugzilla>60917</bugzilla>, <bugzilla>62550</bugzilla>.</li>
 <li>Since JMeter 5.0, <code>CSS/JQuery Extractor</code> has been renamed to <code>CSS Selector Extractor</code></li>
 <li>Since JMeter 5.0, <code>Test Action</code> has been renamed to <code>Flow Control Action</code></li>
+<li>Since JMeter 5.0, JMeter renames subResults to <code>parentName-N</code> where N is a number to ensure that Hits Per Second graph includes resources downloads, see <bugzilla>62550</bugzilla>, <bugzilla>62470</bugzilla> and <bugzilla>60917</bugzilla></li>
 
 </ul>
 <!-- =================== Improvements =================== -->