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 2017/07/11 09:32:21 UTC

[Bug 61277] New: Batch tests failing - SlowCharsFeature

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

            Bug ID: 61277
           Summary: Batch tests failing - SlowCharsFeature
           Product: JMeter
           Version: 3.2
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HTTP
          Assignee: issues@jmeter.apache.org
          Reporter: faizakhtar1@gmail.com
  Target Milestone: ---

Created attachment 35116
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=35116&action=edit
SlowCharsFeature.jtl

SlowCharsFeature is failing on Windows 7 but not on Ubuntu 16.04 on x86 system.

Attached jtl file for the test on Windows 7.

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

[Bug 61277] Batch test failing - SlowCharsFeature

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
                 CC|                            |p.mouawad@ubik-ingenierie.c
                   |                            |om
             Status|REOPENED                    |RESOLVED
           Hardware|PC                          |All

--- Comment #4 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Author: pmouawad
Date: Thu Jul 20 20:51:22 2017
New Revision: 1802531

URL: http://svn.apache.org/viewvc?rev=1802531&view=rev
Log:
Bug 61277 - Batch test failing - SlowCharsFeature
Bugzilla Id: 61277

Modified:
    jmeter/trunk/bin/testfiles/SlowCharsFeature.jmx

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

[Bug 61277] Batch test failing - SlowCharsFeature

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

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

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

--- Comment #1 from Felix Schumacher <fe...@internetallee.de> ---
Thanks for your report.

It is not differing by OS, but by the server, that is delivering the response.
One has a "Server" header of ...2.4.7..., the other one ...2.4.18...

Therefore the size of the message differ and one save results is "wrong".

I will change the test to not include the header in the size calculation.

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

[Bug 61277] Batch test failing - SlowCharsFeature

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

Faiz Akhtar <fa...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Batch tests failing -       |Batch test failing -
                   |SlowCharsFeature            |SlowCharsFeature
                 OS|                            |All

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

[Bug 61277] Batch test failing - SlowCharsFeature

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

Faiz Akhtar <fa...@gmail.com> changed:

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

--- Comment #2 from Faiz Akhtar <fa...@gmail.com> ---
(In reply to Felix Schumacher from comment #1)
> Thanks for your report.
> 
> It is not differing by OS, but by the server, that is delivering the
> response. One has a "Server" header of ...2.4.7..., the other one
> ...2.4.18...
> 
> Therefore the size of the message differ and one save results is "wrong".
> 
> I will change the test to not include the header in the size calculation.

I downloaded the updated testfile for SlowCharsFeature and ran the test. It is
still failing. To me, it appears that the test is failing because the response
header contains "Partial content" whereas expected string is "Partial Content"
(difference in capitalization). But the same test passes on linux.

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

[Bug 61277] Batch test failing - SlowCharsFeature

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

--- Comment #5 from Faiz Akhtar <fa...@gmail.com> ---
Thanks.

Now the test is passing

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

[Bug 61277] Batch test failing - SlowCharsFeature

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

--- Comment #3 from Faiz Akhtar <fa...@gmail.com> ---
A related test failure maybe
https://bz.apache.org/bugzilla/show_bug.cgi?id=61278. This also seems to be
failing due to unexpected header in HTTP reponse.

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