Re: [VOTE] Release JMeter 5.5 RC1

2022-03-16 Thread UBIK LOAD PACK Support
Hello, Looks good to me. Let's do another RC with this. Regards On Wed, Mar 16, 2022 at 6:30 PM Vladimir Sitnikov < sitnikov.vladi...@gmail.com> wrote: > >Could we make the setting java version dependant ? > > By default, the setting would be commented in jmeter.properties. > Then, the code

Re: [VOTE] Release JMeter 5.4 RC2

2020-11-29 Thread UBIK LOAD PACK Support
Hello, Thanks for the RM ! [X] +1 I support this release Philippe (binding) Regards On Sun, Nov 29, 2020 at 7:27 PM Felix Schumacher < felix.schumac...@internetallee.de> wrote: > > Am 29.11.20 um 17:55 schrieb Milamber: > > Hello, > > > > The second release candidate for JMeter 5.4

Re: Release a new version 5.3.1 ?

2020-09-22 Thread UBIK LOAD PACK Support
Hello, How about releasing a 5.3.1 or 5.4 ? I think we now have a stable version and it seems urgent to me to release it. Regards On Sun, Aug 30, 2020 at 12:48 PM Felix Schumacher < felix.schumac...@internetallee.de> wrote: > > Am 29.08.20 um 21:53 schrieb UBIK LOAD PACK Support

Re: Release a new version 5.3.1 ?

2020-08-29 Thread UBIK LOAD PACK Support
On Thu, Aug 27, 2020 at 4:41 PM Felix Schumacher < felix.schumac...@internetallee.de> wrote: > > > Am 27. August 2020 15:53:31 MESZ schrieb Philippe Mouawad < > philippe.moua...@gmail.com>: > >Hello, > >Oups previous mail was sent too fast. > > > >I hope you're all fine and have spent nice

Re: [jmeter] branch master updated: Bug 64638 - JSON JMESPath Assertion / JSON Assertion: Opening GUI shows a horizontal scrollbar that keeps sliding

2020-08-02 Thread UBIK LOAD PACK Support
Hello Felix, I must reckon I had not checked with other LAFs. I suspected it was due to JTextArea not being in JScrollPane. I wanted to migrate it to miglayout anyway, so I did that. I'll report the issue to the Darklaf project. Thanks for noticing. Regards On Sun, Aug 2, 2020 at 7:14 PM Felix

Re: AutoCorrelation functionality testing website down

2020-07-29 Thread UBIK LOAD PACK Support
Hello, You can run it locally : - docker run --name challenge --log-driver=none -p 8080:8080 -e SECRET_KEY_BASE=allyourbases floodio/challenge Secret can be whatever you want. Regards On Wed, Jul 29, 2020 at 12:54 PM Prajjwal Laad wrote: > Hi all, > > This is regarding testing of

Re: [VOTE] Release JMeter 5.2 RC4

2019-10-21 Thread UBIK LOAD PACK Support
Hello, Thanks for RM. We tested RC4 version. No issue found on our side. [X] +1 I support this release -- Regards @ubikloadpack Team On Fri, Oct 18, 2019 at 12:50 PM Milamber wrote: > The fourth release candidate for JMeter 5.2 (26ef2cef53) has been > prepared, and your votes are

Re: Contribute a Dockerfile for JMeter

2019-10-15 Thread UBIK LOAD PACK Support
Hello Brian, This docker image is indeed what you describe and is not intended to ease distributed testing for now. Note you can very well run distributed testing without using jmeter-server as remote testing has a serialization/deserialization cost that is not negligible. Of course you would

Re: Contribute a Dockerfile for JMeter

2019-10-14 Thread UBIK LOAD PACK Support
Hello Vladimir, Find answers inline below. Regards On Mon, Oct 14, 2019 at 11:46 AM Vladimir Sitnikov < sitnikov.vladi...@gmail.com> wrote: > Dockerfile can be a part of the official release. > However, it would be great if you could highlight use-cases for the > container. > I am not sure to

Contribute a Dockerfile for JMeter

2019-10-14 Thread UBIK LOAD PACK Support
Hello, We'd like to contribute a dockerfile to the project that could help users generate easily a Docker Image. Ideally for users, the best thing would be to have a JMeter image here: https://hub.docker.com/u/apache But it seems it might be a problem for: - security : as you would need to

