You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2016/03/21 13:33:36 UTC

[Bug 59205] New: Connect time metric in "View Results Tree" is always equal zero for TCPSampler.

https://bz.apache.org/bugzilla/show_bug.cgi?id=59205

            Bug ID: 59205
           Summary: Connect time metric in "View Results Tree" is always
                    equal zero for TCPSampler.
           Product: JMeter
           Version: 2.13
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Main
          Assignee: issues@jmeter.apache.org
          Reporter: grechnik@ukr.net

New feature connection time metric(added in 2.13) does not work for TCPSampler.

It's always equal zero.

I have tried for "View Results Tree".

Everything is OK for HTTP Request.

I use "LengthPrefixedBinaryTCPClientImpl".

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 59205] Connect time metric in "View Results Tree" is always equal zero for TCPSampler.

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

grechnik@ukr.net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |Windows 7

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 59205] Connect time metric in "View Results Tree" is always equal zero for TCPSampler.

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

Felix Schumacher <fe...@internetallee.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #1 from Felix Schumacher <fe...@internetallee.de> ---
Could you test the next nightly, whether this fix is correct for you?

Date: Mon Mar 21 18:17:03 2016
New Revision: 1736072

URL: http://svn.apache.org/viewvc?rev=1736072&view=rev
Log:
TCP Sampler: Set connect time in sampler when connection is established.

Bugzilla Id: 59205

Modified:
   
jmeter/trunk/src/protocol/tcp/org/apache/jmeter/protocol/tcp/sampler/TCPSampler.java
    jmeter/trunk/xdocs/changes.xml

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 59205] Connect time metric in "View Results Tree" is always equal zero for TCPSampler.

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

kpishnik <gr...@ukr.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |VERIFIED

--- Comment #2 from kpishnik <gr...@ukr.net> ---
Now, everything is OK. Thank you.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 59205] Connect time metric in "View Results Tree" is always equal zero for TCPSampler.

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

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |p.mouawad@ubik-ingenierie.c
                   |                            |om

--- Comment #3 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Author: pmouawad
Date: Wed Mar 23 14:17:05 2016
New Revision: 1736324

URL: http://svn.apache.org/viewvc?rev=1736324&view=rev
Log:
Bug 59205 TCP Sampler: Set connect time in sampler when connection is
established
As per dev mailing list discussion, update documentation and handle to
connection error
Bugzilla Id: 59205

Modified:
   
jmeter/trunk/src/protocol/tcp/org/apache/jmeter/protocol/tcp/sampler/TCPSampler.java
    jmeter/trunk/xdocs/usermanual/glossary.xml

-- 
You are receiving this mail because:
You are the assignee for the bug.