[GitHub] jmeter pull request #229: tiny memory allocation improvements

2016-09-20 Thread benbenw
GitHub user benbenw opened a pull request: https://github.com/apache/jmeter/pull/229 tiny memory allocation improvements add a test for JOrphanUtils#rightAlign You can merge this pull request into a Git repository by running: $ git pull https://github.com/benbenw/jmeter tiny A

Re:Re: Hardcoded ISO-8859-1 ? [was: Start the next release 3.1 into 1-2 weeks?]

2016-09-20 Thread harry_no_spot
I mean when I submit a GET http request to JM proxy, and when the GET has a parameter whose value is Chinese character not url encoded. JM proxy will throw a exception and stop you continue... I submit a bug. plz check BUG 60155 https://bz.apache.org/bugzilla/show_bug.cgi?id=60155 At 2016-09-1

Throughput timer that generates Poisson process

2016-09-20 Thread Vladimir Sitnikov
Hi, Some time ago I did suggest to implement throughput timer that generates Poisson process. JMeter thread reference: http://mail-archives.apache.org/mod_mbox/jmeter-dev/201502.mbox/%3CCAB=Je-GON1QUxAD6nnzMLA0wh9JMpk8nh=y8uylihfg8mao...@mail.gmail.com%3E JMeter plugins thread reference: https:

Re: Timer adjustment feature / Bug 60018 (was Thoughts on 2 proposals)

2016-09-20 Thread Philippe Mouawad
Hello, I commited a change on this by introducing ModifiableTimer: - [Bug 60018] Timer : Add a factor to apply on pauses For now, I only registered Gaussian, Poisson and Uniform Timers as implementing it so that to avoid any side effects to 3rd parties. This will be the first step for this f

Re: Throughput timer that generates Poisson process

2016-09-20 Thread Philippe Mouawad
Hello Vladimir, On Tue, Sep 20, 2016 at 4:36 PM, Vladimir Sitnikov < sitnikov.vladi...@gmail.com> wrote: > Hi, > > Some time ago I did suggest to implement throughput timer that generates > Poisson process. > > JMeter thread reference: > http://mail-archives.apache.org/mod_mbox/jmeter-dev/201502

Re: Throughput timer that generates Poisson process

2016-09-20 Thread Vladimir Sitnikov
Philippe>Is it possible to see the code before voting ? Philippe>+1 for the theorical proposal but I would need to see the implementation. Of course I'll file a PR, however: 1) I need some time to ensure it does not disclose private information 2) I would like to discuss which features are needed

Re: Throughput timer that generates Poisson process

2016-09-20 Thread Antonio Gomes Rodrigues
Hi Vladimir, 2016-09-20 16:36 GMT+02:00 Vladimir Sitnikov : > Hi, > > Some time ago I did suggest to implement throughput timer that generates > Poisson process. > > JMeter thread reference: > http://mail-archives.apache.org/mod_mbox/jmeter-dev/201502.mbox/%3CCAB=Je- > GON1QUxAD6nnzMLA0wh9JMpk8nh

RE: Throughput timer that generates Poisson process