Re: MongoDB driver

2019-10-06 Thread UBIK LOAD PACK Support
Hello, I created a branch to remove mongodb. It still has issues related to loading old plans having it. I'll stop work on it for now, in case somebody wants to fix it, it's ok by me. Regards On Sun, Oct 6, 2019 at 12:48 PM Felix Schumacher < felix.schumac...@internetallee.de> wrote: > > Am

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

2019-06-20 Thread UBIK LOAD PACK Support
Hello Isuru, We are currently working on a future PR implementing this. But feel free to help Regards On Thu, Jun 20, 2019 at 11:09 AM Isuru Perera wrote: > Hello, > > Any update on using HdrHistogram in JMeter? > > On Fri, Mar 30, 2018 at 5:12 PM Felix Schumacher < >

Re: Build failed in Jenkins: JMeter Ubuntu #698

2019-02-25 Thread UBIK LOAD PACK Support
Hello, I created this: https://issues.apache.org/jira/browse/INFRA-17910 Regards On Mon, Feb 25, 2019 at 5:11 PM Apache Jenkins Server < jenk...@builds.apache.org> wrote: > See < > https://builds.apache.org/job/JMeter%20Ubuntu/698/display/redirect?page=changes > > > > Changes: > > [pmouawad]

Re: Issue 63130 and 63129

2019-02-22 Thread UBIK LOAD PACK Support
Hello, Thanks for analyzing and contributing. Those modifications are critical, could you provide JUnit tests for them covering Shift_JIS, UTF-8, US-ASCII and CP1252 ? I don't see any test. Thank you Regards On Fri, Feb 22, 2019 at 4:18 AM Sanjay Chaurasia < sanjay.chaura...@india.nec.com>

Fwd: View Results Tree: Drop browser renderer

2018-10-12 Thread UBIK LOAD PACK Support
For information, as I think message was for mailing list. Regards -- Forwarded message - From: Milamber Date: Fri, Oct 5, 2018 at 8:19 AM Subject: Re: View Results Tree: Drop browser renderer To: UBIK LOAD PACK Support Hello, I'm agree to suppress this renderer. It's

Re: View Results Tree: Drop browser renderer

2018-09-26 Thread UBIK LOAD PACK Support
Hello, Isn't it time to drop Browser component and dependency on Java FX in next version ?: - It is not available in OpenJDK which should become the most used JVM ? It currently trigger an ugly stacktrace - It introduces complexity and did not offer that much interest as initially

Re: CSS/JQuery Extractor

2018-08-02 Thread UBIK LOAD PACK Support
Hello, Currently majority of Extractors are based on syntax: - XPath, - Regex, - Boundary, - CSS / JQuery Only JSON is based on format, but I remember it was due to JSON Path already being used. I think the issue with CSS/ JQuery is that name is maybe not clear to testers. Should

New XPath Extractor element supporting XPath 2 / Bug 60991

2018-06-03 Thread UBIK LOAD PACK Support
Hello, UbikLoadPack Team is happy to contribute the enhancement desribed to Apache JMeter developed by Thomas, Anthony and Philippe and sponsored by Ubik-Ingenierie: - https://bz.apache.org/bugzilla/show_bug.cgi?id=60991 Here are the enhancements: - XPath 2 is now supported relying on

BUG 61748 / Request compression

2018-05-07 Thread UBIK LOAD PACK Support
Hello, In some applications, the request body needs to be gzipped. It is currently possible to do it by developping a JSR223 PreProcessor but it requires some development knowledge. We would like to contribute a patch to provide this but have some questions on what best options would be: -

TestAction: Change its name to make it more meaningful

2018-03-30 Thread UBIK LOAD PACK Support
Hello, TestAction in JMeter is a very useful element but its name is misleading or not clear at all. Currently it allows: - Pausing - Stopping Test - Stopping Test immediately - Switching to next thread loop iteration - We'll soon propose a patch to add: - Switch to next

[VOTE] Release JMeter 4.0 RC7

