https://issues.apache.org/bugzilla/show_bug.cgi?id=56811
Bug ID: 56811
Summary: Test Action - Go to next loop iteration messes with
various controllers
Product: JMeter
Version: 2.11
Hardware: PC
Status: NEW
Severity: critical
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
Created attachment 31872
--> https://issues.apache.org/bugzilla/attachment.cgi?id=31872&action=edit
test and result
My example Test Plan contains (simplyfied):
Thread Group (3 Iterations)
Interleave Controller
Transaction Controller 1 (Generate Parent)
Transaction Controller (Generate Parent)
Sampler 1
Test Action - Start Next Iteration
Sampler 2
Transaction Controller 2 (Generate Parent)
Transaction Controller
Sampler 1
Sampler 2
The result is:
TC 1
TC 1
Sampler 1
Sampler 2
TC 2
Sampler 1
Sampler 2
So first the Test Action prevents the Transaction Controller from "collecting"
any data (no children in Tree View Listener) and then doesn't process at all!
Same goes for Result Status Action Handler.
The example and the result are attached.
--
You are receiving this mail because:
You are the assignee for the bug.