Re: svn commit: r1763870 - in /jmeter/trunk: src/core/org/apache/jmeter/util/ src/jorphan/org/apache/commons/jexl/bsf/ test/src/org/apache/jmeter/functions/ xdocs/ xdocs/usermanual/

2016-10-08 Thread Milamber
On 08/10/2016 16:27, Felix Schumacher wrote: Am 08.10.2016 um 15:20 schrieb Milamber: On 08/10/2016 09:34, pmoua...@apache.org wrote: + 60225Drop deprecated __jexl function, jexl support in BSF and dependency on commons-jexl-1.1.jar This function can be easily replaced with

Re: svn commit: r1763870 - in /jmeter/trunk: src/core/org/apache/jmeter/util/ src/jorphan/org/apache/commons/jexl/bsf/ test/src/org/apache/jmeter/functions/ xdocs/ xdocs/usermanual/

2016-10-08 Thread Felix Schumacher
Am 08.10.2016 um 15:20 schrieb Milamber: On 08/10/2016 09:34, pmoua...@apache.org wrote: + 60225Drop deprecated __jexl function, jexl support in BSF and dependency on commons-jexl-1.1.jar This function can be easily replaced with href="./usermanual/functions.html#__jexl3">__jexl3 function

Re: Remove "Monitor Results" element and remove "Use As Monitor" attribute from HTTP Request

2016-10-08 Thread sebb
On 7 October 2016 at 18:27, Philippe Mouawad wrote: > Hi, > Frankly I doubt anybody still uses this part. > I've never seen any question on Stackoverflow nor user mailing list. That could just mean that the people using it don't have any issues with it. > If you

Re: Drop BSF Support in JMeter in future

2016-10-08 Thread Antonio Gomes Rodrigues
+1 to drop it 2016-10-08 10:55 GMT+02:00 Philippe Mouawad : > Hello, > What do you think of dropping BSF Support in JMeter in a future version ? > - Deprecate in 3.1 or 3.2 > - Drop in the following ? > > > Is there still any reason for using BSF which AFAIU is

Re: Drop BSF Support in JMeter in future

2016-10-08 Thread sebb
On 8 October 2016 at 09:55, Philippe Mouawad wrote: > Hello, > What do you think of dropping BSF Support in JMeter in a future version ? > - Deprecate in 3.1 or 3.2 > - Drop in the following ? > > > Is there still any reason for using BSF which AFAIU is replaced by

BUG 53039 / Handling correctly responses that exceed Integer.MAX_VALUE

2016-10-08 Thread Philippe Mouawad
Hello, I have attached to BUG 53039 a first patch to handle the bug. There are several decisions to take regarding this piece of work: - Introduce a new property that controls how much data from the response we store (httpsampler.max_bytes_to_store_per_request). Indeed we are limited by

buildbot success in on jmeter-nightly

2016-10-08 Thread buildbot
The Buildbot has detected a restored build on builder jmeter-nightly while building . Full details are available at: https://ci.apache.org/builders/jmeter-nightly/builds/456 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: hemera_ubuntu Build Reason: The Nightly scheduler

Build failed in Jenkins: JMeter-trunk #5476

2016-10-08 Thread Apache Jenkins Server
See Changes: [pmouawad] Link to Compilable [pmouawad] Update docs by mentioning Groovy function and advising not to use javascript or Beanshell anymore for performances. [pmouawad] Bug 60225 - Drop deprecated __jexl function and

Build failed in Jenkins: JMeter-trunk #5478

2016-10-08 Thread Apache Jenkins Server
See Changes: [pmouawad] Bug 60225 - Drop deprecated __jexl function and dependency on commons-jexl Drop mention in LICENSE file Bugzilla Id: 60225 -- [...truncated 961 lines...] [copy]

Build failed in Jenkins: JMeter-trunk #5477

2016-10-08 Thread Apache Jenkins Server
See Changes: [pmouawad] Bug 60225 - Drop deprecated __jexl function and dependency on commons-jexl Drop folder [pmouawad] Bug 60225 - Drop deprecated __jexl function and dependency on commons-jexl Drop folder [pmouawad] Bug 60225 -

Drop BSF Support in JMeter in future

2016-10-08 Thread Philippe Mouawad
Hello, What do you think of dropping BSF Support in JMeter in a future version ? - Deprecate in 3.1 or 3.2 - Drop in the following ? Is there still any reason for using BSF which AFAIU is replaced by JSR223 ? AFAIU, it was useful when we were supporting JAVA 5. But now that our minimum version

Build failed in Jenkins: JMeter-trunk #5481

2016-10-08 Thread Apache Jenkins Server
See Changes: [pmouawad] Bug 60220 - Rename JSON Path Post Processor to JSON Extractor Bugzilla Id: 60220 -- [...truncated 1779 lines...] _check_exists: _checkMD5: [echo] Checksum OK:

[GitHub] jmeter pull request #231: WIP: timer that produces poisson arrivals with giv...

2016-10-08 Thread vlsi
GitHub user vlsi opened a pull request: https://github.com/apache/jmeter/pull/231 WIP: timer that produces poisson arrivals with given constant throughput see

