Add to JMeter modification

2015-07-21 Thread Maxime Chassagneux
Hi, Since many mounth I made some modifications on JMeter source to add some features I need. Now I would like to know how I could discuss with the community in order to add it on the trunk source. Many modifications I made are simple to report but I'm not a good developper and I think a review i

[JMS] disabled cache when file name change

2015-07-21 Thread Maxime Chassagneux
I've post on bugzilla this modification : Bug 58160 Could you look at it ? Best regard.

Optimization on the AsyncBtach sender

2015-07-21 Thread Maxime Chassagneux
See below a new modification I made on the AsyncBtach sender : Bug 58163 Hope it could be usefull for everyone. Best regard.

Check if file exist on ResultCollector listener before start the loadtest

2015-07-21 Thread Maxime Chassagneux
See below a new modification to check and inform the user if a file already exist on all ResultCollector listener before lauching the loadtest. *Bug 58164 * Best regard

Replace variable in distributed test

2016-01-22 Thread Maxime Chassagneux
Hi, Since I use a "Backend Listener" to create report via Grafana, I find a problem in distributed test. Parameters of my bakend listener like "graphiteHost" is in my case a variable ( i.e ${graphiteHost} ) When I start my test localy, this parameter is correctly replace, but when I start it on a

Re: HttpClient 4.5.2 release preparations

2016-02-25 Thread Maxime Chassagneux
Hi, Since I test JMeter with the latest snapshot of HC I experience issues with HTTP Cookie Manager. Now the defautl Implementation is HC4 with cookie Policy to default. When I use it, most of scenario stop working with a problem of date : 2016/02/23 10:27:05 INFO - jmeter.threads.JMeterThread:

Re: HttpClient 4.5.2 release preparations

2016-02-26 Thread Maxime Chassagneux
ug.cgi?id=58881 > > https://bz.apache.org/bugzilla/show_bug.cgi?id=58583 > > https://bz.apache.org/bugzilla/show_bug.cgi?id=58950 > > > > Once HC4.5.2 is released, we will commit it and fix those 3 bugs. > > > > Find inline below my other answers. > > > >

[Recording] Impossible to record a http website with HTTP4 implementation

2016-06-13 Thread Maxime Chassagneux
Hi, I have one example of a website which I can't record with HTTP4 implementation (only work with JAVA implementation ) On JMeter 2.13, this problem existed, during the dev of the 3.00 this bug was not present, and since the official 3.00 out, it come back. The error display on firefox is just "

Re: [Recording] Impossible to record a http website with HTTP4 implementation

2016-06-14 Thread Maxime Chassagneux
gt;: > Am 13.06.2016 um 14:09 schrieb Maxime Chassagneux: > >> Hi, >> >> I have one example of a website which I can't record with HTTP4 >> implementation (only work with JAVA implementation ) >> On JMeter 2.13, this problem existed, during the dev of the

Re: [Recording] Impossible to record a http website with HTTP4 implementation

2016-06-22 Thread Maxime Chassagneux
000 GUID: SMAUTHREASON:0 METHOD:GET SMAGENTNAME:agt_..fr_intranet TARGET:-SM-http://--qal..fr/ 2016-06-19 22:32 GMT+02:00 Felix Schumacher < felix.schumac...@internetallee.de>: > > > Am 14. Juni 2016 10:11:17 MESZ, schrieb Maxime Chassagneux < > maxime.chass

Re: [Recording] Impossible to record a http website with HTTP4 implementation

2016-06-30 Thread Maxime Chassagneux
> Am 22.06.2016 um 10:11 schrieb Maxime Chassagneux: > >> See below information from chrome : >> >> Request URL: >> >> https://xxxqal..fr/siteminderagent/.fcc?TYPE=33554433&REALMOID=06-1e7ec1e2-8e7c-1000-8774-84ac1944&GUID=&SMAUTHREA

Re: Release JMeter 3.2 ?

2017-01-13 Thread Maxime Chassagneux
Hi, Pls, could you consider to merge this PR too : - PR-241 : Support variable for all JMS messages (bytes, object, ...) and sources (file, folder) - PR-240 : Improves JMS component robustness Thanks . 2017-01-12 21:02 GMT+01:00 Philippe Mouawad : > On Thu, Jan 12, 2017 at 8:55 PM, Felix Sch

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