2018-02-07 Thread UBIK LOAD PACK Support
Hello , Thanks Milamber for your work on RM and all team for this release. [+1] We support this release Tested successfully on Windows / Java 8 and 3rd party plugins. Regards @UbikLoadPack Team On Wed, Feb 7, 2018 at 8:53 AM, Milamber wrote: > Hello, > > The seventh

Re: Validate Functionality

2017-11-10 Thread UBIK LOAD PACK Support
> separate window? > Would it be possible to show some mock-up ? I don't clearly see what you have in mind , but I am very curious to understand. > > Thoughts? > +1 once I see mockup :-) or a patch if it's faster for you. > Graham > > On Fri, 10 Nov 2017 at 16:39 UBIK LOAD PACK

Re: Workbench : Let's drop it ?

2017-11-10 Thread UBIK LOAD PACK Support
Hi Graham, Thanks for your answers and feedback. My answers below. Regards On Fri, Nov 10, 2017 at 5:26 PM, Graham Russell wrote: > +1 > > I think dropping it will simplify the code and the UX in the most efficient > way, especially as time is always short for contributors.

Re: Remove jmeter.sh

2017-10-27 Thread UBIK LOAD PACK Support
Let's chain it and log a message to deprecate it. I've seen some projects add a sleep to deprecate and make people move away, let's do that. Regards On Fri, Oct 27, 2017 at 8:57 PM, sebb wrote: > Rather than drop it, which may break some 3rd party scripts, it could > chain

Re: http2 support

2017-10-03 Thread UBIK LOAD PACK Support
Hello, See: - https://incubator.apache.org/guides/ip_clearance.html Regards On Tuesday, October 3, 2017, Antonio Gomes Rodrigues wrote: > Hi, > > I'm also curious about why we could not integrate apache licensed code. I > was thinking we can fork a plugin and integrate it in

Re: [GitHub] jmeter issue #306: Fix to BUG_60156

2017-09-08 Thread UBIK LOAD PACK Support
Hello Emilian, There was indeed one last issue in TCPClientImpl with backward compatibility, we pushed a commit It should be ok now, but please review ( https://github.com/apache/jmeter/pull/306/files): - If AbstractTCPClient implement the old method they will work - If AbstractTCPClient

Re: Better JMeter remote testing on Amazon EC2

2017-07-27 Thread UBIK LOAD PACK Support
Hello , It looks like a very good idea. But maybe not bind it to one cloud by using jcloud ? Regards On Thu, Jul 27, 2017 at 9:12 AM, Emilian Bold wrote: > Hello, > > JMeter remote testing is interesting but seems to require a lot of > manual fiddling to deploy to

Re: About JMETER Bug 60782 and Bug 60966

2017-07-17 Thread UBIK LOAD PACK Support
Hello, 60782 depends on a dev discussion that is still pending. I suggest you work on another issue. Thanks On Mon, Jul 17, 2017 at 4:09 PM, Tharindu Dananjaya wrote: > I like to work on these bugs and I have already build the project.How can I > recreate bugs and

Re: Issue with Search replace functionality in jmeter

2017-04-28 Thread UBIK LOAD PACK Support
Hello, What was your search expression ? Regards On Fri, Apr 28, 2017 at 8:25 AM, mitsm wrote: > Hello, > > I was trying to do search and replace in jmeter (3.2 r1790748) for a change > in URL for my application. I did as shown in the snaps below but found that > the

Re: [VOTE] Release JMeter 3.2 RC2

2017-04-02 Thread UBIK LOAD PACK Support
, UBIK LOAD PACK Support < supp...@ubikloadpack.com> wrote: > Hello, > First thanks a lot for all the team for the great work on Apache JMeter > and thanks to RM ! > > Now for this release, it appears HeaderManager API has been modified in a > breaking and undocum

Re: [VOTE] Release JMeter 3.2 RC2

2017-04-02 Thread UBIK LOAD PACK Support
Hello, First thanks a lot for all the team for the great work on Apache JMeter and thanks to RM ! Now for this release, it appears HeaderManager API has been modified in a breaking and undocumented way: This method: -

Re: Variable in BackendListener

2017-03-09 Thread UBIK LOAD PACK Support
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 variabilize parameter of BackendListener when I start a run via > remote test. > None of the value is

Using RX Java for Summariser (and possibly other places)

2017-03-02 Thread UBIK LOAD PACK Support
Hello, It might be interesting to look into using this library to better manager listeners like Summariser and even all GUI related listeners related to Bugzilla 60687 (see SwingScheduler.instance() in Readme): - http://www.vogella.com/tutorials/RxJava/article.html -

Re: Hello:)