2016-09-20 Thread Epp, Jeremiah W (Contractor)
> -Original Message- > From: Vladimir Sitnikov [mailto:sitnikov.vladi...@gmail.com] > Sent: Tuesday, September 20, 2016 10:37 AM > To: Philippe Mouawad > Subject: Throughput timer that generates Poisson process > > with constant throughput in a range of 0..3600 requests/hour (I'm not sure

Re: Throughput timer that generates Poisson process

2016-09-20 Thread Philippe Mouawad
On Tue, Sep 20, 2016 at 5:41 PM, Epp, Jeremiah W (Contractor) wrote: > > -Original Message- > > From: Vladimir Sitnikov [mailto:sitnikov.vladi...@gmail.com] > > Sent: Tuesday, September 20, 2016 10:37 AM > > To: Philippe Mouawad > > Subject: Throughput timer that generates Poisson process

Re: Throughput timer that generates Poisson process

2016-09-20 Thread Vladimir Sitnikov
>How to find this limit? >3600 requests/hour is not very high :-( Need to run a dumb test (e.g. the one that is just executing nothing). Well, the timer does keep the schedule in memory, and no work was made to make that scalable over hight number of threads, etc, etc. >If the limit of requests/

[GitHub] jmeter pull request #229: tiny memory allocation improvements

2016-09-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/jmeter/pull/229 --- 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 enab

Re: svn commit: r1761294 - in /jmeter/trunk: LICENSE build.properties eclipse.classpath lib/ lib/aareadme.txt licenses/bin/xstream-1.4.8.txt licenses/bin/xstream-1.4.9.txt res/maven/ApacheJMeter_paren

2016-09-20 Thread Philippe Mouawad
Hi Felix, Yes issue seems to come from this: https://github.com/x-stream/xstream/blob/f66bbea1b383e705988abf8d06ea9782a73f24d4/xstream/src/java/com/thoughtworks/xstream/io/xml/DomDriver.java#L147 How do you reproduce it ? I don't see it fail on my laptop nor on jenkins build. Thanks On Tue, Sep

Re: svn commit: r1761294 - in /jmeter/trunk: LICENSE build.properties eclipse.classpath lib/ lib/aareadme.txt licenses/bin/xstream-1.4.8.txt licenses/bin/xstream-1.4.9.txt res/maven/ApacheJMeter_paren

2016-09-20 Thread Felix Schumacher
Am 20.09.2016 um 20:33 schrieb Philippe Mouawad: Hi Felix, Yes issue seems to come from this: https://github.com/x-stream/xstream/blob/f66bbea1b383e705988abf8d06ea9782a73f24d4/xstream/src/java/com/thoughtworks/xstream/io/xml/DomDriver.java#L147 How do you reproduce it ? I don't see it fail on my

Build failed in Jenkins: JMeter-trunk #5440

2016-09-20 Thread Apache Jenkins Server
See Changes: [fschumacher] Handle CLOBs and BLOBs and limit them if necessary when storing them in result sampler. Bugzilla Id: 60085 [fschumacher] Remove DOCTYPE, as it is not allowed by xstream 1.4.9 anymore. Followup to r1761294 [p

Re: svn commit: r1761294 - in /jmeter/trunk: LICENSE build.properties eclipse.classpath lib/ lib/aareadme.txt licenses/bin/xstream-1.4.8.txt licenses/bin/xstream-1.4.9.txt res/maven/ApacheJMeter_paren

2016-09-20 Thread Felix Schumacher
Am 20.09.2016 um 20:33 schrieb Philippe Mouawad: Hi Felix, Yes issue seems to come from this: https://github.com/x-stream/xstream/blob/f66bbea1b383e705988abf8d06ea9782a73f24d4/xstream/src/java/com/thoughtworks/xstream/io/xml/DomDriver.java#L147 How do you reproduce it ? I don't see it fail on my

Re: svn commit: r1761294 - in /jmeter/trunk: LICENSE build.properties eclipse.classpath lib/ lib/aareadme.txt licenses/bin/xstream-1.4.8.txt licenses/bin/xstream-1.4.9.txt res/maven/ApacheJMeter_paren

2016-09-20 Thread Philippe Mouawad
On Tue, Sep 20, 2016 at 8:56 PM, Felix Schumacher wrote: > Am 20.09.2016 um 20:33 schrieb Philippe Mouawad: > >> Hi Felix, >> Yes issue seems to come from this: >> https://github.com/x-stream/xstream/blob/f66bbea1b383e705988 >> abf8d06ea9782a73f24d4/xstream/src/java/com/thoughtworks/xstr >> eam/i

Re: svn commit: r1761294 - in /jmeter/trunk: LICENSE build.properties eclipse.classpath lib/ lib/aareadme.txt licenses/bin/xstream-1.4.8.txt licenses/bin/xstream-1.4.9.txt res/maven/ApacheJMeter_paren

2016-09-20 Thread Felix Schumacher
Am 20.09.2016 um 21:13 schrieb Philippe Mouawad: On Tue, Sep 20, 2016 at 8:56 PM, Felix Schumacher wrote: Am 20.09.2016 um 20:33 schrieb Philippe Mouawad: Hi Felix, Yes issue seems to come from this: https://github.com/x-stream/xstream/blob/f66bbea1b383e705988 abf8d06ea9782a73f24d4/xstream/s

Re: svn commit: r1761294 - in /jmeter/trunk: LICENSE build.properties eclipse.classpath lib/ lib/aareadme.txt licenses/bin/xstream-1.4.8.txt licenses/bin/xstream-1.4.9.txt res/maven/ApacheJMeter_paren

2016-09-20 Thread Philippe Mouawad
On Tue, Sep 20, 2016 at 9:16 PM, Felix Schumacher < felix.schumac...@internetallee.de> wrote: > Am 20.09.2016 um 21:13 schrieb Philippe Mouawad: > >> On Tue, Sep 20, 2016 at 8:56 PM, Felix Schumacher > internetallee.de> wrote: >> >> Am 20.09.2016 um 20:33 schrieb Philippe Mouawad: >>> >>> Hi Felix

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

2016-09-20 Thread Apache Jenkins Server
See