Re: [VOTE] Release JMeter 5.5 RC2

2022-04-27 Thread NaveenKumar Namachivayam
+1 I support this release

On Wed, Apr 27, 2022 at 7:23 AM Milamber  wrote:

> Hello,
>
> The second release candidate for JMeter 5.5 (ce94f0db8a) has been
> prepared, and your votes are solicited.
>
> This release brings some new features and improvements, and also fixes
> bugs.
>
> Please, test this release candidate (with load tests and/or functional
> tests) using Java 8+ on Linux/Windows/macOS, especially on the changes.
> Feedback is very welcome within the next 72 hours.
>
> You can read the New and Noteworthy section with some screenshots to
> illustrate improvements and full list of changes at:
> https://apache.github.io/jmeter-site-preview/site/changes.html
>
> JMeter is a Java desktop application designed to load test functional
> behavior and measure performance. The current version targets Java 8+
>
> Download - Archives/hashes/sigs:
> https://dist.apache.org/repos/dist/dev/jmeter/apache-jmeter-5.5-rc2
> (dist revision 54112)
>
> RAT report:
> https://apache.github.io/jmeter-site-preview/rat/
>
> SHA512 hashes of archives for this vote: see footnote [1]
>
> Site preview is here:
> https://apache.github.io/jmeter-site-preview/site/
>
> JavaDoc API preview is here:
> https://apache.github.io/jmeter-site-preview/site/api/
>
> Maven staging repository is accessible here:
>
> https://repository.apache.org/content/repositories/orgapachejmeter-1077/org/apache/jmeter/
>
> Tag:
> https://gitbox.apache.org/repos/asf?p=jmeter.git;a=tag;h=refs/tags/v5.5-rc2
>
> Keys are here:
> https://www.apache.org/dist/jmeter/KEYS
>
> N.B.
> To create the distribution and test JMeter: "./gradlew build -Prelease
> -PskipSign".
>
> JMeter 5.5 requires Java 8 or later to run.
>
> The artifacts were built with
>Java(TM) SE Runtime Environment Oracle Corporation (build 1.8.0_331-b09)
>Java HotSpot(TM) 64-Bit Server VM Oracle Corporation (build
> 25.331-b09, mixed mode)
>
> Some known issues and incompatible changes are listed on changes page.
>
> https://apache.github.io/jmeter-site-preview/site/changes.html#Known%20problems%20and%20workarounds
>
>
> All feedback and vote are welcome.
>
> [  ] +1  I support this release
> [  ] +0  I am OK with this release
> [  ] -0  OK, but
> [  ] -1  I do not support this release (please indicate why)
>
> The vote will remain open for at least 72 hours.
>
> The PMC members please indicate the mention "(binding)" with your vote.
>
>
> Note: If the vote passes, the intention is to release the archive files
> and rename the RC tag as the release tag.
>
> Thanks in advance!
>
> Milamber
>
> ===
> [1] SHA512 hashes of archives for this vote:
>
>
> 252474b2cd347df2779ef76cdc299e0ebe96bf015997934f1f4e57c14d5487686a992c229e34a8288dad20a7b306b1482aaf631178a39e09cb49e8a11b293ee2
> *apache-jmeter-5.5.tgz
>
> bdea559eff760df5978b436a3af929b55ef4e2691e96f09378c3215374cf84667c3630dae0dd4273adc9da1e2d3ce807f88ce7e195d8f5ca0380efec2aba3cec
> *apache-jmeter-5.5.zip
>
> aa2be2d34bdb711ca1ff7a425812b94373760f3ea685d27263191fec101acea426176ce4233dc7a4fb19b30adfbfd7a9048783fd07e2fb59b4aa9719bbc0647c
> *apache-jmeter-5.5_src.tgz
>
> a7f448ffc519fb089383c3b6eab8eeb34d543e8705a4503adc927d967c79ff4239b0ca848620b823b679b0db40ca84e16f603ad6028b5640b1abe98ffdf860f0
> *apache-jmeter-5.5_src.zip
>
>
>

-- 
[image: photo]
NaveenKumar Namachivayam
Performance Engineer, QAInsights
 
 

  naveenku...@hey.com
  https://qainsights.com
  Cincinnati, OH


