buildbot success in ASF Buildbot on jmeter-trunk

2015-12-11 Thread buildbot
The Buildbot has detected a restored build on builder jmeter-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/jmeter-trunk/builds/245 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: hemera_ubuntu Build Reason: The AnyBranchSchedu

buildbot failure in ASF Buildbot on jmeter-trunk

2015-12-11 Thread buildbot
The Buildbot has detected a new failure on builder jmeter-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/jmeter-trunk/builds/244 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: hemera_ubuntu Build Reason: The AnyBranchScheduler

Re: Tabs in code are not allowed

2015-12-11 Thread sebb
On 8 December 2015 at 22:58, sebb wrote: > There are now thousands of tabs in the JMeter code base. > These were all tidied up at one point. > > Please would committers take care not to re-introduce them. Thanks to Felix for fixing the tabs and indentation. However, there are now additional tabs

Build failed in Jenkins: JMeter-trunk #4814

2015-12-11 Thread Apache Jenkins Server
See -- [...truncated 1033 lines...] [java] at org.apache.jmeter.junit.JMeterTest.suiteGUIComponents(JMeterTest.java:279) [java] at org.apache.jmeter.junit.JMeterTest.suite(JMeterTest.java:

Build failed in Jenkins: JMeter-trunk #4813

2015-12-11 Thread Apache Jenkins Server
See Changes: [pmouawad] Fix NPE [pmouawad] Remove autoboxing [pmouawad] Remove autoboxing [pmouawad] Remove autoboxing [pmouawad] Remove autoboxing, useless cast [pmouawad] Oups tab police [pmouawad] Avoir == false or ==true comparis

Re: svn commit: r1719567 - /jmeter/trunk/src/core/org/apache/jmeter/services/FileServer.java

2015-12-11 Thread sebb
On 11 December 2015 at 21:20, wrote: > Author: pmouawad > Date: Fri Dec 11 21:20:42 2015 > New Revision: 1719567 > > URL: http://svn.apache.org/viewvc?rev=1719567&view=rev > Log: > comment that file cannot be null > > Modified: > jmeter/trunk/src/core/org/apache/jmeter/services/FileServer.jav

Re: svn commit: r1719569 - /jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/WebServiceSampler.java

2015-12-11 Thread sebb
On 11 December 2015 at 21:23, wrote: > Author: pmouawad > Date: Fri Dec 11 21:23:21 2015 > New Revision: 1719569 > > URL: http://svn.apache.org/viewvc?rev=1719569&view=rev > Log: > comment that file cannot be null > > Modified: > > jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/ht

[GitHub] jmeter pull request: simplification of tree traversal

2015-12-11 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/jmeter/pull/55 --- 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 enabl

Build failed in Jenkins: JMeter-trunk #4812

2015-12-11 Thread Apache Jenkins Server
See Changes: [pmouawad] #resolve #55 [pmouawad] Revert bug I introduced [pmouawad] comment that file cannot be null [pmouawad] Check null if dir is invalid [pmouawad] comment that file cannot be null [fschumacher] Remove TODO by extra

Re: svn commit: r1719558 - /jmeter/trunk/src/core/org/apache/jmeter/report/processor/ExternalSampleSorter.java

2015-12-11 Thread Philippe Mouawad
Thanks Felix, I learnt something ! I had a doubt , it's weird. My initial intention was to fix a synchro issue which I think exists but I introduced a much bigger bug , sorry Regards On Fri, Dec 11, 2015 at 10:24 PM, Felix Schumacher < felix.schumac...@internetallee.de> wrote: > Am 11.12.2015 u

[GitHub] jmeter pull request: simplification of tree traversal

2015-12-11 Thread benbenw
GitHub user benbenw opened a pull request: https://github.com/apache/jmeter/pull/55 simplification of tree traversal simplification of tree traversal rename stopScheduler to stopSchedulerIfNeeded as this method only stop the execution if the scheduled time is completed You c

[GitHub] jmeter pull request: Misc clean up

2015-12-11 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/jmeter/pull/54 --- 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 enabl

[GitHub] jmeter pull request: Misc clean up

2015-12-11 Thread benbenw
GitHub user benbenw opened a pull request: https://github.com/apache/jmeter/pull/54 Misc clean up remove erroneous comment foreach loop remove last reference to xpp remove commented code You can merge this pull request into a Git repository by running: $ git pull ht