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 2014/09/29 20:58:47 UTC

svn commit: r1628258 - /jmeter/trunk/xdocs/changes.xml

Author: pmouawad
Date: Mon Sep 29 18:58:47 2014
New Revision: 1628258

URL: http://svn.apache.org/r1628258
Log:
Bug 57025 - SaveService : Better defaults, save thread counts by default
Bugzilla Id: 57025

Modified:
    jmeter/trunk/xdocs/changes.xml

Modified: jmeter/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev=1628258&r1=1628257&r2=1628258&view=diff
==============================================================================
--- jmeter/trunk/xdocs/changes.xml (original)
+++ jmeter/trunk/xdocs/changes.xml Mon Sep 29 18:58:47 2014
@@ -178,6 +178,7 @@ A workaround is to use a Java 7 update 4
 <ch_section>Incompatible changes</ch_section>
 
 <ul>
+<li>Since JMeter 2.12, active threads in all thread groups and active threads in current thread group are saved by default to CSV or XML results, see <bugzilla>57025</bugzilla>. If you want to revert to previous behaviour, set property <b>jmeter.save.saveservice.thread_counts=true</b></li>
 <li>Since JMeter 2.12, Mail Reader Sampler will show 1 for number of samples instead of number of messages retrieved, see <bugzilla>56539</bugzilla></li>
 <li>Since JMeter 2.12, when using Cache Manager, if resource is found in cache no SampleResult will be created, in previous version a SampleResult with empty content and 204 return code was returned, see <bugzilla>54778</bugzilla>.
 You can choose between different ways to handle this case, see cache_manager.cached_resource_mode in jmeter.properties.</li>