2017-01-15 Thread Maxime Chassagneux
Hi, I thought we have already did it. I will look at this tomorrow and share result with you. 2017-01-15 15:00 GMT+01:00 pmouawad : > Github user pmouawad commented on the issue: > > https://github.com/apache/jmeter/pull/241 > > Hello, > Before merging this one , I'd like to be sur

Re: Release JMeter 3.2 ?

2017-01-16 Thread Maxime Chassagneux
d you have the opportunity to make tests of nightly build ? > > Your feedback is welcome. > Thanks > Regards > > On Fri, Jan 13, 2017 at 10:35 AM, Maxime Chassagneux < > maxime.chassagn...@gmail.com> wrote: > > > Hi, > > > > Pls, could you consider to merge

Drop rhino

2017-02-10 Thread Maxime Chassagneux
Hi, As JMeter 3.2 now use Java 1.8 I would like to drop the Rhino Javscript engine in favor of nashor ( which is already an option today ). It's mostly easy but I have a question about the BSFJavaScriptEngine class. Is-it still used ? I don't understand how it work and where it's use.

Re: Wiki Contributors Group

2017-02-11 Thread Maxime Chassagneux
Hello, @sebb So if it's possible, could you add me too on the Contributors Group ? ( Maxime Chassagneux ) Thanks in advance. 2017-02-11 22:40 GMT+01:00 sebb : > The normal process is for the person themselves to ask for edit rights. > They also need to provide their Wiki name

FileName in CSVDataSet

2017-02-15 Thread Maxime Chassagneux
Hi, I have a scenarii which need to make variable the filename field of a CSVDataSet element. Actually, this field is computed during the preparation of the test and only permit to use function or User Defined Variables and I actually need to access to a thread variable. As the file is only open

Preserve encoding file for JUnit test

2017-02-17 Thread Maxime Chassagneux
Hi, Actualy the build fail because of my new JUnit for JMS. I have a problem to preserve encoding file. Someone can help me ?

Re: Preserve encoding file for JUnit test

2017-02-17 Thread Maxime Chassagneux
sure you set SVN property: svn:eol = >native and add a new line at end of file. For XML it's usually LF => > DONE > > Thanks > > Regards > > On Fri, Feb 17, 2017 at 9:41 AM, Maxime Chassagneux < > maxime.chassagn...@gmail.com> wrote: > > > Hi, &g

Re: Jenkins link show 404

2017-02-22 Thread Maxime Chassagneux
Same for me on : https://builds.apache.org/job/JMeter-trunk/lastSuccessfulBuild/artifact/trunk/dist/ => HTTP 404 2017-02-22 23:36 GMT+01:00 Philippe Mouawad : > Hello, > Is Jenkins working fine or has JMeter job configuration changed ? > I get a 404 when calling usual url in nightly build page.

Re: Drop HTMLAssertion

2017-02-26 Thread Maxime Chassagneux
+1 too 2017-02-26 10:58 GMT+01:00 Antonio Gomes Rodrigues : > +1 to me > > Le 26 févr. 2017 10:17, "Graham Russell" a écrit : > > > +1 > > > > Sounds good to me too; I only really use the "Response Assertion". > > I think it's a good thing to remove rarely used features to save > > effort readin

Re: Release a 3.2

2017-03-02 Thread Maxime Chassagneux
Hi, I have to update some screen + documentation for the JMS change made by me. I will do it ASAP. 2017-03-01 23:36 GMT+01:00 Antonio Gomes Rodrigues : > 2017-03-01 23:03 GMT+01:00 Philippe Mouawad : > > > On Wed, Mar 1, 2017 at 10:59 PM, Antonio Gomes Rodrigues < > ra0...@gmail.com > > > > > w

Variable in BackendListener

2017-03-09 Thread Maxime Chassagneux
Hello, I can't variabilize parameter of BackendListener when I start a run via remote test. None of the value is replace. If I put something like this : influxdbUrl => ${__P(influxdbUrl, http://xxx.fr/influxdb_query/write?db= qualif} It cause one error : 2017-03-09 08:46:36,232 ERROR o.a.j.s.R

Re: JSR223 Test Element compilation feature

2017-03-09 Thread Maxime Chassagneux
Hello, For me this option is really interesting as I use a lot of JSR233 script. +1 for add it ! -- Max 2017-03-09 8:41 GMT+01:00 Philippe Mouawad : > Hello, > I have implemented a menu option (in Help that can be moved somewhere else) > that allows compilation of JSR223 Test Elements. > > It

Re: Variable in BackendListener

