https://issues.apache.org/bugzilla/show_bug.cgi?id=51367
Bug #: 51367
Summary: Nested loops do not iterate properly
Product: JMeter
Version: 2.4
Platform: PC
OS/Version: Linux
Status: NEW
Severity: major
Priority: P2
Component: Main
AssignedTo: [email protected]
ReportedBy: [email protected]
Classification: Unclassified
I am working on getting a test setup that has a loop in a thread group that
repeats the test. I have tested with the following combination and found that
what I will label as the "Inner Loop" is executed only once despite the test
plan configuration.
Thread Group (repeat 5x)
+ Action1
+ Inner Loop (repeat 5x)
+ Action2
Threat Group
+ Loop (repeat 5x)
++ Action1
++ Inner Loop (repeat 5x)
++ Action2
The result in both cases is the same:
. Action1
. Inner Loop (5x)
. Action2
. Action1 (4x)
. Action2 (4x)
My expectation is that it would work as follows:
. Action1
. Inner Loop (5x)
. Action2
. Action1
. Inner Loop (5x)
. Action2
. Action1
. Inner Loop (5x)
. Action2
. Action1
. Inner Loop (5x)
. Action2
. Action1
. Inner Loop (5x)
. Action2
This is also how is this is documented. I hope this is a "user error" and that
I can be set right. However, if this is a bug, I hope a fix can be quickly
issued as this makes building tests slightly more cumbersome.
--
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]