Re: [VOTE] Release JMeter 5.5 RC1

2022-04-27 Thread Philippe Mouawad
Hello,
Sorry for late reply @Milamber  , I see you're
releasing.
I noticed a regression on Reporting that may be problematic, in the error
tables, the assertion message takes precedence on error code which makes
analysis
more complex.

It's a regression introduced by
https://bz.apache.org/bugzilla/show_bug.cgi?id=65885.
Only when ignore status is checked should this happen.

Regards

On Wed, Apr 27, 2022 at 10:13 AM Milamber  wrote:

> Hi,
>
> I will prepare the RC2 today
>
> Milamber
>
> On 23/04/2022 11:02, Felix Schumacher wrote:
> >
> > What about trying an RC2 of JMeter 5.5?
> >
> > I updated our dependencies and added a workaround for the UI problem.
> >
> > Felix
> >
> > Am 18.03.22 um 17:35 schrieb Milamber:
> >>
> >>
> >> Ready for RC2? (I think that no?)
> >> cc @Vladimir
> >>
> >> On 16/03/2022 22:42, UBIK LOAD PACK Support wrote:
> >>> 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 would use the appropriate default value according to
>  Java
>  version.
> 
>  So I suggest changing
> 
> 
> https://github.com/apache/jmeter/blob/53a992c8179f0f64fe1993df34bda6594856cf5e/src/jorphan/src/main/java/org/apache/jorphan/gui/ui/KerningOptimizer.java#L48
> 
> 
>  into something like maxLengthWithKerning = currentJava < 17 ? -1 :
>  1;
> 
>  Vladimir
> 
> 
>  ср, 16 мар. 2022 г. в 20:25, Philippe Mouawad <
>  p.moua...@ubik-ingenierie.com
> > :
> > Could we make the setting java version dependant ?
> > If it’s worth it as it will introduce additional config complexity
> >
> > Regards
> > On Wednesday, March 16, 2022, Vladimir Sitnikov <
> > sitnikov.vladi...@gmail.com>
> > wrote:
> >
> >>> I would say, that my issue is not a regression and therefore
> >>> should be
> > not
> >> a blocker.
> >>
> >> There might be a regression like: "new setting caused activating
>  kerning
> >> for texts smaller than 10K" (or whatever is the default).
> >> So if previously the kerning was always disabled, the new option
> >> might
> >> unexpectedly activate it.
> >>
> >> My assumption was that "it should not hurt since the text is only
> >> 10K",
> >> however, in reality, it looks like even short texts cause slowness
> >> for the old JDK.
> >>
> >> So I'm inclined to make the default 0 (always disable kerning in
>  response
> >> text areas) for Java <17.
> >> WDYT?
> >>
> >> Vladimir
> >>
> >
> > --
> > Cordialement
> > Philippe M.
> > Ubik-Ingenierie
> >
> >>>
> >>
>
>

-- 
Cordialement.
Philippe Mouawad.


[VOTE] Release JMeter 5.5 RC2

2022-04-27 Thread Milamber

Hello,

The second release candidate for JMeter 5.5 (ce94f0db8a) has been 
prepared, and your votes are solicited.


This release brings some new features and improvements, and also fixes bugs.

Please, test this release candidate (with load tests and/or functional 
tests) using Java 8+ on Linux/Windows/macOS, especially on the changes.

Feedback is very welcome within the next 72 hours.

You can read the New and Noteworthy section with some screenshots to 
illustrate improvements and full list of changes at:

https://apache.github.io/jmeter-site-preview/site/changes.html

JMeter is a Java desktop application designed to load test functional 
behavior and measure performance. The current version targets Java 8+


Download - Archives/hashes/sigs:
https://dist.apache.org/repos/dist/dev/jmeter/apache-jmeter-5.5-rc2
(dist revision 54112)

RAT report:
https://apache.github.io/jmeter-site-preview/rat/

SHA512 hashes of archives for this vote: see footnote [1]

Site preview is here:
https://apache.github.io/jmeter-site-preview/site/

JavaDoc API preview is here:
https://apache.github.io/jmeter-site-preview/site/api/

