You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by bu...@apache.org on 2009/10/08 17:41:22 UTC

DO NOT REPLY [Bug 47965] New: IF controller not waiting for responses

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

           Summary: IF controller not waiting for responses
           Product: JMeter
           Version: 2.3.4
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Main
        AssignedTo: jmeter-dev@jakarta.apache.org
        ReportedBy: mike.giordanelli@gmail.com


I have a JDBC request that takes about 15-20 seconds to execute and I only want
to execute it once for my test plan so I put it in an IF controller with a
condition based on a counter.  The IF controller evaluates the condition
correctly and executes the JDBC request.  The problem is that the thread does
not wait for a response to the JDBC request, it continues on to the next
controller which uses data that is returned by the JDBC request but since the
request has not returned and the data is not available the thread (and every
thread that executes before the request returns) errors out.

-- 
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: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org


DO NOT REPLY [Bug 47965] IF controller not waiting for responses

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47965

Mike Giordanelli <mi...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID

--- Comment #1 from Mike Giordanelli <mi...@gmail.com> 2009-10-08 09:11:17 PDT ---
Sorry, after some further research and thought I now understand what is
happening and JMETER is working just fine - user error.

-- 
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: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org