Related to new Validation feature introduced in Bug 58941, it would be useful to be able to do the following. When you have a test plan that uses Throughput Controller in percentage mode and you need to validate that code inside it is running fine, you always have during scripting phase to modify the value, test and then revert it back. To speedup this process, it would be very useful to be able using the validation mode to always run throughput controller as if value was set to 100%. By default this behaviour will be disabled and can be enable by setting: testplan_validation.tpc_force_100_pct=true
Author: pmouawad Date: Sat Sep 3 09:24:08 2016 New Revision: 1759062 URL: http://svn.apache.org/viewvc?rev=1759062&view=rev Log: Bug 60082 - Validation mode : Be able to force Throughput Controller to run as if it was set to 100% Bugzilla Id: 60082 Added: jmeter/trunk/src/components/org/apache/jmeter/validation/ jmeter/trunk/src/components/org/apache/jmeter/validation/ComponentTreeClonerForValidation.java (with props) Modified: jmeter/trunk/bin/jmeter.properties jmeter/trunk/src/core/org/apache/jmeter/gui/action/Start.java jmeter/trunk/xdocs/changes.xml jmeter/trunk/xdocs/usermanual/component_reference.xml
-1 The same effect can be achieved by disabling the timer.
The issue concerns the Throughput controller not the Constant Throughput Timer.
Author: pmouawad Date: Sun Sep 25 16:20:46 2016 New Revision: 1762220 URL: http://svn.apache.org/viewvc?rev=1762220&view=rev Log: [Bug 60082] Validation mode : Be able to force Throughput Controller to run as if it was set to 100% Document property Bugzilla Id: 60082 Modified: jmeter/trunk/xdocs/usermanual/properties_reference.xml
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/4088