You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by bu...@apache.org on 2003/09/09 15:23:06 UTC

DO NOT REPLY [Bug 23027] New: - Throughput controller still executes when set to 0.0 percent

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23027>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23027

Throughput controller still executes when set to 0.0 percent

           Summary: Throughput controller still executes when set to 0.0
                    percent
           Product: JMeter
           Version: 1.9.1
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Main
        AssignedTo: jmeter-dev@jakarta.apache.org
        ReportedBy: geoffrey@4thpass.com


Repro steps:

* Create a new test project
* Under this project, create a single thread group containing one thread
* Under this thread group, contain two percentage throughput controllers A and 
B
* Under controller A create HTTP request A
* Under controller B create HTTP request B
* Set throughput percentage for controller A to 0.0
* Set throughput percentage for controller B to 100.0
* Run the test

You will see that HTTP request A is being executed.