https://issues.apache.org/bugzilla/show_bug.cgi?id=51866

             Bug #: 51866
           Summary: Counter under loop doesn't work properly if "Start
                    next loop on error" option set for thread group
           Product: JMeter
           Version: 2.5
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: critical
          Priority: P2
         Component: Main
        AssignedTo: [email protected]
        ReportedBy: [email protected]
    Classification: Unclassified


Created attachment 27556
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=27556
Scenario for reproducing error

My scenario has such structure:
TestPlan
+Thread (Start next loop on error)
++Loop (Loop Count = 7)
+++Counter (increment = 1)
+++Sampler1
+++Sampler2
If any sampler inside loop was failed, value for counter incremented by "Loop
Count" for loop
Workflow:
Sampler1 (counter = 1)
Sampler2 (counter = 1)
Sampler1 (counter = 2)
Sampler2 (counter = 2)
Sampler1(failed)
Sampler1 (counter = 9)
Sampler2 (counter = 9)
It looks like after error all iterations of loop passed but samplers just
disabled, counters - not

-- 
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]

Reply via email to