2017-02-15 Thread UBIK LOAD PACK Support
Hi, There are also files in src folder that are suffixed by Language code (_fr for French for example) for BeanInfo based components. Search for *_fr.properties in project and you will find them. Currently only EN and FR are complete. Regards On Wed, Feb 15, 2017 at 9:58 AM, Antonio Gomes

Re: AuthManager behaviour

2017-02-13 Thread UBIK LOAD PACK Support
For record, fixed in upcoming 3.2: https://bz.apache.org/bugzilla/show_bug.cgi?id=57242 Regards On Tue, Jul 30, 2013 at 9:28 PM, Philippe Mouawad < philippe.moua...@gmail.com> wrote: > Hello, > Any answer on this ? > > Thanks > Regards > Philippe > > > On Sat, Jul 27, 2013 at 11:08 PM, Philippe

Re: New Popup menu item to apply a Naming Policy

2016-12-29 Thread UBIK LOAD PACK Support
Hello, Any feedback on this ? Thank you Regards On Thursday, December 22, 2016, UBIK LOAD PACK Support < supp...@ubikloadpack.com> wrote: > Hello, > We created: > https://bz.apache.org/bugzilla/show_bug.cgi?id=60514 > > Which shows how feature would work. > Typically

New Popup menu item to apply a Naming Policy

2016-12-22 Thread UBIK LOAD PACK Support
Hello, During the development of Test Plan our customer frequently require that a naming policy is applied to the Test Plan developed. This can be for example to : - Prefix TC with something - Add a suffix to children of TC ... Applying this policy can be cumbersome and is a bit boring. Would

Re: Thoughts on 2 proposals

2016-08-31 Thread UBIK LOAD PACK Support
On Wed, Aug 31, 2016 at 10:04 AM, Vladimir Sitnikov < sitnikov.vladi...@gmail.com> wrote: > UBIK>The issue with CTT is that it tries to match the throughput but always > exceeds it before slowing down, and if CTT is combined with variable pauses > UBIK>, it becomes very hard for CTT to adjust the

Re: Thoughts on 2 proposals

2016-08-31 Thread UBIK LOAD PACK Support
On Wed, Aug 31, 2016 at 9:17 AM, Vladimir Sitnikov < sitnikov.vladi...@gmail.com> wrote: > >As you read, the proposed solution (add a new field to timers) handles > also > the Ajax case. > > That is true. > However it would likely to require user to walk over test plan and flip > switches "adjust

Re: Thoughts on 2 proposals

2016-08-31 Thread UBIK LOAD PACK Support
On Wed, Aug 31, 2016 at 8:58 AM, Vladimir Sitnikov < sitnikov.vladi...@gmail.com> wrote: > >Yes , but this case is already edgy in JMeter as there is no concept of > parallel request > > Note: > 1) page...ajax delay can be used even without parallel requests > 2) I expect "parallel request"

Re: Thoughts on 2 proposals

2016-08-31 Thread UBIK LOAD PACK Support
Hi all, Some answers inline below. Regards On Wednesday, August 31, 2016, Vladimir Sitnikov < sitnikov.vladi...@gmail.com> wrote: > >In my opinion, this feature could be usefull. > > TL;DR: I don't try to prove that the feature is bad. I just don't have > motivation to implement this particular

Thoughts on 2 proposals

2016-08-18 Thread UBIK LOAD PACK Support
Hello, We opened today 2 enhancement requests: - https://bz.apache.org/bugzilla/show_bug.cgi?id=60018 - https://bz.apache.org/bugzilla/show_bug.cgi?id=60017 Would you be ok to integrate 2 patches if we implement what we proposed ? Thank you Regards UbikLoadPack Team @ubikloadpack

Throughput Controller default property values

2016-08-16 Thread UBIK LOAD PACK Support
Hello, Currently when you create a Throughput Controller, its default configuration is: - Total Executions - Per User is checked In our customer's experience and our scripting experience, in most of case (I would say 95%) we switch to : - Percent Executions And regarding Per User, I would say

