Re: [VOTE] Release JMeter 5.0 RC2

2018-09-16 Thread Jmeter Tea
Thanks for adding init script support [+1] I support this release On Mon, Sep 17, 2018 at 12:23 AM, Philippe Mouawad < p.moua...@ubik-ingenierie.com> wrote: > Hello, > Thanks for preparing the release. > > My vote: > > [+1] I support this release > > Regards > Philippe M. > > On Friday, September

buildbot failure in on jmeter-nightly

2018-09-16 Thread buildbot
The Buildbot has detected a new failure on builder jmeter-nightly while building . Full details are available at: https://ci.apache.org/builders/jmeter-nightly/builds/1158 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: bb_slave7_ubuntu Build Reason: The Nightly scheduler na

Re: [VOTE] Release JMeter 5.0 RC2

2018-09-16 Thread Philippe Mouawad
Hello, Thanks for preparing the release. My vote: [+1] I support this release Regards Philippe M. On Friday, September 14, 2018, Milamber wrote: > Hello, > > The second release candidate for JMeter 5.0 (r1840935) has been prepared, > and your votes are solicited. > > This release brings a lot

Re: JMeter send double requests when configure proxy with authentication

2018-09-16 Thread Philippe Mouawad
Thanks for last PR update. We'll merge it once 5.0 is released; But before, could you describe the use case met that made you see this issue ? Is the a possibility to provide a JMX Test plan that could be used as integration test ? and if possible a JUnit test ? Thanks On Sat, Sep 1, 2018 at 4:

[GitHub] jmeter issue #399: Fix undefined disabled icon

2018-09-16 Thread pmouawad
Github user pmouawad commented on the issue: https://github.com/apache/jmeter/pull/399 Thanks for PR. We'll merge it once version 5.0 is released. Regards ---

[GitHub] jmeter pull request #399: Fix undefined disabled icon

2018-09-16 Thread tilln
GitHub user tilln opened a pull request: https://github.com/apache/jmeter/pull/399 Fix undefined disabled icon ## Description When a TestElement does not define a disabled icon, `JMeterTreeNode.getIcon(false)` returns null (via `GUIFactory.getIcon`). This situation is incorr