2017-03-09 Thread Maxime Chassagneux
pport : > Hello, > > In distributed mode use: > -G from controller > or -J on jmeter-server > > Regards > > On Thu, Mar 9, 2017 at 9:52 AM, Maxime Chassagneux < > maxime.chassagn...@gmail.com> wrote: > > > Hello, > > > > I can't variabili

Re: Variable in BackendListener

2017-03-09 Thread Maxime Chassagneux
2017-03-09 14:42 GMT+01:00 sebb : > On 9 March 2017 at 08:52, Maxime Chassagneux > wrote: > > Hello, > > > > I can't variabilize parameter of BackendListener when I start a run via > > remote test. > > None of the value is replace. > > > &g

Re: Variable in BackendListener

2017-03-10 Thread Maxime Chassagneux
Hi, Could you look at the #283 PR on github to review my patch. Thanks. 2017-03-09 14:58 GMT+01:00 Maxime Chassagneux : > > 2017-03-09 14:42 GMT+01:00 sebb : > >> On 9 March 2017 at 08:52, Maxime Chassagneux >> wrote: >> > Hello, >> > >> >

Trim JTexfield

2017-03-10 Thread Maxime Chassagneux
Hello, There is a reason why none JTexfield aren't trim by default ? In most cases, end spaces aren't desire and are problematic. By example, If you put one space after the Vuser number the run don't start without any error ... Yesterday I spent an hour to debug a problem on a JDBC connection conf

Re: Release a 3.2

2017-03-28 Thread Maxime Chassagneux
;>> >> > > going > > >> >>>> >> > > >>>> to file bugzilla on it. > > >> >>>> >> > > >>>> > > >> >>>> >> > > >>>> IMO it's not good to relea

Re: svn commit: r1790839 - /jmeter/trunk/src/core/org/apache/jmeter/threads/ThreadGroup.java

2017-04-11 Thread Maxime Chassagneux
I revert it 2017-04-10 18:59 GMT+02:00 Philippe Mouawad : > On Monday, April 10, 2017, wrote: > > > Author: mchassagneux > > Date: Mon Apr 10 14:43:56 2017 > > New Revision: 1790839 > > > > URL: http://svn.apache.org/viewvc?rev=1790839&view=rev > > Log: > > Don't cumul intial delay + ramp-up del

Re: [VOTE] Release JMeter 3.2 RC3

2017-04-13 Thread Maxime Chassagneux
My vote : +1 2017-04-13 9:46 GMT+02:00 Milamber : > > @PMC > > We need at least 3 '+1' votes from PMC members to allow this release. > Currently we have only 2 +1. > > > On 09/04/2017 17:31, Milamber wrote: > >> Hello, >> >> The third release candidate for JMeter 3.2 (r1790748) has been prepared,

Re: Use of https://github.com/HdrHistogram/HdrHistogram

2017-05-06 Thread Maxime Chassagneux
+1 : lgtm 2017-05-06 15:41 GMT+02:00 Philippe Mouawad : > Hello, > A user recently reported a bug on StatCalculator class: > >- https://bz.apache.org/bugzilla/show_bug.cgi?id=61071 > > It appears issue is not restrained to Median but concerns percentile > computing. > > Besides, this class h

Re: Let's release a Minor version ?

2017-06-02 Thread Maxime Chassagneux
+1 to release more often release Regards 2017-06-02 21:05 GMT+02:00 Philippe Mouawad : > Hi Antonio, > Feel free to answer my mail. > > I don't think there is any emergency on this matter anyway. > > Regards > > On Fri, Jun 2, 2017 at 2:27 PM, Antonio Gomes Rodrigues > wrote: > > > Hi, > > > >

Re: svn commit: r1798048 - in /jmeter/trunk/src/components/org/apache/jmeter/visualizers/backend: ErrorMetric.java SamplerMetric.java influxdb/InfluxdbBackendListenerClient.java

2017-06-08 Thread Maxime Chassagneux
Hello Philippe, I commit a grafana template ( json format ) in the extra folder of JMeter. But I don't understand what you want with a test plan, as the Backend Listener work only with a Influxdb server. 2017-06-08 13:59 GMT+02:00 Philippe Mouawad : > Hello Maxime, > To simplify testing would it

Re: svn commit: r1798048 - in /jmeter/trunk/src/components/org/apache/jmeter/visualizers/backend: ErrorMetric.java SamplerMetric.java influxdb/InfluxdbBackendListenerClient.java