Re: Drop BSF Support in JMeter in future

2016-10-08 Thread Andrey Pokhilko
+1 to drop it Andrey Pokhilko On 10/08/2016 11:55 AM, Philippe Mouawad wrote: > Hello, > What do you think of dropping BSF Support in JMeter in a future version ? > - Deprecate in 3.1 or 3.2 > - Drop in the following ? > > > Is there still any reason for using BSF which AFAIU is replaced by

Re: svn commit: r1763870 - in /jmeter/trunk: src/core/org/apache/jmeter/util/ src/jorphan/org/apache/commons/jexl/bsf/ test/src/org/apache/jmeter/functions/ xdocs/ xdocs/usermanual/

2016-10-08 Thread Milamber
On 08/10/2016 09:34, pmoua...@apache.org wrote: +60225Drop deprecated __jexl function, jexl support in BSF and dependency on commons-jexl-1.1.jar This function can be easily replaced with __jexl3 function The result html page don't display the __jexl3 function.

Re: buildbot failure in on jmeter-trunk

2016-10-08 Thread Felix Schumacher
Am Freitag, den 07.10.2016, 23:26 +0200 schrieb Philippe Mouawad: > Hi, > Anybody could guide me on how to fix the issue with: > >  [java] Loading file testfiles/GuiTest.jmx and saving it back > changes its size from 44884 to 44879. >  [java] >  [java] Loading file

Re: buildbot failure in on jmeter-trunk

2016-10-08 Thread Philippe Mouawad
Thanks Felix. I am not sure either . I remember we need to create a special jmx file for every version (that changes save configuration ?). Sebb knows how to manage this I think. I think we need to document this somewhere . Regards Philippe On Sat, Oct 8, 2016 at 12:43 PM, Felix Schumacher <

Build failed in Jenkins: JMeter-trunk #5479

2016-10-08 Thread Apache Jenkins Server
See Changes: [pmouawad] Fix misplaced bugzilla [pmouawad] Fix misplaced bugzilla -- [...truncated 5612 lines...] install: docs-api: [mkdir] Created dir:

buildbot success in on jmeter-trunk

2016-10-08 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/1494 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: hemera_ubuntu Build Reason: The AnyBranchScheduler

Re: svn commit: r1763818 - in /jmeter/trunk: src/core/org/apache/jmeter/resources/messages.properties xdocs/changes.xml xdocs/usermanual/component_reference.xml xdocs/usermanual/functions.xml

2016-10-08 Thread Felix Schumacher
Am Freitag, den 07.10.2016, 19:48 + schrieb pmoua...@apache.org: > Author: pmouawad > Date: Fri Oct  7 19:48:09 2016 > New Revision: 1763818 > > URL: http://svn.apache.org/viewvc?rev=1763818=rev > Log: > Bug 60220 - Rename JSON Path Post Processor to JSON Path Extractor -1  Andrey

Jenkins build is back to normal : JMeter-trunk #5480

2016-10-08 Thread Apache Jenkins Server
See

Re: svn commit: r1763818 - in /jmeter/trunk: src/core/org/apache/jmeter/resources/messages.properties xdocs/changes.xml xdocs/usermanual/component_reference.xml xdocs/usermanual/functions.xml

2016-10-08 Thread Philippe Mouawad
Thanks for checking. I forgot Andrei note. Fixed in r1763891 Regards On Sat, Oct 8, 2016 at 12:46 PM, Felix Schumacher < felix.schumac...@internetallee.de> wrote: > Am Freitag, den 07.10.2016, 19:48 + schrieb pmoua...@apache.org: > > Author: pmouawad > > Date: Fri Oct 7 19:48:09 2016 > >

Re: Rename JSON Path Post Processor to JSON Path Extractor

2016-10-08 Thread Philippe Mouawad
Fixed in https://bz.apache.org/bugzilla/show_bug.cgi?id=60220 On Fri, Oct 7, 2016 at 7:41 PM, Philippe Mouawad wrote: > thanks Felix ! > > On Fri, Oct 7, 2016 at 7:38 PM, Felix Schumacher internetallee.de> wrote: > >> Am 07.10.2016 um 18:29

Re: Trim variables in CSV Data Set

2016-10-08 Thread Philippe Mouawad
Hello, Fixed in : - https://bz.apache.org/bugzilla/show_bug.cgi?id=60221 Regards On Fri, Oct 7, 2016 at 1:04 PM, Andrey Pokhilko wrote: > +1 > > Andrey Pokhilko > > On 10/07/2016 12:13 PM, Philippe Mouawad wrote: > > Hello, > > A common error made by newbies and other is to insert

Re: Remove "Monitor Results" element and remove "Use As Monitor" attribute from HTTP Request

2016-10-08 Thread Philippe Mouawad
Hi, Done in : - https://bz.apache.org/bugzilla/show_bug.cgi?id=60224 Regards On Fri, Oct 7, 2016 at 7:27 PM, Philippe Mouawad wrote: > Hi, > Frankly I doubt anybody still uses this part. > I've never seen any question on Stackoverflow nor user mailing list. > > If