https://issues.apache.org/bugzilla/show_bug.cgi?id=47647
Summary: Once Only Controller changes behavour inside another
controller
Product: JMeter
Version: 2.3.3
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: Main
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from Gary Turner (Circle Computers)
<[email protected]> 2009-08-05 05:08:14 PDT ---
The attached code example provides a simple example tests for the once only
controller, possibly simulating a HTTP test where a login is required on the
first loop by each thread.
The test would look like this:
Test Plan
+--Thread Group
+--Once Only Controller
+--Task (e.g. Login)
+--Task (repeated)
+--View Results Tree
In this construction the test plan operates as expected showing a single Login
Task in the results tree for each thread, followed by multiple tasks from the
repeated test section.
The attached file meets the structure above.
However if you now highlight the Once Only Controller and the repeated Task
then select insert parent, adding a simple controller as hte parent the test
results change.
Test Plan
+--Thread Group
+--Simple Controller
+--Once Only Controller
+--Task (e.g. Login)
+--Task (repeated)
+--View Results Tree
Under the the new structure the test seems to repeat the Once Only Task twice
for each thread.
I can see no logic behind this behaviour.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]