2017-06-09 Thread Maxime Chassagneux
2017-06-08 21:40 GMT+02:00 Felix Schumacher < felix.schumac...@internetallee.de>: > Am 08.06.2017 um 13:53 schrieb mchassagn...@apache.org: > >> Author: mchassagneux >> Date: Thu Jun 8 11:53:42 2017 >> New Revision: 1798048 >> >> URL: http://svn.apache.org/viewvc?rev=1798048&view=rev >> Log: >> I

Re: svn commit: r1797920 - in /jmeter/trunk: src/core/org/apache/jmeter/engine/PreCompiler.java src/core/org/apache/jmeter/threads/JMeterContext.java src/core/org/apache/jmeter/threads/JMeterContextSe

2017-06-09 Thread Maxime Chassagneux
Hello, I use this patch from 2-3 months without bugs. In fact it's impossible to access to the new shared JMeterVariables variables in a executed nide of JMeter. This field is null and only set for the client side instance. May be it's possible to improve this patch, rather than revert it ? 2017

Re: svn commit: r1798053 - /jmeter/trunk/extras/GrafanaJMeterTemplate.json

2017-06-26 Thread Maxime Chassagneux
Hi, Yeah my bad, I modify it. 2017-06-26 16:05 GMT+02:00 sebb : > On 8 June 2017 at 13:53, wrote: > > Author: mchassagneux > > Date: Thu Jun 8 12:53:52 2017 > > New Revision: 1798053 > > > > URL: http://svn.apache.org/viewvc?rev=1798053&view=rev > > Log: > > Add a Grafana Template > > Bugzill

MongoDB driver

2017-07-19 Thread Maxime Chassagneux
Hi, The JMeter bundle still include a mongoDB java driver ( version 2.11.3 ) which is really old and doesn't work with all authentication By example : javax.script.ScriptException: java.lang.IllegalArgumentException: Unsupported authMechanism: SCRAM-SHA-1 As mongoDB is deprecated in JMeter, my

Re: svn commit: r1802896 - /jmeter/trunk/src/functions/org/apache/jmeter/functions/TimeShift.java

2017-07-25 Thread Maxime Chassagneux
Hi Philippe, It's done :) Regards 2017-07-25 10:09 GMT+02:00 Philippe Mouawad : > Hi Maxime, > Is it possible to add JUnits ? > > Thanks > > On Tue, Jul 25, 2017 at 9:59 AM, wrote: > > > Author: mchassagneux > > Date: Tue Jul 25 07:59:29 2017 > > New Revision: 1802896 > > > > URL: http://svn.a

Re: [VOTE] Release JMeter 3.3 RC1 (with home.apache.org links)

2017-09-18 Thread Maxime Chassagneux
+1 for me too 2017-09-18 21:12 GMT+02:00 UBIK LOAD PACK Support : > +1 > > Thanks for the team's great work ! > > On Mon, Sep 18, 2017 at 7:59 AM, Milamber > wrote: > > > [Resend the vote thread with home.apache.org links since it's was > repair. > > See note below] > > > > Hello, > > > > The f

Re: Having a globalVariables shared accross threads

2017-10-24 Thread Maxime Chassagneux
Hi Philippe, Nice idea, look good for me. +1. 2017-10-24 9:36 GMT+02:00 Philippe Mouawad : > Hello, > There is frequently the need in Load Testing for sharing something accross > threads which might have been initialized in a setup Thread Group or by > some Thread. > > Currently JMeter has 2

Re: Workbench : Let's drop it ?

2017-11-04 Thread Maxime Chassagneux
Hi, I never use it, except for recording script, so +1 for me. Regards 2017-11-04 13:07 GMT+01:00 Philippe Mouawad : > Hello, > Workbench element is confusing for beginners who don't understand > clearly its use. > > Thinking more about it, I don't see today why we should still keep it. > > The

Re: Release a 4.0 ?

2017-11-20 Thread Maxime Chassagneux
Hi, I just want to merge this PR tomorow : https://github.com/apache/jmeter/pull/321 No problem for 4.0 for me. Regards -- Max 2017-11-20 22:06 GMT+01:00 Philippe Mouawad : > Hello, > We now have a version that contains: > - 49 enhancements > - 13 bug fixes > - 6 PR > > Version looks mature t

Re: Release a 4.0 ?

2017-11-23 Thread Maxime Chassagneux
Hi, First test of Darcula theme on windows for me, I find the rendering of texteara ugly ( too black & white ! ) I'm the only one with this effect ? : https://www.dropbox.com/s/8h08xu0l3oj2ujt/%231.png?dl=0 https://www.dropbox.com/s/grlasbkbxuscliv/%232.png?dl=0 2017-11-21 21:50 GMT+

