buildbot success in on jmeter-trunk

2017-01-26 Thread buildbot
The Buildbot has detected a restored build on builder jmeter-trunk while building . Full details are available at: https://ci.apache.org/builders/jmeter-trunk/builds/2045 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: bb_slave1_ubuntu Build Reason: The AnyBranchScheduler

buildbot failure in on jmeter-trunk

2017-01-26 Thread buildbot
The Buildbot has detected a new failure on builder jmeter-trunk while building . Full details are available at: https://ci.apache.org/builders/jmeter-trunk/builds/2043 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: bb_slave1_ubuntu Build Reason: The AnyBranchScheduler

Build failed in Jenkins: JMeter-trunk #5760

2017-01-26 Thread Apache Jenkins Server
See Changes: [pmouawad] Add Test of Slow connection feature to detect any regression, see Bug 59902 for example svn:eol [pmouawad] Add Test of Slow connection feature to detect any regression, see Bug 59902 for example

[GitHub] jmeter issue #254: Feature/bz60589-1 PR for review (logkit to slf4j / log4j2...

2017-01-26 Thread woonsan
Github user woonsan commented on the issue: https://github.com/apache/jmeter/pull/254 @pmouawad , thanks a lot for the quick review! Regarding NewDriver#replaceDateFormatInFileName(), here's the reason why I added that: - As LoggingManager#makeWriter() was gone

Re: Review of HttpMetricsSender, TextGraphiteMetricsSender and PickleGraphiteMetricsSender

2017-01-26 Thread Philippe Mouawad
On Thu, Jan 26, 2017 at 7:31 AM, Felix Schumacher < felix.schumac...@internetallee.de> wrote: > > > Am 25. Januar 2017 23:28:48 MEZ schrieb Philippe Mouawad < > philippe.moua...@gmail.com>: > >Hello, > >There was a similar synchro bug in those 3 classes as reported in: > > > > -

Re: Want to help with migrating from Apache LogKit to SLF4J

2017-01-26 Thread Philippe Mouawad
Hi All, Woonsan finalized PR 254. I reviewed it, it looks ok for me. In order to avoid upcoming conflicts (PR concerns 40 files), it would be nice if somebody else (or more) could review it so that it can be merged in short terms, before release of 3.2. What's your thoughts ? Thanks Regards

buildbot success in on jmeter-trunk

2017-01-26 Thread buildbot
The Buildbot has detected a restored build on builder jmeter-trunk while building . Full details are available at: https://ci.apache.org/builders/jmeter-trunk/builds/2036 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: bb_slave1_ubuntu Build Reason: The AnyBranchScheduler

[GitHub] jmeter pull request #258: BZ60590

2017-01-26 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/jmeter/pull/258 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

buildbot failure in on jmeter-trunk

2017-01-26 Thread buildbot
The Buildbot has detected a new failure on builder jmeter-trunk while building . Full details are available at: https://ci.apache.org/builders/jmeter-trunk/builds/2035 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: bb_slave1_ubuntu Build Reason: The AnyBranchScheduler

Re: [Bug 60607] DNS Cache Manager configuration is ignored

2017-01-26 Thread Philippe Mouawad
On Thursday, January 26, 2017, Felix Schumacher < felix.schumac...@internetallee.de> wrote: > > > Am 26. Januar 2017 16:57:50 MEZ schrieb Philippe Mouawad < > philippe.moua...@gmail.com >: > >On Thursday, January 26, 2017, Felix Schumacher < > >felix.schumac...@internetallee.de

Re: [Bug 60607] DNS Cache Manager configuration is ignored

2017-01-26 Thread Philippe Mouawad
On Thursday, January 26, 2017, Felix Schumacher < felix.schumac...@internetallee.de> wrote: > Am 26.01.2017 14:19, schrieb Philippe Mouawad: > >> Thanks Felix. >> Maybe we should ensure it only affect this part. >> > > Do you have something special in mind? I meant that, are we sure user is in

buildbot failure in on jmeter-trunk

2017-01-26 Thread buildbot
The Buildbot has detected a new failure on builder jmeter-trunk while building . Full details are available at: https://ci.apache.org/builders/jmeter-trunk/builds/2031 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: bb_slave1_ubuntu Build Reason: The AnyBranchScheduler

Re: Support HTTP/2 protocol

2017-01-26 Thread Philippe Mouawad
Hello , Oleg kindly proposed to help JMeter project in adding HTTP/2 support. We have started this thread to work on design. As per Andrei remark, it seems ALPN is not yet supported by current HTTPClient 5.x version. Is there some visibility on its support ? Thanks for your help. Regards On

Re: [Bug 60607] DNS Cache Manager configuration is ignored

2017-01-26 Thread Philippe Mouawad
Thanks Felix. Maybe we should ensure it only affect this part. Thanks On Thursday, January 26, 2017, Felix Schumacher < felix.schumac...@internetallee.de> wrote: > Am 26.01.2017 12:09, schrieb Felix Schumacher: > >> Am 26. Januar 2017 09:02:55 MEZ schrieb bugzi...@apache.org: >> >>>

Re: Support HTTP/2 protocol

2017-01-26 Thread Andrey Pokhilko
Hi, >From my experiments, I see that lack of two specific features make it not useful. According to https://hc.apache.org/news.html: * No ALPN support yet * no connection upgrade Especially ALPN part is crucial for protocol functioning. Is there any ETA from Oleg when it will become

[GitHub] jmeter issue #241: Support variable for all JMS messages (bytes, object, ......

2017-01-26 Thread max3163
Github user max3163 commented on the issue: https://github.com/apache/jmeter/pull/241 Did you have the opportunity to review theses commits ? It's important change we want to share with you to use in production the stock version of JMeter rather than our own build. --- If your

[GitHub] jmeter pull request #258: BZ60590

2017-01-26 Thread max3163
GitHub user max3163 opened a pull request: https://github.com/apache/jmeter/pull/258 BZ60590 This PR has 3 new changes for the Backend Listener : - Start the scheduler for the InfluxdbListener immediately to send start annotation even if the test take less than 5 sec.

[GitHub] jmeter issue #254: Feature/bz60589-1 PR for review (logkit to slf4j / log4j2...

2017-01-26 Thread woonsan
Github user woonsan commented on the issue: https://github.com/apache/jmeter/pull/254 Now, I think this PR is ready for review (bugzilla: https://bz.apache.org/bugzilla/show_bug.cgi?id=60589). Please take a review. --- If your project is set up for it, you can reply to this