Maven staging repository is accessible here:
https://repository.apache.org/content/repositories/orgapachejmeter-1077/org/apache/jmeter/

Tag:
https://gitbox.apache.org/repos/asf?p=jmeter.git;a=tag;h=refs/tags/v5.5-rc2

Keys are here:
https://www.apache.org/dist/jmeter/KEYS

N.B.
To create the distribution and test JMeter: "./gradlew build -Prelease 
-PskipSign".


JMeter 5.5 requires Java 8 or later to run.

The artifacts were built with
  Java(TM) SE Runtime Environment Oracle Corporation (build 1.8.0_331-b09)
  Java HotSpot(TM) 64-Bit Server VM Oracle Corporation (build 
25.331-b09, mixed mode)


Some known issues and incompatible changes are listed on changes page.
https://apache.github.io/jmeter-site-preview/site/changes.html#Known%20problems%20and%20workarounds


All feedback and vote are welcome.

[  ] +1  I support this release
[  ] +0  I am OK with this release
[  ] -0  OK, but
[  ] -1  I do not support this release (please indicate why)

The vote will remain open for at least 72 hours.

The PMC members please indicate the mention "(binding)" with your vote.


Note: If the vote passes, the intention is to release the archive files
and rename the RC tag as the release tag.

Thanks in advance!

Milamber

===
[1] SHA512 hashes of archives for this vote:

252474b2cd347df2779ef76cdc299e0ebe96bf015997934f1f4e57c14d5487686a992c229e34a8288dad20a7b306b1482aaf631178a39e09cb49e8a11b293ee2
*apache-jmeter-5.5.tgz
bdea559eff760df5978b436a3af929b55ef4e2691e96f09378c3215374cf84667c3630dae0dd4273adc9da1e2d3ce807f88ce7e195d8f5ca0380efec2aba3cec
*apache-jmeter-5.5.zip
aa2be2d34bdb711ca1ff7a425812b94373760f3ea685d27263191fec101acea426176ce4233dc7a4fb19b30adfbfd7a9048783fd07e2fb59b4aa9719bbc0647c
*apache-jmeter-5.5_src.tgz
a7f448ffc519fb089383c3b6eab8eeb34d543e8705a4503adc927d967c79ff4239b0ca848620b823b679b0db40ca84e16f603ad6028b5640b1abe98ffdf860f0
*apache-jmeter-5.5_src.zip




Re: [VOTE] Release JMeter 5.5 RC1

2022-04-27 Thread Milamber

Hi,

I will prepare the RC2 today

Milamber

On 23/04/2022 11:02, Felix Schumacher wrote:


What about trying an RC2 of JMeter 5.5?

I updated our dependencies and added a workaround for the UI problem.

Felix

Am 18.03.22 um 17:35 schrieb Milamber:



Ready for RC2? (I think that no?)
cc @Vladimir

On 16/03/2022 22:42, UBIK LOAD PACK Support wrote:

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 would use the appropriate default value according to 
Java

version.

So I suggest changing

https://github.com/apache/jmeter/blob/53a992c8179f0f64fe1993df34bda6594856cf5e/src/jorphan/src/main/java/org/apache/jorphan/gui/ui/KerningOptimizer.java#L48 



into something like maxLengthWithKerning = currentJava < 17 ? -1 : 
1;


Vladimir


ср, 16 мар. 2022 г. в 20:25, Philippe Mouawad <
p.moua...@ubik-ingenierie.com

:
Could we make the setting java version dependant ?
If it’s worth it as it will introduce additional config complexity

Regards
On Wednesday, March 16, 2022, Vladimir Sitnikov <
sitnikov.vladi...@gmail.com>
wrote:

I would say, that my issue is not a regression and therefore 
should be

not

a blocker.

There might be a regression like: "new setting caused activating

kerning

for texts smaller than 10K" (or whatever is the default).
So if previously the kerning was always disabled, the new option 
might

unexpectedly activate it.

My assumption was that "it should not hurt since the text is only 
10K",

however, in reality, it looks like even short texts cause slowness
for the old JDK.

So I'm inclined to make the default 0 (always disable kerning in

response

text areas) for Java <17.
WDYT?

Vladimir



--
Cordialement
Philippe M.
Ubik-Ingenierie