Re: [VOTE] Release JMeter 5.5 RC1

2022-03-14 Thread Vladimir Sitnikov
Thanks for the RM. +1 for release Vladimir

Re: [VOTE] Release JMeter 5.5 RC1

2022-03-14 Thread Antonio Gomes Rodrigues
Thanks for the RM. +1 for release Le lun. 14 mars 2022 à 09:06, Vladimir Sitnikov a écrit : > Thanks for the RM. > > +1 for release > > Vladimir >

Re: [VOTE] Release JMeter 5.5 RC1

2022-03-14 Thread Vincent Daburon
Hi, I try JMeter 5.5 on Windows 10 + JDK openjdk-11u-11.0.4_11 (no external plugin add) I record a short JMeter script with simple html page I find a trouble for display the simple html page in the View Results Tree format text When i clique to display the resultat data (html boy) the JMeter is

Slow "view results in tree" in 5.5 with Java11 (was [VOTE] Release JMeter 5.5 RC1)

2022-03-14 Thread Vladimir Sitnikov
>When i clique to display the resultat data (html boy) the JMeter is >very slow to show the page. >I need to wait 4 sec to 8 sec between click and the http sampler and >the display in text format. Vincent, do you think you could create a reproducer for the issue? (e.g. share HTML contents) Do you

Re: Slow "view results in tree" in 5.5 with Java11 (was [VOTE] Release JMeter 5.5 RC1)

2022-03-14 Thread Felix Schumacher
I think I can reproduce it. I sampled a biggish page. It recorded three sub samples. Two redirects and the actual page. Clicking on the main sample takes one or two seconds. Changing to the redirect is fast, but changing back to the main sample or the sub sample with the page is incredibly

Re: Slow "view results in tree" in 5.5 with Java11 (was [VOTE] Release JMeter 5.5 RC1)

2022-03-14 Thread Felix Schumacher
Am 14.03.2022 14:51, schrieb Felix Schumacher: I think I can reproduce it. I sampled a biggish page. It recorded three sub samples. Two redirects and the actual page. Clicking on the main sample takes one or two seconds. Changing to the redirect is fast, but changing back to the main sample or

Re: Slow "view results in tree" in 5.5 with Java11 (was [VOTE] Release JMeter 5.5 RC1)

2022-03-14 Thread Vincent Daburon
Hi, More context. I use the *Windows *LAF not the Darklaf And i am adminstrator => the LAF is save I *don't *have java.util.prefs.WindowsPreferences WARNING: Could not open/create prefs root node Software\JavaSoft\Prefs at root 0 x8002. Windows RegCreateKeyEx(…) returned error code 5. Le

Re: Slow "view results in tree" in 5.5 with Java11 (was [VOTE] Release JMeter 5.5 RC1)

2022-03-14 Thread Felix Schumacher
This slowness happens on Windows 10 with Java 11 and OpenJDK 8 (282), whenever I switch from an "empty" sample to a "biggish" sample. Switching from a "biggish" sample to another "biggish" sample has no real performance impact (below 1 second, I would say). Will try with Linux later. Felix

Re: Slow "view results in tree" in 5.5 with Java11 (was [VOTE] Release JMeter 5.5 RC1)

2022-03-14 Thread Vincent Daburon
Hi, I change the real host to a host1anony The JTL file with html trouble display in the View Tree Result and JDK 11 but i record with JDK 8 in attachment. Regards. Vincent DABURON Le lun. 14 mars 2022 à 15:07, Felix Schumacher a écrit : > > This slowness happens on Windows 10 with Java 11 and

Re: Slow "view results in tree" in 5.5 with Java11 (was [VOTE] Release JMeter 5.5 RC1)

2022-03-14 Thread Vincent Daburon
Hi, When i need to switch quickly the JDK used by JMeter i set in the jmeter.bat with : setlocal set *JM_LAUNCH*=C:\Java\jdk1.8.0_191\bin\java.exe rem set JM_LAUNCH=C:\Java\openjdk-11u-11.0.4_11\bin\java.exe rem set JM_LAUNCH=C:\Java\jdk-11.0.2\bin\java.exe rem set

Re: Slow "view results in tree" in 5.5 with Java11 (was [VOTE] Release JMeter 5.5 RC1)

2022-03-14 Thread Felix Schumacher
On Linux a delay is noticeable, when switching from empty to biggish, but seems only like 1 to 2 seconds. Tested with an old Oracle JDK and OpenJDK 8, 11 and 17. Felix Am 14.03.22 um 15:07 schrieb Felix Schumacher: This slowness happens on Windows 10 with Java 11 and OpenJDK 8 (282),

Re: Slow "view results in tree" in 5.5 with Java11 (was [VOTE] Release JMeter 5.5 RC1)

2022-03-14 Thread Vladimir Sitnikov
Could you please try if text.kerning.max_document_size=1 in jmeter.properties solves the issue? Vladimir

Build failed in Jenkins: JMeter » JMeter Ubuntu #299

2022-03-14 Thread Apache Jenkins Server
See Changes: [Felix Schumacher] Correct wording in JMESPath JSON extractor -- [...truncated 87.39 KB...] > Task :src:testkit-wiremock:testFixturesClasses

[GitHub] [jmeter] vlsi commented on pull request #700: Replace oro

2022-03-14 Thread GitBox
vlsi commented on pull request #700: URL: https://github.com/apache/jmeter/pull/700#issuecomment-1067198102 I just noticed the PR was merged as 69 commits. It would be better to squash all of them in a single commit so the git history (and `git annotate` is easier to reason) -- This is

Re: [VOTE] Release JMeter 5.5 RC1

2022-03-14 Thread Felix Schumacher
Thanks, has been updated. Felix Am 14.03.22 um 17:51 schrieb Vincent Daburon: Hi, I find a little bug in the help manual The JSON JMESPath don't extract values from XML but from JSON JSON JMESPath Extractor This test element allows the user to extract value(s) from structured response - XML

Re: [VOTE] Release JMeter 5.5 RC1

2022-03-14 Thread Vincent Daburon
Hi, I find a little bug in the help manual The JSON JMESPath don't extract values from XML but from JSON JSON JMESPath Extractor This test element allows the user to extract value(s) from structured response - XML or (X)HTML - using JMESPath query language Regards. Vincent DABURON Le lun. 14

Re: Slow "view results in tree" in 5.5 with Java11 (was [VOTE] Release JMeter 5.5 RC1)

2022-03-14 Thread Vincent Daburon
Hi, text.kerning.max_document_size=1 Yes the display is very responsive and i don't notice any delay in the View Results Tree for smal html page java.runtime.version=11.0.4+11 Regards. Vincent DABURON Le lun. 14 mars 2022 à 15:33, Vladimir Sitnikov a écrit : > Could you please try if