New __g (Groovy based) function as an alternative for __BeanShell for performance, easiness and up to dateness

2016-08-11 Thread UBIK LOAD PACK Support
Hello, Currently whenever you want to make some processing and a JMeter function is not available for it, you can only use __BeanShell function. For example: - substring - length - Maths functions - + hundreds of examples where you need the power of Java without wanting to use a

Re: Regression in 3.0 / Bug 59401 - is it really a bug?

2016-05-02 Thread UBIK LOAD PACK Support
Hello sebb, On Mon, May 2, 2016 at 3:09 PM, sebb wrote: > If a server response includes Content-Encoding, then HC can be asked > to decode it. > If HC does this, then it removes the headers that no longer apply. > This is entirely correct. > Otherwise, downstream consumers

Re: Bug 59391 - In Distributed mode, the client exits abnormally at the end of test

2016-04-29 Thread UBIK LOAD PACK Support
Hi, To reproduce (it is always reproducable): - Run locally a jmeter-server - Run a client (Debug this in your IDE ): ./jmeter -r -n -t -l /data/jmeter/re7/results-rc3-remote.csv -e -o /data/jmeter/re7/report-rc3-2 Regards On Fri, Apr 29, 2016 at 2:06 PM, sebb wrote: > I

Re: Junk Characters in the report Dashboard

2016-04-21 Thread UBIK LOAD PACK Support
Hello, Attached files are not accepted on mailing list. Can you open a bugzilla and attach it or give a link showing the issue. Did you try RC1 or RC2 ? A fix was made in RC2 maybe related. Thanks @ubikloadpack On Thu, Apr 21, 2016 at 2:00 PM, Krishna Kanth wrote: > All.

Re: svn commit: r1739924 - /jmeter/trunk/src/core/org/apache/jmeter/logging/LogkitLoggerAdapter.java

2016-04-19 Thread UBIK LOAD PACK Support
But wasn't it non final in previous commit ? On Tue, Apr 19, 2016 at 4:13 PM, sebb wrote: > On 19 April 2016 at 13:54, Felix Schumacher > wrote: > > > > > > Am 19. April 2016 14:40:57 MESZ, schrieb s...@apache.org: > >>Author: sebb > >>Date:

Re: Customizing JMeter

2016-03-23 Thread UBIK LOAD PACK Support
JMeter already let's you do that using : http://jmeter.apache.org/usermanual/realtime-results.html And *GraphiteBackendListenerClient:* http://jmeter.apache.org/usermanual/component_reference.html#Backend_Listener Regards On Wed, Mar 23, 2016 at 3:23 PM, Krishna Kanth

Re: GenericController#next() and GenericController#isDone()

2016-03-14 Thread UBIK LOAD PACK Support
he code to log a warning if > the assumption is not true. > Then try it with as many different test cases as you have. > > > On 14 March 2016 at 14:57, UBIK LOAD PACK Support > <supp...@ubikloadpack.com> wrote: > > Hello, > > Because until current nightly, i

GenericController#next() and GenericController#isDone()

2016-03-14 Thread UBIK LOAD PACK Support
Hello, Because until current nightly, it was not enforced so it was possible to write such code. Regards On Monday, March 14, 2016, UBIK LOAD PACK Support <supp...@ubikloadpack.com <javascript:_e(%7B%7D,'cvml','supp...@ubikloadpack.com');>> wrote: > Hello, > Can we cons

GenericController#next() and GenericController#isDone()

2016-03-14 Thread UBIK LOAD PACK Support
Hello, Can we consider it a contract that: - if GenericController#next() returns null, GenericController#isDone() must return true ? Thank you Regards

Re: svn commit: r1732944 - in /jmeter/trunk: bin/jmeter.properties src/core/org/apache/jmeter/JMeter.java src/core/org/apache/jmeter/report/dashboard/HtmlTemplateExporter.java xdocs/changes.xml xdocs/

2016-03-01 Thread UBIK LOAD PACK Support
Hello sebb, Some notes inline below from an external eye. Regards On Tue, Mar 1, 2016 at 11:08 AM, sebb wrote: > On 1 March 2016 at 06:11, Philippe Mouawad > wrote: > > On Monday, February 29, 2016, sebb wrote: > > > >> On 29

