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

             Bug #: 52104
           Summary: TCP Sampler handles badly errors
           Product: JMeter
           Version: 2.5.1
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Main
        AssignedTo: [email protected]
        ReportedBy: [email protected]
    Classification: Unclassified


Currently, when an IOException occurs or subclasses, these errors are ignored
in implementations of TCPClient interface:
BinaryTCPClientImpl:
- SocketTimeoutException is ignored => an incomplete result is returned
- InterruptedIOException is ignored => an incomplete result is returned
- IOException is handled => an empty result is returned (sampler interprets it
as OK response)
resulting in Samplers 

Same for TCPClientImpl, and for LengthPrefixedBinaryTCPClientImpl it ignores
IOException and returns incomplete response.

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