Re: Release a 4.0 ?

2017-11-23 Thread Maxime Chassagneux
e RSyntaxtTextarea is not aware of the Darcula LAF. > If you can contribute a fix,go ahead. > > Thanks > > On Thu, Nov 23, 2017 at 11:38 AM, Maxime Chassagneux < > mchassagn...@apache.org> wrote: > > > Hi, > > > > First test of Darcula theme on w

Re: Release a 4.0 ?

2017-11-23 Thread Maxime Chassagneux
st decision is > > to use system LAF. > > > > Andrey Pokhilko > > > > 23.11.2017 14:08, Philippe Mouawad пишет: > > > Hi Maxime, > > > It didn't look that ugly to me and the overall look was much better but > > if > > > it looks we

Re: Release a 4.0 ?

2017-11-23 Thread Maxime Chassagneux
apache/jmeter/gui/util/theme/darcula_theme.xml > > Anybody willing to improve it is very welcome to commit directly if he can > or propose a PR. I'll happily merge it. > > > Regards > Philippe > > > On Thu, Nov 23, 2017 at 1:35 PM, Maxime Chassagneux < > mchassagn.

Re: Release a 4.0 ?

2017-11-28 Thread Maxime Chassagneux
http://www.eclipsecolorthemes.org/?view=theme&id=14105 > >(there are still some differences) > ><http://www.eclipsecolorthemes.org/?view=theme&id=14105> > > > > @All, can you make a choice ? > > > > Thanks > > > > Regards > > > > > >

Re: Controversial topic: Remove internationalization

2018-01-05 Thread Maxime Chassagneux
Hi all, I'm agree for default language to English but not to remove all i18n system. -- Max 2018-01-05 16:22 GMT+01:00 sebb : > On 5 January 2018 at 13:51, Felix Schumacher > wrote: > > Am 04.01.2018 um 17:31 schrieb Philippe Mouawad: > >> > >> Hello, > >> > >> Currently we provide ability to

Re: [VOTE] Release JMeter 4.0 RC6

2018-02-02 Thread Maxime Chassagneux
Hi all, [+1] I support this release I use it in production without problem. Best regard 2018-02-02 16:30 GMT+01:00 Milamber : > Hello, > > The fourth release candidate for JMeter 4.0 (r1822967) has been prepared, > and your votes are solicited. > > This release brings a new default theme (Dar

Re: [VOTE] Release JMeter 4.0 RC7

2018-02-07 Thread Maxime Chassagneux
Hi all, +1 I support this release Thanks for your work Milamber. 2018-02-07 8:53 GMT+01:00 Milamber : > Hello, > > The seventh release candidate for JMeter 4.0 (r1823414) has been prepared, > and your votes are solicited. > > This release brings a new default theme (Darcula), support for Jav

Re: TestAction: Change its name to make it more meaningful

2018-04-01 Thread Maxime Chassagneux
+1 too 2018-04-01 16:20 GMT+02:00 Antonio Gomes Rodrigues : > +1 > > Le dim. 1 avr. 2018 15:50, Andrey Pokhilko a écrit : > > > "Flow Control Action"? > > > > Andrey Pokhilko > > > > 01.04.2018 16:49, Jmeter Tea пишет: > > > Most samplers ends with Sampler and none with Action. > > > And this Sa

Re: [VOTE] Release JMeter 5.0 RC2

2018-09-18 Thread Maxime Chassagneux
+1 Le mar. 18 sept. 2018 à 11:33, Antonio Gomes Rodrigues a écrit : > +1 > > Antonio > > Le mar. 18 sept. 2018 à 10:19, Andrey Pokhilko a écrit : > > > +1 > > > > Andrey Pokhilko > > > > 14.09.2018 20:39, Milamber пишет: > > > Hello, > > > > > > The second release candidate for JMeter 5.0 (r184

Re: [VOTE] Release JMeter 5.1 RC1

2019-02-13 Thread Maxime Chassagneux
[x] +1 I tested it in our production environnement today without any issue. Le mer. 13 févr. 2019 à 22:43, Antonio Gomes Rodrigues a écrit : > [x] +1 I support this release > > Le mer. 13 févr. 2019 à 22:20, Vladimir Sitnikov < > sitnikov.vladi...@gmail.com> a écrit : > > > [x] +1 I support th