Re: UBIKLOADPACK JSON PLUGIN DONATION TO APACHE JMETER

2015-10-16 Thread UBIK LOAD PACK Support
Hi Felix, All, We submitted: - https://github.com/apache/jmeter/pull/28 Shall we create a Bugzilla ? Regards UbikLoadPack Team @ubikloadpack On Thu, Oct 15, 2015 at 11:31 AM, Felix Schumacher < felix.schumac...@internetallee.de> wrote: > Am 14.10.2015 um 21:05 schrieb UBIK

Re: UBIKLOADPACK JSON PLUGIN DONATION TO APACHE JMETER

2015-10-15 Thread UBIK LOAD PACK Support
is it Intellectual Property, in this case , as with our other contributions we have signed a CCLA and would give all IP. > > As to IP clearance, large chunks of code may need to go via the > Incubator and a code grant. > In this case, I don't know; I suggest someone asks on the Incuba

Re: Add to JMeter modification

2015-07-21 Thread UBIK LOAD PACK Support
Hi, Just open on dev list a discussion per feature with a clear title and if possible open a Pull Request for it on github or attach a patch to bugzilla. Regards On Tue, Jul 21, 2015 at 11:34 AM, Maxime Chassagneux maxime.chassagn...@gmail.com wrote: Hi, Since many mounth I made some

Re: HTTPClient4 missing filename for file uploads

2015-05-15 Thread UBIK LOAD PACK Support
AFAIU, setting name would not break existing behaviour and fix the situation right ? On Fri, May 15, 2015 at 11:50 AM, Andrey Pokhilko a...@ya.ru wrote: I investigated it more. It happened that with stock httpmime-4.2.6 it works, but user has upgraded HTTPComponents libraries to support

User manual index is broken

2015-03-17 Thread UBIK LOAD PACK Support
Hello, There is an issue in documentation. To. reproduce: - Select user manual - Select Real time results - Click prev, you get 404 If you select the next chapter (best-practices) , real-time results is a phantom. Regards -- Regards Ubik Load Pack http://ubikloadpack.com Team Follow us on

Re: [VOTE] Release JMeter 2.13 RC1

2015-03-06 Thread UBIK LOAD PACK Support
+1 for new website as per: http://people.apache.org/~fschumacher/jmeter/changes.html Except for some icon overlapping between apache feather and jmeter one on iphone it looks rather nice and anyway much better than On Friday, March 6, 2015, Philippe Mouawad philippe.moua...@gmail.com wrote: Hi

Re: httpClient.getConnectionManager() performance with HTTP only

2014-12-22 Thread UBIK LOAD PACK Support
Hi Oleg, Is there some sample somewhere showing how to implement this ? Thanks Regards @ubikloadpack On Thu, May 15, 2014 at 10:39 AM, Oleg Kalnichevski ol...@apache.org wrote: On Wed, 2014-05-14 at 19:46 +0100, sebb wrote: On 14 May 2014 12:28, Oleg Kalnichevski ol...@apache.org wrote: ...

Re: How to commit a patch for jmeter?

2014-10-23 Thread UBIK LOAD PACK Support
Hello, You best option is to attach your patch (in unified format ) to the bugzilla or a new one your create mentionning it is related to 56197 https://issues.apache.org/bugzilla/show_bug.cgi?id=56197. Ensure your run ant test to check that all Unit Tests pass after your change.

Why do Functions that only have values as instance variable synchronize execute ?

2014-10-14 Thread UBIK LOAD PACK Support
Hi, Reviewing code of Functions in JMeter we don't understand why Functions that only have values as instance variable (so Beanshell or StringFromFile or IterationCounter (which could be improved to avoid it) are not concerned) synchronize on execute. It appears values instance variable is

Re: Enable saving thread counts by default?

2014-09-26 Thread UBIK LOAD PACK Support
Hi, Answering on behalf of Philippe as we had some discussion on this. What you can do is make the change and run the Ant task called test. properties used by test are located in bin/testfiles/jmetertest.properties. You will get tests failures because all generated files will have an additional