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

             Bug #: 51868
           Summary: A lot of exceptions in jmeter.log while using option
                    "Start next loop" for thread
           Product: JMeter
           Version: 2.5
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: critical
          Priority: P2
         Component: Main
        AssignedTo: notifications@jakarta.apache.org
        ReportedBy: te...@mail.ru
    Classification: Unclassified


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

In some cases thread writes to log multiple exceptions (about 10MB per second).
Error occured in some combinations of controllers (presense/absence of "Once
Only" and "If" controllers, beanshell samplers etc
Simple scenario for reproducing have such structure:
TestPlan
+ThreadGroup (Start next loop on error)
+BeanShellSampler (Some preparations)
++Loop(Forever)
+++HTTPRequests
+++BeanShellSampler(Using data from preparations)
+++IfController(condition based on beanshell result)
++++SomeActions
If no any errors in samplers, scanario executed properly.
If error occured, then huge exceptions in log, no any further samplers
execution, thread remain active
If any of following conditions become true, no such count of exceptions in log
writed:
1) "If contorller" named "Validation based of beanshell values" disabled
2) loop has definite count of loops (not "forever")
3) absense of "BeanShell" samplers

I prepared scenario for reproducing.
First, run it as is, then see log (all sampler must be successfull).
Then, enable step "(fail) Load page (loop)" and run again. See log - GBs of
exceptions
P.S. this example is one of many cases for repeating this error. Mostly
simplified

-- 
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: notifications-unsubscr...@jakarta.apache.org
For additional commands, e-mail: notifications-h...@jakarta.apache.org

Reply via email to