[Bug 62251] TextGraphiteMetricsSender does not invalidate lost connections in case of network errors

2018-04-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62251

--- Comment #4 from Zsolt Kecskemeti  ---
Not yet, sorry, hopefully I will get a chance to test it tomorrow.

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

[Bug 62251] TextGraphiteMetricsSender does not invalidate lost connections in case of network errors

2018-04-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62251

--- Comment #3 from Philippe Mouawad  ---
Did you have any opportunity to test nightly build ?

Thanks for your feedback

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

[Bug 62235] Java 9 - illegal reflective access by org.apache.jmeter.util.HostNameSetter

2018-04-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62235

Philippe Mouawad  changed:

   What|Removed |Added

   Target Milestone|--- |JMETER_4.1
   Keywords||FixedInTrunk
 Status|NEW |RESOLVED
 Resolution|--- |FIXED
 CC||p.mouawad@ubik-ingenierie.c
   ||om

--- Comment #1 from Philippe Mouawad  ---
Author: pmouawad
Date: Sat Apr  7 19:50:06 2018
New Revision: 1828614

URL: http://svn.apache.org/viewvc?rev=1828614=rev
Log:
Bug 58757: Fix deprecated methods of HTTPCLIENT after migration to
httpclient-4.5.X
Drop useless code
Bugzilla Id: 58757

Removed:
jmeter/trunk/src/core/org/apache/jmeter/util/HostNameSetter.java
Modified:
jmeter/trunk/src/core/org/apache/jmeter/util/SlowSSLSocket.java

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

[Bug 62279] Rework the HTTP Header Manager

2018-04-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62279

Philippe Mouawad  changed:

   What|Removed |Added

 CC||p.mouawad@ubik-ingenierie.c
   ||om
   Severity|major   |enhancement

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

[Bug 62282] 'File->Open Recent' entries open the wrong file when running 2 or more instances of JMeter at the same time

2018-04-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62282

Philippe Mouawad  changed:

   What|Removed |Added

 CC||p.mouawad@ubik-ingenierie.c
   ||om
Summary|'File->Open Recent' entries |'File->Open Recent' entries
   |open the wrong file |open the wrong file when
   ||running 2 or more instances
   ||of JMeter at the same time

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

[Bug 62261] HTTP POST Request does not consistently override content type set by parent Header Manager

2018-04-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62261

Philippe Mouawad  changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |FIXED

--- Comment #5 from Philippe Mouawad  ---
Fixed within Bug 62260

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

[Bug 62283] New: [JMeter Dashboard][Chart] Date is not correctly displayed on chart when granularity is >= 1 day

2018-04-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62283

Bug ID: 62283
   Summary: [JMeter Dashboard][Chart] Date is not correctly
displayed on chart when granularity is >= 1 day
   Product: JMeter
   Version: 3.3
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: P2
 Component: HTTP
  Assignee: issues@jmeter.apache.org
  Reporter: pduter...@talend.com
  Target Milestone: ---

Created attachment 35857
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=35857=edit
Date is not correctly displayed

The date is not displayed correctly when the granularity is equal or greater
than 1 day (see screen capture)

jmeter.reportgenerator.overall_granularity=8640

A hack to correct the bug:
 replace the %H:%M:%S by %Y.%m.%d inside the content\js\graph.js file after
JMETER report generation

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

[Bug 62282] 'File->Open Recent' entries open the wrong file

2018-04-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62282

Stuart Barlow  changed:

   What|Removed |Added

 CC||stuart.bar...@gmail.com
 OS||All

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

[Bug 62282] New: 'File->Open Recent' entries open the wrong file

2018-04-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62282

Bug ID: 62282
   Summary: 'File->Open Recent' entries open the wrong file
   Product: JMeter
   Version: 4.0
  Hardware: PC
Status: NEW
  Severity: normal
  Priority: P2
 Component: Main
  Assignee: issues@jmeter.apache.org
  Reporter: stuart.bar...@gmail.com
  Target Milestone: ---

I see unusual behaviour when opening tests via the JMeter GUI.

I often run multiple instances of the GUI on the same machine when executing
smoke screen tests after a fresh deployment of the application I am testing.

If I open JMeter instances A and B and load tests A and B in that order. 
Then go to JMeter instance A and open the first entry from the Open Recent
list. The first entry says 'Test A' but what appears in the GUI is actually
Test B.

Until now I didn't pay much attention to what appears in the left pane. Eager
to find new defects in the application I test, I would just 'open recent' and
then hit the start button. Because of this behaviour, unbeknownst to me I had
the same test running in parallel in a few different JMeter instances and my
test data exhausted a lot faster than I expected! :)

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

[Bug 62252] HTTP header merging logic does not correspond to the documentation

2018-04-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62252

--- Comment #6 from Michael Osipov <1983-01...@gmx.net> ---
(In reply to Philippe Mouawad from comment #5)
> Author:   pmouawad
> Date: Tue Apr 10 17:03:44 2018 UTC
> Changed paths:2
> Log Message:  
> 
> Bug 62252 - HTTP header merging logic does not correspond to the
> documentation
> Bugzilla Id: 62252
> 
> Changed paths
> jmeter/trunk/xdocs/changes.xml
> jmeter/trunk/xdocs/usermanual/component_reference.xml

Changes look good now.

Can you still point me to the spots in HC4 where content-type is set by
default?

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

[Bug 62261] HTTP POST Request does not consistently override content type set by parent Header Manager

2018-04-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62261

--- Comment #4 from Michael Osipov <1983-01...@gmx.net> ---
(In reply to Philippe Mouawad from comment #3)
> Can I close this one as fixed since you opened Bug 62279 ?
> Thanks

Yes, go ahead. Trunk is consistent. Though, I would expect it to be inverted
consistent, but this is maybe a matter of taste.

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