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 2018/04/20 16:10:29 UTC

[Bug 62321] New: Computing of response size is not correct

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

            Bug ID: 62321
           Summary: Computing of response size is not correct
           Product: JMeter
           Version: Nightly (Please specify date)
          Hardware: All
                OS: All
            Status: NEW
          Severity: major
          Priority: P2
         Component: HTTP
          Assignee: issues@jmeter.apache.org
          Reporter: p.mouawad@ubik-ingenierie.com
  Target Milestone: ---

The current code to compute read bytes is not working

-
https://github.com/apache/jmeter/blob/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPHC4Impl.java#L403

If you debug you'll see that the size is very partial

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

[Bug 62321] Computing of response size is incorrect in nightly build

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

UbikLoadPack support <su...@ubikloadpack.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |FixedInTrunk

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

[Bug 62321] Computing of response size is incorrect in nightly build

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|FIXED                       |---
             Status|RESOLVED                    |REOPENED
           Keywords|FixedInTrunk                |

--- Comment #3 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
This fix is not correct for all cases.
It explains current failures in nightly builds.

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

[Bug 62321] Computing of response size is incorrect in nightly build

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
           Keywords|                            |FixedInTrunk
             Status|NEW                         |RESOLVED

--- Comment #2 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Author: pmouawad
Date: Sun May 13 21:20:03 2018
New Revision: 1831527

URL: http://svn.apache.org/viewvc?rev=1831527&view=rev
Log:
Bug 62321 - Computing of response size is incorrect in nightly build
Bugzilla Id: 62321

Modified:
   
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPHC4Impl.java

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

[Bug 62321] Computing of response size is not correct

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |JMETER_4.1

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

[Bug 62321] Computing of response size is not correct

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

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

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

--- Comment #1 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
See discussion on user httpclient mailing list with Oleg:

-
http://httpcomponents.10934.n7.nabble.com/Correct-way-of-computing-Response-size-td32972.html

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

[Bug 62321] Computing of response size is incorrect in nightly build

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Computing of response size  |Computing of response size
                   |is not correct              |is incorrect in nightly
                   |                            |build

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

[Bug 62321] Computing of response size is incorrect in nightly build

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|REOPENED                    |RESOLVED

--- Comment #4 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Author: pmouawad
Date: Sun Sep  2 13:24:52 2018
New Revision: 1839882

URL: http://svn.apache.org/viewvc?rev=1839882&view=rev
Log:
Bug 62321 - Computing of response size is incorrect in nightly build
Bugzilla Id: 62321

Modified:
   
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPHC4Impl.java

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