Author: pmouawad
Date: Mon Oct 14 21:00:20 2013
New Revision: 1532091
URL: http://svn.apache.org/r1532091
Log:
Bug 55653 - HTTP(S) Test Script Recorder should set TransactionController
property "Include duration of timer and pre-post processors in generated
sample" to false
Bugzilla Id: 55653
Modified:
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/ProxyControl.java
jmeter/trunk/xdocs/changes.xml
Modified:
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/ProxyControl.java
URL:
http://svn.apache.org/viewvc/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/ProxyControl.java?rev=1532091&r1=1532090&r2=1532091&view=diff
==============================================================================
---
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/ProxyControl.java
(original)
+++
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/ProxyControl.java
Mon Oct 14 21:00:20 2013
@@ -753,6 +753,7 @@ public class ProxyControl extends Generi
private void addTransactionController(final JMeterTreeModel model, final
JMeterTreeNode node, String name)
throws InterruptedException, InvocationTargetException {
final TransactionController sc = new TransactionController();
+ sc.setIncludeTimers(false);
sc.setProperty(TestElement.GUI_CLASS, TRANSACTION_CONTROLLER_GUI);
sc.setName(name);
JMeterUtils.runSafe(new Runnable() {
Modified: jmeter/trunk/xdocs/changes.xml
URL:
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev=1532091&r1=1532090&r2=1532091&view=diff
==============================================================================
--- jmeter/trunk/xdocs/changes.xml (original)
+++ jmeter/trunk/xdocs/changes.xml Mon Oct 14 21:00:20 2013
@@ -316,6 +316,11 @@ it is compared with the saved redirect U
To revert to previous behaviour, set the property
<code>proxy.redirect.disabling=false</code>
</p>
+<p>Starting with this version, in HTTP(S) Test Script Recorder if Grouping is
set to "Put each group in a new Transaction Controller",
+the Recorder will create Transaction Controller instances with "Include
duration of timer and pre-post processors in generated sample" set
+to false. This default value reflect more accurately response time.
+ </p>
+
<p>__escapeOroRegexpChars function (which escapes ORO reserved characters) no
longer trims the value (see <bugzilla>55328</bugzilla>)</p>
<p>The commons-lang-2.6.jar has been removed from embedded libraries in
jmeter/lib folder as it is not needed by JMeter at run-time (it is only used by
Apache Velocity for generating documentation).
@@ -431,6 +436,7 @@ If you use any plugin or third-party cod
<li><bugzilla>55531</bugzilla> - Proxy recording and redirects. Added code to
disable redirected samples.</li>
<li><bugzilla>55507</bugzilla> - Proxy SSL recording does not handle external
embedded resources well</li>
<li><bugzilla>55632</bugzilla> - Have a new implementation of htmlParser for
embedded resources parsing with better performances</li>
+<li><bugzilla>55653</bugzilla> - HTTP(S) Test Script Recorder should set
TransactionController property "Include duration of timer and pre-post
processors in generated sample" to false</li>
</ul>
<h3>Other samplers</h3>