Bug 60082

Summary: Validation mode : Be able to force Throughput Controller to run as if it was set to 100%
Product: JMeter - Now in Github Reporter: Philippe Mouawad <p.mouawad>
Component: MainAssignee: JMeter issues mailing list <issues>
Status: RESOLVED FIXED    
Severity: enhancement CC: p.mouawad
Priority: P2    
Version: 3.0   
Target Milestone: ---   
Hardware: All   
OS: All   

Description Philippe Mouawad 2016-09-03 09:08:58 UTC
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
Comment 1 Philippe Mouawad 2016-09-03 09:25:09 UTC
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
Comment 2 Sebb 2016-09-03 10:58:51 UTC
-1

The same effect can be achieved by disabling the timer.
Comment 3 Philippe Mouawad 2016-09-03 16:36:01 UTC
The issue concerns the Throughput controller not the Constant Throughput Timer.
Comment 4 Philippe Mouawad 2016-09-25 16:21:16 UTC
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
Comment 5 The ASF infrastructure team 2022-09-24 20:38:05 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/4088