Re: [VOTE] Release JMeter 4.0 RC6

2018-02-06 Thread Felix Schumacher

Am 06.02.2018 08:49, schrieb Philippe Mouawad:

Hi,
Nothing on my side.


Ready, too.

Felix


Regards

On Tuesday, February 6, 2018, Milamber  wrote:



Hello,

I can start the RC7 or you are some new bugs found or fixes to commit?

Milamber

On 05/02/2018 19:15, Milamber wrote:




On 05/02/2018 12:29, sebb wrote:


On 5 February 2018 at 06:28, Milamber  wrote:



On 04/02/2018 20:43, Philippe Mouawad wrote:


Hello,
Following Felix feedback, I rollback my +1 vote.
[-1]   I do not support this release because:

 - I am afraid JMETER_HEAP will disturb users
 - It is not clean that we use 2 different env variables
 - Same that mirror-server is broken
 - The warnings regarding Java 9 should also be dropped or a 
clear

 statement should be in documentation
 - This might introduce issues:
- https://github.com/oblac/jodd/issues/567



OK I will prepare a new RC when we are ready.
Please, continue your tests with the RC6 to try to find other 
blocking

issue
in advance for the RC7 ;)


Would it be possible for next release to reduce the 72 hours or not 
?




The ASF vote page don't indicate the 72h period.


It does state 72 hours:

https://www.apache.org/foundation/voting.html#expressing-
votes-1-0-1-and-fractions



Oops, I was not very awakening this morning ;-)



It's indicate into the lazy consensus.



Not sure what that means.



https://www.apache.org/foundation/glossary.html#LazyConsensus


So (I suppose) if a majority of binding vote come into a small time 
after
the begin of vote period, it's would possible to release more 
quickly...



It may be acceptable for an emergency release, but is not acceptable
for normal releases.



OK. Wait 72h for RC7

Thanks sebb



https://www.apache.org/foundation/voting.html




Regards





On Sun, Feb 4, 2018 at 8:10 PM, Milamber  
wrote:


On 03/02/2018 19:11, Felix Schumacher wrote:


Am 02.02.2018 um 16:33 schrieb Milamber:


Hello,


The sixth (oups) release candidate for JMeter 4.0 (r1822967) 
has

been
prepared, and your votes are solicited.

This release brings a new default theme (Darcula), support for 
Java

9,
74 enhancements (new features and improvements), and 26 bug 
fixes.


Please, test this release candidate (with load tests and/or
functional
tests) using Java 8 or 9 on Linux/Windows/Mac OS, 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:
http://home.apache.org/~milamber/jmeter-4.0RC6/docs/changes.html

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

8 /
9.

Download - Archives/hashes/sigs:

https://dist.apache.org/repos/dist/dev/jmeter/v4.0_RC6/
(dist revision r24640)

RAT report:

http://home.apache.org/~milamber/jmeter-4.0RC6/dist/rat-
report-jmeter-4.0RC6.txt

MD5 hashes of archives for this vote:

a497d140f1956ba65cf15930b0638333 *apache-jmeter-4.0.tgz
8b7015e303b3aac83d1a050cb3782860 *apache-jmeter-4.0.zip
b3d9cce11b04be574a47b4108a3d2bc6 *apache-jmeter-4.0_src.tgz
04dbd79c242192cdcde574e10c7c43cd *apache-jmeter-4.0_src.zip


Site Docs are here:
http://home.apache.org/~milamber/jmeter-4.0RC6/docs/

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

Tag:
https://svn.apache.org/repos/asf/jmeter/tags/v4_0_RC6/

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

N.B.
To download the dependencies: "ant download_jars"

To create the jars and test JMeter: "ant package test".

JMeter 4.0 requires Java 8 or later to run.

Some known issues and incompatible changes are listed on 
changes

page.
http://home.apache.org/~milamber/jmeter-4.0RC6/docs/changes.
html#Known%20problems%20and%20workarounds


All feedback and vote are welcome.

[x] +1  I support this release

I found three minor bugs:


   * in bin/mirror-server.*. Those scripts are referring to 
log4j

2.8.2
while we have 2.10.0 in the lib path. The mirror-server will not
start
with
those values.

* the HEAP variables in jmeter.sh and jmeter.bat are named
differently
(and are documented with their correct names), but JMeter prints 
out

to
modify JMETER_HEAP in the batch file. We should probably name 
those

two
variables (HEAP for batch and JMETER_HEAP for shell) the same. 
Apart

from
this the user should not edit the shell scripts, but place those
variables
into bin/setenv.* :)

   * to run  ant test I have to unset the variables LANG and 
LC_*.
Otherwise the tcp tests will fail as there are language 
dependent

error
messages embedded in the csv files that get compared.

You continue with your +1 vote or you prefer apply a -1 vote 
(and go

to a
new RC)?




Regards,

   Felix


[  ] +0  I am OK with this release


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

The vote will remain ope

Re: [VOTE] Release JMeter 4.0 RC6

2018-02-05 Thread Philippe Mouawad
Hi,
Nothing on my side.
Regards

On Tuesday, February 6, 2018, Milamber  wrote:

>
> Hello,
>
> I can start the RC7 or you are some new bugs found or fixes to commit?
>
> Milamber
>
> On 05/02/2018 19:15, Milamber wrote:
>
>>
>>
>> On 05/02/2018 12:29, sebb wrote:
>>
>>> On 5 February 2018 at 06:28, Milamber  wrote:
>>>

 On 04/02/2018 20:43, Philippe Mouawad wrote:

> Hello,
> Following Felix feedback, I rollback my +1 vote.
> [-1]   I do not support this release because:
>
>  - I am afraid JMETER_HEAP will disturb users
>  - It is not clean that we use 2 different env variables
>  - Same that mirror-server is broken
>  - The warnings regarding Java 9 should also be dropped or a clear
>  statement should be in documentation
>  - This might introduce issues:
> - https://github.com/oblac/jodd/issues/567
>

 OK I will prepare a new RC when we are ready.
 Please, continue your tests with the RC6 to try to find other blocking
 issue
 in advance for the RC7 ;)


 Would it be possible for next release to reduce the 72 hours or not ?
>

 The ASF vote page don't indicate the 72h period.

>>> It does state 72 hours:
>>>
>>> https://www.apache.org/foundation/voting.html#expressing-
>>> votes-1-0-1-and-fractions
>>>
>>
>> Oops, I was not very awakening this morning ;-)
>>
>>
>>> It's indicate into the lazy consensus.

>>> Not sure what that means.
>>>
>>
>> https://www.apache.org/foundation/glossary.html#LazyConsensus
>>
>>
>>> So (I suppose) if a majority of binding vote come into a small time after
 the begin of vote period, it's would possible to release more quickly...

>>> It may be acceptable for an emergency release, but is not acceptable
>>> for normal releases.
>>>
>>
>> OK. Wait 72h for RC7
>>
>> Thanks sebb
>>
>>
>>> https://www.apache.org/foundation/voting.html



 Regards
>
>
>
>
> On Sun, Feb 4, 2018 at 8:10 PM, Milamber  wrote:
>
> On 03/02/2018 19:11, Felix Schumacher wrote:
>>
>> Am 02.02.2018 um 16:33 schrieb Milamber:
>>>
>>> Hello,

 The sixth (oups) release candidate for JMeter 4.0 (r1822967) has
 been
 prepared, and your votes are solicited.

 This release brings a new default theme (Darcula), support for Java
 9,
 74 enhancements (new features and improvements), and 26 bug fixes.

 Please, test this release candidate (with load tests and/or
 functional
 tests) using Java 8 or 9 on Linux/Windows/Mac OS, 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:
 http://home.apache.org/~milamber/jmeter-4.0RC6/docs/changes.html

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

 Download - Archives/hashes/sigs:

 https://dist.apache.org/repos/dist/dev/jmeter/v4.0_RC6/
 (dist revision r24640)

 RAT report:

 http://home.apache.org/~milamber/jmeter-4.0RC6/dist/rat-
 report-jmeter-4.0RC6.txt

 MD5 hashes of archives for this vote:

 a497d140f1956ba65cf15930b0638333 *apache-jmeter-4.0.tgz
 8b7015e303b3aac83d1a050cb3782860 *apache-jmeter-4.0.zip
 b3d9cce11b04be574a47b4108a3d2bc6 *apache-jmeter-4.0_src.tgz
 04dbd79c242192cdcde574e10c7c43cd *apache-jmeter-4.0_src.zip


 Site Docs are here:
 http://home.apache.org/~milamber/jmeter-4.0RC6/docs/

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

 Tag:
 https://svn.apache.org/repos/asf/jmeter/tags/v4_0_RC6/

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

 N.B.
 To download the dependencies: "ant download_jars"

 To create the jars and test JMeter: "ant package test".

 JMeter 4.0 requires Java 8 or later to run.

 Some known issues and incompatible changes are listed on changes
 page.
 http://home.apache.org/~milamber/jmeter-4.0RC6/docs/changes.
 html#Known%20problems%20and%20workarounds


 All feedback and vote are welcome.

 [x] +1  I support this release

 I found three minor bugs:
>>>
>>>* in bin/mirror-server.*. Those scripts are referring to log4j
>>> 2.8.2
>>> while we have 2.10.0 in the lib path. The mirror-se

Re: [VOTE] Release JMeter 4.0 RC6

2018-02-05 Thread Milamber


Hello,

I can start the RC7 or you are some new bugs found or fixes to commit?

Milamber

On 05/02/2018 19:15, Milamber wrote:



On 05/02/2018 12:29, sebb wrote:

On 5 February 2018 at 06:28, Milamber  wrote:


On 04/02/2018 20:43, Philippe Mouawad wrote:

Hello,
Following Felix feedback, I rollback my +1 vote.
[-1]   I do not support this release because:

 - I am afraid JMETER_HEAP will disturb users
 - It is not clean that we use 2 different env variables
 - Same that mirror-server is broken
 - The warnings regarding Java 9 should also be dropped or a clear
 statement should be in documentation
 - This might introduce issues:
- https://github.com/oblac/jodd/issues/567


OK I will prepare a new RC when we are ready.
Please, continue your tests with the RC6 to try to find other 
blocking issue

in advance for the RC7 ;)



Would it be possible for next release to reduce the 72 hours or not ?


The ASF vote page don't indicate the 72h period.

It does state 72 hours:

https://www.apache.org/foundation/voting.html#expressing-votes-1-0-1-and-fractions 



Oops, I was not very awakening this morning ;-)




It's indicate into the lazy consensus.

Not sure what that means.


https://www.apache.org/foundation/glossary.html#LazyConsensus



So (I suppose) if a majority of binding vote come into a small time 
after
the begin of vote period, it's would possible to release more 
quickly...

It may be acceptable for an emergency release, but is not acceptable
for normal releases.


OK. Wait 72h for RC7

Thanks sebb




https://www.apache.org/foundation/voting.html




Regards




On Sun, Feb 4, 2018 at 8:10 PM, Milamber  wrote:


On 03/02/2018 19:11, Felix Schumacher wrote:


Am 02.02.2018 um 16:33 schrieb Milamber:


Hello,

The sixth (oups) release candidate for JMeter 4.0 (r1822967) has 
been

prepared, and your votes are solicited.

This release brings a new default theme (Darcula), support for 
Java 9,

74 enhancements (new features and improvements), and 26 bug fixes.

Please, test this release candidate (with load tests and/or 
functional

tests) using Java 8 or 9 on Linux/Windows/Mac OS, 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:
http://home.apache.org/~milamber/jmeter-4.0RC6/docs/changes.html

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

9.

Download - Archives/hashes/sigs:

https://dist.apache.org/repos/dist/dev/jmeter/v4.0_RC6/
(dist revision r24640)

RAT report:

http://home.apache.org/~milamber/jmeter-4.0RC6/dist/rat-
report-jmeter-4.0RC6.txt

MD5 hashes of archives for this vote:

a497d140f1956ba65cf15930b0638333 *apache-jmeter-4.0.tgz
8b7015e303b3aac83d1a050cb3782860 *apache-jmeter-4.0.zip
b3d9cce11b04be574a47b4108a3d2bc6 *apache-jmeter-4.0_src.tgz
04dbd79c242192cdcde574e10c7c43cd *apache-jmeter-4.0_src.zip


Site Docs are here:
http://home.apache.org/~milamber/jmeter-4.0RC6/docs/

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

Tag:
https://svn.apache.org/repos/asf/jmeter/tags/v4_0_RC6/

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

N.B.
To download the dependencies: "ant download_jars"

To create the jars and test JMeter: "ant package test".

JMeter 4.0 requires Java 8 or later to run.

Some known issues and incompatible changes are listed on changes 
page.

http://home.apache.org/~milamber/jmeter-4.0RC6/docs/changes.
html#Known%20problems%20and%20workarounds


All feedback and vote are welcome.

[x] +1  I support this release


I found three minor bugs:

   * in bin/mirror-server.*. Those scripts are referring to log4j 
2.8.2
while we have 2.10.0 in the lib path. The mirror-server will not 
start

with
those values.

* the HEAP variables in jmeter.sh and jmeter.bat are named 
differently
(and are documented with their correct names), but JMeter prints 
out to
modify JMETER_HEAP in the batch file. We should probably name 
those two

variables (HEAP for batch and JMETER_HEAP for shell) the same. Apart
from
this the user should not edit the shell scripts, but place those
variables
into bin/setenv.* :)

   * to run  ant test I have to unset the variables LANG and LC_*.
Otherwise the tcp tests will fail as there are language dependent 
error

messages embedded in the csv files that get compared.

You continue with your +1 vote or you prefer apply a -1 vote (and 
go to a

new RC)?





Regards,
   Felix


[  ] +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 file

Re: [VOTE] Release JMeter 4.0 RC6

2018-02-05 Thread Felix Schumacher

Am 05.02.2018 um 15:42 schrieb Philippe Mouawad:

On Mon, Feb 5, 2018 at 10:56 AM, Felix Schumacher <
felix.schumac...@internetallee.de> wrote:


Am 04.02.2018 20:43, schrieb Philippe Mouawad:


Hello,
Following Felix feedback, I rollback my +1 vote.
[-1]   I do not support this release because:

- I am afraid JMETER_HEAP will disturb users


Are you afraid as HEAP is the name of the variable used for years and
might be known to users, or more
by the fact, that windows and unix name is (was) different?


By both in fact:

- Old users might be disturbed
- New users might be confused under windows




Either way, we should probably rename (JMETER_)GC_ALGO, too. Thinking
about the usage of
JMETER_LANGUAGE could not hurt, either.


Yes

Done. Now it has to be tested. Unix should work.

Felix




- It is not clean that we use 2 different env variables

- Same that mirror-server is broken
- The warnings regarding Java 9 should also be dropped or a clear
statement should be in documentation


Was this addressed by your recent patches adding modules to JAVA9_OPTS?


The ones I am aware of, but I don't guarantee I spotted them all.
This Java 9 migration is kind of nightmare



Regards,
  Felix

- This might introduce issues:

   - https://github.com/oblac/jodd/issues/567


Would it be possible for next release to reduce the 72 hours or not ?

Regards




On Sun, Feb 4, 2018 at 8:10 PM, Milamber  wrote:



On 03/02/2018 19:11, Felix Schumacher wrote:

Am 02.02.2018 um 16:33 schrieb Milamber:

Hello,

The sixth (oups) release candidate for JMeter 4.0 (r1822967) has been
prepared, and your votes are solicited.

This release brings a new default theme (Darcula), support for Java 9,
74 enhancements (new features and improvements), and 26 bug fixes.

Please, test this release candidate (with load tests and/or functional
tests) using Java 8 or 9 on Linux/Windows/Mac OS, 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:
http://home.apache.org/~milamber/jmeter-4.0RC6/docs/changes.html

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

Download - Archives/hashes/sigs:

https://dist.apache.org/repos/dist/dev/jmeter/v4.0_RC6/
(dist revision r24640)

RAT report:

http://home.apache.org/~milamber/jmeter-4.0RC6/dist/rat-
report-jmeter-4.0RC6.txt

MD5 hashes of archives for this vote:

a497d140f1956ba65cf15930b0638333 *apache-jmeter-4.0.tgz
8b7015e303b3aac83d1a050cb3782860 *apache-jmeter-4.0.zip
b3d9cce11b04be574a47b4108a3d2bc6 *apache-jmeter-4.0_src.tgz
04dbd79c242192cdcde574e10c7c43cd *apache-jmeter-4.0_src.zip


Site Docs are here:
http://home.apache.org/~milamber/jmeter-4.0RC6/docs/

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

Tag:
https://svn.apache.org/repos/asf/jmeter/tags/v4_0_RC6/

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

N.B.
To download the dependencies: "ant download_jars"

To create the jars and test JMeter: "ant package test".

JMeter 4.0 requires Java 8 or later to run.

Some known issues and incompatible changes are listed on changes page.
http://home.apache.org/~milamber/jmeter-4.0RC6/docs/changes.
html#Known%20problems%20and%20workarounds


All feedback and vote are welcome.

[x] +1  I support this release



I found three minor bugs:

  * in bin/mirror-server.*. Those scripts are referring to log4j 2.8.2
while we have 2.10.0 in the lib path. The mirror-server will not start
with
those values.

* the HEAP variables in jmeter.sh and jmeter.bat are named differently
(and are documented with their correct names), but JMeter prints out to
modify JMETER_HEAP in the batch file. We should probably name those two
variables (HEAP for batch and JMETER_HEAP for shell) the same. Apart
from
this the user should not edit the shell scripts, but place those
variables
into bin/setenv.* :)

  * to run  ant test I have to unset the variables LANG and LC_*.
Otherwise the tcp tests will fail as there are language dependent error
messages embedded in the csv files that get compared.



You continue with your +1 vote or you prefer apply a -1 vote (and go to a
new RC)?




Regards,

  Felix


[  ] +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

*Note:* the RC1, RC2 and RC3 were not submit for vote due an issue in
release process when the maven artefacts are upload to nexus. For this
RC6,
the automatic maven upload inside

Re: [VOTE] Release JMeter 4.0 RC6

2018-02-05 Thread Milamber



On 05/02/2018 12:29, sebb wrote:

On 5 February 2018 at 06:28, Milamber  wrote:


On 04/02/2018 20:43, Philippe Mouawad wrote:

Hello,
Following Felix feedback, I rollback my +1 vote.
[-1]   I do not support this release because:

 - I am afraid JMETER_HEAP will disturb users
 - It is not clean that we use 2 different env variables
 - Same that mirror-server is broken
 - The warnings regarding Java 9 should also be dropped or a clear
 statement should be in documentation
 - This might introduce issues:
- https://github.com/oblac/jodd/issues/567


OK I will prepare a new RC when we are ready.
Please, continue your tests with the RC6 to try to find other blocking issue
in advance for the RC7 ;)



Would it be possible for next release to reduce the 72 hours or not ?


The ASF vote page don't indicate the 72h period.

It does state 72 hours:

https://www.apache.org/foundation/voting.html#expressing-votes-1-0-1-and-fractions


Oops, I was not very awakening this morning ;-)




It's indicate into the lazy consensus.

Not sure what that means.


https://www.apache.org/foundation/glossary.html#LazyConsensus




So (I suppose) if a majority of binding vote come into a small time after
the begin of vote period, it's would possible to release more quickly...

It may be acceptable for an emergency release, but is not acceptable
for normal releases.


OK. Wait 72h for RC7

Thanks sebb




https://www.apache.org/foundation/voting.html




Regards




On Sun, Feb 4, 2018 at 8:10 PM, Milamber  wrote:


On 03/02/2018 19:11, Felix Schumacher wrote:


Am 02.02.2018 um 16:33 schrieb Milamber:


Hello,

The sixth (oups) release candidate for JMeter 4.0 (r1822967) has been
prepared, and your votes are solicited.

This release brings a new default theme (Darcula), support for Java 9,
74 enhancements (new features and improvements), and 26 bug fixes.

Please, test this release candidate (with load tests and/or functional
tests) using Java 8 or 9 on Linux/Windows/Mac OS, 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:
http://home.apache.org/~milamber/jmeter-4.0RC6/docs/changes.html

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

Download - Archives/hashes/sigs:

https://dist.apache.org/repos/dist/dev/jmeter/v4.0_RC6/
(dist revision r24640)

RAT report:

http://home.apache.org/~milamber/jmeter-4.0RC6/dist/rat-
report-jmeter-4.0RC6.txt

MD5 hashes of archives for this vote:

a497d140f1956ba65cf15930b0638333 *apache-jmeter-4.0.tgz
8b7015e303b3aac83d1a050cb3782860 *apache-jmeter-4.0.zip
b3d9cce11b04be574a47b4108a3d2bc6 *apache-jmeter-4.0_src.tgz
04dbd79c242192cdcde574e10c7c43cd *apache-jmeter-4.0_src.zip


Site Docs are here:
http://home.apache.org/~milamber/jmeter-4.0RC6/docs/

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

Tag:
https://svn.apache.org/repos/asf/jmeter/tags/v4_0_RC6/

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

N.B.
To download the dependencies: "ant download_jars"

To create the jars and test JMeter: "ant package test".

JMeter 4.0 requires Java 8 or later to run.

Some known issues and incompatible changes are listed on changes page.
http://home.apache.org/~milamber/jmeter-4.0RC6/docs/changes.
html#Known%20problems%20and%20workarounds


All feedback and vote are welcome.

[x] +1  I support this release


I found three minor bugs:

   * in bin/mirror-server.*. Those scripts are referring to log4j 2.8.2
while we have 2.10.0 in the lib path. The mirror-server will not start
with
those values.

* the HEAP variables in jmeter.sh and jmeter.bat are named differently
(and are documented with their correct names), but JMeter prints out to
modify JMETER_HEAP in the batch file. We should probably name those two
variables (HEAP for batch and JMETER_HEAP for shell) the same. Apart
from
this the user should not edit the shell scripts, but place those
variables
into bin/setenv.* :)

   * to run  ant test I have to unset the variables LANG and LC_*.
Otherwise the tcp tests will fail as there are language dependent error
messages embedded in the csv files that get compared.


You continue with your +1 vote or you prefer apply a -1 vote (and go to a
new RC)?





Regards,
   Felix


[  ] +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

*Note:* the RC1, RC2 and RC3 were not submit for vote due an issue in
release process

Re: [VOTE] Release JMeter 4.0 RC6

2018-02-05 Thread Philippe Mouawad
On Mon, Feb 5, 2018 at 10:56 AM, Felix Schumacher <
felix.schumac...@internetallee.de> wrote:

> Am 04.02.2018 20:43, schrieb Philippe Mouawad:
>
>> Hello,
>> Following Felix feedback, I rollback my +1 vote.
>> [-1]   I do not support this release because:
>>
>>- I am afraid JMETER_HEAP will disturb users
>>
>
> Are you afraid as HEAP is the name of the variable used for years and
> might be known to users, or more
> by the fact, that windows and unix name is (was) different?
>

By both in fact:

   - Old users might be disturbed
   - New users might be confused under windows



>
> Either way, we should probably rename (JMETER_)GC_ALGO, too. Thinking
> about the usage of
> JMETER_LANGUAGE could not hurt, either.
>
Yes

>
>- It is not clean that we use 2 different env variables
>>- Same that mirror-server is broken
>>- The warnings regarding Java 9 should also be dropped or a clear
>>statement should be in documentation
>>
>
> Was this addressed by your recent patches adding modules to JAVA9_OPTS?
>

The ones I am aware of, but I don't guarantee I spotted them all.
This Java 9 migration is kind of nightmare


>
> Regards,
>  Felix
>
>- This might introduce issues:
>>   - https://github.com/oblac/jodd/issues/567
>>
>>
>> Would it be possible for next release to reduce the 72 hours or not ?
>>
>> Regards
>>
>>
>>
>>
>> On Sun, Feb 4, 2018 at 8:10 PM, Milamber  wrote:
>>
>>
>>>
>>> On 03/02/2018 19:11, Felix Schumacher wrote:
>>>
>>> Am 02.02.2018 um 16:33 schrieb Milamber:

 Hello,
>
> The sixth (oups) release candidate for JMeter 4.0 (r1822967) has been
> prepared, and your votes are solicited.
>
> This release brings a new default theme (Darcula), support for Java 9,
> 74 enhancements (new features and improvements), and 26 bug fixes.
>
> Please, test this release candidate (with load tests and/or functional
> tests) using Java 8 or 9 on Linux/Windows/Mac OS, 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:
> http://home.apache.org/~milamber/jmeter-4.0RC6/docs/changes.html
>
> JMeter is a Java desktop application designed to load test functional
> behavior and measure performance. The current version targets Java 8 /
> 9.
>
> Download - Archives/hashes/sigs:
>
> https://dist.apache.org/repos/dist/dev/jmeter/v4.0_RC6/
> (dist revision r24640)
>
> RAT report:
>
> http://home.apache.org/~milamber/jmeter-4.0RC6/dist/rat-
> report-jmeter-4.0RC6.txt
>
> MD5 hashes of archives for this vote:
>
> a497d140f1956ba65cf15930b0638333 *apache-jmeter-4.0.tgz
> 8b7015e303b3aac83d1a050cb3782860 *apache-jmeter-4.0.zip
> b3d9cce11b04be574a47b4108a3d2bc6 *apache-jmeter-4.0_src.tgz
> 04dbd79c242192cdcde574e10c7c43cd *apache-jmeter-4.0_src.zip
>
>
> Site Docs are here:
> http://home.apache.org/~milamber/jmeter-4.0RC6/docs/
>
> Maven staging repository is accessible here:
> https://repository.apache.org/content/repositories/orgapache
> jmeter-1027/org/apache/jmeter/
>
> Tag:
> https://svn.apache.org/repos/asf/jmeter/tags/v4_0_RC6/
>
> Keys are here:
> https://www.apache.org/dist/jmeter/KEYS
>
> N.B.
> To download the dependencies: "ant download_jars"
>
> To create the jars and test JMeter: "ant package test".
>
> JMeter 4.0 requires Java 8 or later to run.
>
> Some known issues and incompatible changes are listed on changes page.
> http://home.apache.org/~milamber/jmeter-4.0RC6/docs/changes.
> html#Known%20problems%20and%20workarounds
>
>
> All feedback and vote are welcome.
>
> [x] +1  I support this release
>
>
 I found three minor bugs:

  * in bin/mirror-server.*. Those scripts are referring to log4j 2.8.2
 while we have 2.10.0 in the lib path. The mirror-server will not start
 with
 those values.

 * the HEAP variables in jmeter.sh and jmeter.bat are named differently
 (and are documented with their correct names), but JMeter prints out to
 modify JMETER_HEAP in the batch file. We should probably name those two
 variables (HEAP for batch and JMETER_HEAP for shell) the same. Apart
 from
 this the user should not edit the shell scripts, but place those
 variables
 into bin/setenv.* :)

  * to run  ant test I have to unset the variables LANG and LC_*.
 Otherwise the tcp tests will fail as there are language dependent error
 messages embedded in the csv files that get compared.


>>>
>>> You continue with your +1 vote or you prefer apply a -1 vote (and go to a
>>> new RC)?
>>>
>>>
>>>
>>>
>>> Regards,
  Felix


 [  ] +0  I am OK with this release

> [  ] -0   OK, but.

Re: [VOTE] Release JMeter 4.0 RC6

2018-02-05 Thread sebb
On 5 February 2018 at 06:28, Milamber  wrote:
>
>
> On 04/02/2018 20:43, Philippe Mouawad wrote:
>>
>> Hello,
>> Following Felix feedback, I rollback my +1 vote.
>> [-1]   I do not support this release because:
>>
>> - I am afraid JMETER_HEAP will disturb users
>> - It is not clean that we use 2 different env variables
>> - Same that mirror-server is broken
>> - The warnings regarding Java 9 should also be dropped or a clear
>> statement should be in documentation
>> - This might introduce issues:
>>- https://github.com/oblac/jodd/issues/567
>
>
> OK I will prepare a new RC when we are ready.
> Please, continue your tests with the RC6 to try to find other blocking issue
> in advance for the RC7 ;)
>
>
>>
>> Would it be possible for next release to reduce the 72 hours or not ?
>
>
> The ASF vote page don't indicate the 72h period.

It does state 72 hours:

https://www.apache.org/foundation/voting.html#expressing-votes-1-0-1-and-fractions

> It's indicate into the lazy consensus.

Not sure what that means.

> So (I suppose) if a majority of binding vote come into a small time after
> the begin of vote period, it's would possible to release more quickly...

It may be acceptable for an emergency release, but is not acceptable
for normal releases.

> https://www.apache.org/foundation/voting.html
>
>
>
>>
>> Regards
>>
>>
>>
>>
>> On Sun, Feb 4, 2018 at 8:10 PM, Milamber  wrote:
>>
>>>
>>> On 03/02/2018 19:11, Felix Schumacher wrote:
>>>
 Am 02.02.2018 um 16:33 schrieb Milamber:

> Hello,
>
> The sixth (oups) release candidate for JMeter 4.0 (r1822967) has been
> prepared, and your votes are solicited.
>
> This release brings a new default theme (Darcula), support for Java 9,
> 74 enhancements (new features and improvements), and 26 bug fixes.
>
> Please, test this release candidate (with load tests and/or functional
> tests) using Java 8 or 9 on Linux/Windows/Mac OS, 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:
> http://home.apache.org/~milamber/jmeter-4.0RC6/docs/changes.html
>
> JMeter is a Java desktop application designed to load test functional
> behavior and measure performance. The current version targets Java 8 /
> 9.
>
> Download - Archives/hashes/sigs:
>
> https://dist.apache.org/repos/dist/dev/jmeter/v4.0_RC6/
> (dist revision r24640)
>
> RAT report:
>
> http://home.apache.org/~milamber/jmeter-4.0RC6/dist/rat-
> report-jmeter-4.0RC6.txt
>
> MD5 hashes of archives for this vote:
>
> a497d140f1956ba65cf15930b0638333 *apache-jmeter-4.0.tgz
> 8b7015e303b3aac83d1a050cb3782860 *apache-jmeter-4.0.zip
> b3d9cce11b04be574a47b4108a3d2bc6 *apache-jmeter-4.0_src.tgz
> 04dbd79c242192cdcde574e10c7c43cd *apache-jmeter-4.0_src.zip
>
>
> Site Docs are here:
> http://home.apache.org/~milamber/jmeter-4.0RC6/docs/
>
> Maven staging repository is accessible here:
> https://repository.apache.org/content/repositories/orgapache
> jmeter-1027/org/apache/jmeter/
>
> Tag:
> https://svn.apache.org/repos/asf/jmeter/tags/v4_0_RC6/
>
> Keys are here:
> https://www.apache.org/dist/jmeter/KEYS
>
> N.B.
> To download the dependencies: "ant download_jars"
>
> To create the jars and test JMeter: "ant package test".
>
> JMeter 4.0 requires Java 8 or later to run.
>
> Some known issues and incompatible changes are listed on changes page.
> http://home.apache.org/~milamber/jmeter-4.0RC6/docs/changes.
> html#Known%20problems%20and%20workarounds
>
>
> All feedback and vote are welcome.
>
> [x] +1  I support this release
>
 I found three minor bugs:

   * in bin/mirror-server.*. Those scripts are referring to log4j 2.8.2
 while we have 2.10.0 in the lib path. The mirror-server will not start
 with
 those values.

 * the HEAP variables in jmeter.sh and jmeter.bat are named differently
 (and are documented with their correct names), but JMeter prints out to
 modify JMETER_HEAP in the batch file. We should probably name those two
 variables (HEAP for batch and JMETER_HEAP for shell) the same. Apart
 from
 this the user should not edit the shell scripts, but place those
 variables
 into bin/setenv.* :)

   * to run  ant test I have to unset the variables LANG and LC_*.
 Otherwise the tcp tests will fail as there are language dependent error
 messages embedded in the csv files that get compared.

>>>
>>> You continue with your +1 vote or you prefer apply a -1 vote (and go to a
>>> new RC)?
>>>
>>>
>>>
>>>
 Regards,
   Felix


 [  ] +0  I am OK with this release
>
> [  ] -0   OK,

Re: [VOTE] Release JMeter 4.0 RC6

2018-02-05 Thread Felix Schumacher

Am 04.02.2018 20:43, schrieb Philippe Mouawad:

Hello,
Following Felix feedback, I rollback my +1 vote.
[-1]   I do not support this release because:

   - I am afraid JMETER_HEAP will disturb users


Are you afraid as HEAP is the name of the variable used for years and 
might be known to users, or more

by the fact, that windows and unix name is (was) different?

Either way, we should probably rename (JMETER_)GC_ALGO, too. Thinking 
about the usage of

JMETER_LANGUAGE could not hurt, either.


   - It is not clean that we use 2 different env variables
   - Same that mirror-server is broken
   - The warnings regarding Java 9 should also be dropped or a clear
   statement should be in documentation


Was this addressed by your recent patches adding modules to JAVA9_OPTS?

Regards,
 Felix


   - This might introduce issues:
  - https://github.com/oblac/jodd/issues/567

Would it be possible for next release to reduce the 72 hours or not ?

Regards




On Sun, Feb 4, 2018 at 8:10 PM, Milamber  wrote:




On 03/02/2018 19:11, Felix Schumacher wrote:


Am 02.02.2018 um 16:33 schrieb Milamber:


Hello,

The sixth (oups) release candidate for JMeter 4.0 (r1822967) has 
been

prepared, and your votes are solicited.

This release brings a new default theme (Darcula), support for Java 
9,

74 enhancements (new features and improvements), and 26 bug fixes.

Please, test this release candidate (with load tests and/or 
functional

tests) using Java 8 or 9 on Linux/Windows/Mac OS, 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:
http://home.apache.org/~milamber/jmeter-4.0RC6/docs/changes.html

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


Download - Archives/hashes/sigs:

https://dist.apache.org/repos/dist/dev/jmeter/v4.0_RC6/
(dist revision r24640)

RAT report:

http://home.apache.org/~milamber/jmeter-4.0RC6/dist/rat-
report-jmeter-4.0RC6.txt

MD5 hashes of archives for this vote:

a497d140f1956ba65cf15930b0638333 *apache-jmeter-4.0.tgz
8b7015e303b3aac83d1a050cb3782860 *apache-jmeter-4.0.zip
b3d9cce11b04be574a47b4108a3d2bc6 *apache-jmeter-4.0_src.tgz
04dbd79c242192cdcde574e10c7c43cd *apache-jmeter-4.0_src.zip


Site Docs are here:
http://home.apache.org/~milamber/jmeter-4.0RC6/docs/

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

Tag:
https://svn.apache.org/repos/asf/jmeter/tags/v4_0_RC6/

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

N.B.
To download the dependencies: "ant download_jars"

To create the jars and test JMeter: "ant package test".

JMeter 4.0 requires Java 8 or later to run.

Some known issues and incompatible changes are listed on changes 
page.

http://home.apache.org/~milamber/jmeter-4.0RC6/docs/changes.
html#Known%20problems%20and%20workarounds


All feedback and vote are welcome.

[x] +1  I support this release



I found three minor bugs:

 * in bin/mirror-server.*. Those scripts are referring to log4j 2.8.2
while we have 2.10.0 in the lib path. The mirror-server will not 
start with

those values.

* the HEAP variables in jmeter.sh and jmeter.bat are named 
differently
(and are documented with their correct names), but JMeter prints out 
to
modify JMETER_HEAP in the batch file. We should probably name those 
two
variables (HEAP for batch and JMETER_HEAP for shell) the same. Apart 
from
this the user should not edit the shell scripts, but place those 
variables

into bin/setenv.* :)

 * to run  ant test I have to unset the variables LANG and LC_*.
Otherwise the tcp tests will fail as there are language dependent 
error

messages embedded in the csv files that get compared.




You continue with your +1 vote or you prefer apply a -1 vote (and go 
to a

new RC)?





Regards,
 Felix


[  ] +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

*Note:* the RC1, RC2 and RC3 were not submit for vote due an issue 
in
release process when the maven artefacts are upload to nexus. For 
this RC6,

the automatic maven upload inside build.xml was replaced by a
semi-automatic upload with the maven-gpg-plugin.

*Note2:* the RC5 were not submit for vote due an little commit by
Philippe :-) during the release process.













Re: [VOTE] Release JMeter 4.0 RC6

2018-02-04 Thread Milamber



On 04/02/2018 20:43, Philippe Mouawad wrote:

Hello,
Following Felix feedback, I rollback my +1 vote.
[-1]   I do not support this release because:

- I am afraid JMETER_HEAP will disturb users
- It is not clean that we use 2 different env variables
- Same that mirror-server is broken
- The warnings regarding Java 9 should also be dropped or a clear
statement should be in documentation
- This might introduce issues:
   - https://github.com/oblac/jodd/issues/567


OK I will prepare a new RC when we are ready.
Please, continue your tests with the RC6 to try to find other blocking 
issue in advance for the RC7 ;)





Would it be possible for next release to reduce the 72 hours or not ?


The ASF vote page don't indicate the 72h period. It's indicate into the 
lazy consensus.
So (I suppose) if a majority of binding vote come into a small time 
after the begin of vote period, it's would possible to release more 
quickly...


https://www.apache.org/foundation/voting.html




Regards




On Sun, Feb 4, 2018 at 8:10 PM, Milamber  wrote:



On 03/02/2018 19:11, Felix Schumacher wrote:


Am 02.02.2018 um 16:33 schrieb Milamber:


Hello,

The sixth (oups) release candidate for JMeter 4.0 (r1822967) has been
prepared, and your votes are solicited.

This release brings a new default theme (Darcula), support for Java 9,
74 enhancements (new features and improvements), and 26 bug fixes.

Please, test this release candidate (with load tests and/or functional
tests) using Java 8 or 9 on Linux/Windows/Mac OS, 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:
http://home.apache.org/~milamber/jmeter-4.0RC6/docs/changes.html

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

Download - Archives/hashes/sigs:

https://dist.apache.org/repos/dist/dev/jmeter/v4.0_RC6/
(dist revision r24640)

RAT report:

http://home.apache.org/~milamber/jmeter-4.0RC6/dist/rat-
report-jmeter-4.0RC6.txt

MD5 hashes of archives for this vote:

a497d140f1956ba65cf15930b0638333 *apache-jmeter-4.0.tgz
8b7015e303b3aac83d1a050cb3782860 *apache-jmeter-4.0.zip
b3d9cce11b04be574a47b4108a3d2bc6 *apache-jmeter-4.0_src.tgz
04dbd79c242192cdcde574e10c7c43cd *apache-jmeter-4.0_src.zip


Site Docs are here:
http://home.apache.org/~milamber/jmeter-4.0RC6/docs/

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

Tag:
https://svn.apache.org/repos/asf/jmeter/tags/v4_0_RC6/

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

N.B.
To download the dependencies: "ant download_jars"

To create the jars and test JMeter: "ant package test".

JMeter 4.0 requires Java 8 or later to run.

Some known issues and incompatible changes are listed on changes page.
http://home.apache.org/~milamber/jmeter-4.0RC6/docs/changes.
html#Known%20problems%20and%20workarounds


All feedback and vote are welcome.

[x] +1  I support this release


I found three minor bugs:

  * in bin/mirror-server.*. Those scripts are referring to log4j 2.8.2
while we have 2.10.0 in the lib path. The mirror-server will not start with
those values.

* the HEAP variables in jmeter.sh and jmeter.bat are named differently
(and are documented with their correct names), but JMeter prints out to
modify JMETER_HEAP in the batch file. We should probably name those two
variables (HEAP for batch and JMETER_HEAP for shell) the same. Apart from
this the user should not edit the shell scripts, but place those variables
into bin/setenv.* :)

  * to run  ant test I have to unset the variables LANG and LC_*.
Otherwise the tcp tests will fail as there are language dependent error
messages embedded in the csv files that get compared.



You continue with your +1 vote or you prefer apply a -1 vote (and go to a
new RC)?





Regards,
  Felix


[  ] +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

*Note:* the RC1, RC2 and RC3 were not submit for vote due an issue in
release process when the maven artefacts are upload to nexus. For this RC6,
the automatic maven upload inside build.xml was replaced by a
semi-automatic upload with the maven-gpg-plugin.

*Note2:* the RC5 were not submit for vote due an little commit by
Philippe :-) during the release process.














Re: [VOTE] Release JMeter 4.0 RC6

2018-02-04 Thread Philippe Mouawad
Hello,
Following Felix feedback, I rollback my +1 vote.
[-1]   I do not support this release because:

   - I am afraid JMETER_HEAP will disturb users
   - It is not clean that we use 2 different env variables
   - Same that mirror-server is broken
   - The warnings regarding Java 9 should also be dropped or a clear
   statement should be in documentation
   - This might introduce issues:
  - https://github.com/oblac/jodd/issues/567

Would it be possible for next release to reduce the 72 hours or not ?

Regards




On Sun, Feb 4, 2018 at 8:10 PM, Milamber  wrote:

>
>
> On 03/02/2018 19:11, Felix Schumacher wrote:
>
>> Am 02.02.2018 um 16:33 schrieb Milamber:
>>
>>> Hello,
>>>
>>> The sixth (oups) release candidate for JMeter 4.0 (r1822967) has been
>>> prepared, and your votes are solicited.
>>>
>>> This release brings a new default theme (Darcula), support for Java 9,
>>> 74 enhancements (new features and improvements), and 26 bug fixes.
>>>
>>> Please, test this release candidate (with load tests and/or functional
>>> tests) using Java 8 or 9 on Linux/Windows/Mac OS, 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:
>>> http://home.apache.org/~milamber/jmeter-4.0RC6/docs/changes.html
>>>
>>> JMeter is a Java desktop application designed to load test functional
>>> behavior and measure performance. The current version targets Java 8 / 9.
>>>
>>> Download - Archives/hashes/sigs:
>>>
>>> https://dist.apache.org/repos/dist/dev/jmeter/v4.0_RC6/
>>> (dist revision r24640)
>>>
>>> RAT report:
>>>
>>> http://home.apache.org/~milamber/jmeter-4.0RC6/dist/rat-
>>> report-jmeter-4.0RC6.txt
>>>
>>> MD5 hashes of archives for this vote:
>>>
>>> a497d140f1956ba65cf15930b0638333 *apache-jmeter-4.0.tgz
>>> 8b7015e303b3aac83d1a050cb3782860 *apache-jmeter-4.0.zip
>>> b3d9cce11b04be574a47b4108a3d2bc6 *apache-jmeter-4.0_src.tgz
>>> 04dbd79c242192cdcde574e10c7c43cd *apache-jmeter-4.0_src.zip
>>>
>>>
>>> Site Docs are here:
>>> http://home.apache.org/~milamber/jmeter-4.0RC6/docs/
>>>
>>> Maven staging repository is accessible here:
>>> https://repository.apache.org/content/repositories/orgapache
>>> jmeter-1027/org/apache/jmeter/
>>>
>>> Tag:
>>> https://svn.apache.org/repos/asf/jmeter/tags/v4_0_RC6/
>>>
>>> Keys are here:
>>> https://www.apache.org/dist/jmeter/KEYS
>>>
>>> N.B.
>>> To download the dependencies: "ant download_jars"
>>>
>>> To create the jars and test JMeter: "ant package test".
>>>
>>> JMeter 4.0 requires Java 8 or later to run.
>>>
>>> Some known issues and incompatible changes are listed on changes page.
>>> http://home.apache.org/~milamber/jmeter-4.0RC6/docs/changes.
>>> html#Known%20problems%20and%20workarounds
>>>
>>>
>>> All feedback and vote are welcome.
>>>
>>> [x] +1  I support this release
>>>
>>
>> I found three minor bugs:
>>
>>  * in bin/mirror-server.*. Those scripts are referring to log4j 2.8.2
>> while we have 2.10.0 in the lib path. The mirror-server will not start with
>> those values.
>>
>> * the HEAP variables in jmeter.sh and jmeter.bat are named differently
>> (and are documented with their correct names), but JMeter prints out to
>> modify JMETER_HEAP in the batch file. We should probably name those two
>> variables (HEAP for batch and JMETER_HEAP for shell) the same. Apart from
>> this the user should not edit the shell scripts, but place those variables
>> into bin/setenv.* :)
>>
>>  * to run  ant test I have to unset the variables LANG and LC_*.
>> Otherwise the tcp tests will fail as there are language dependent error
>> messages embedded in the csv files that get compared.
>>
>
>
> You continue with your +1 vote or you prefer apply a -1 vote (and go to a
> new RC)?
>
>
>
>
>> Regards,
>>  Felix
>>
>>
>> [  ] +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
>>>
>>> *Note:* the RC1, RC2 and RC3 were not submit for vote due an issue in
>>> release process when the maven artefacts are upload to nexus. For this RC6,
>>> the automatic maven upload inside build.xml was replaced by a
>>> semi-automatic upload with the maven-gpg-plugin.
>>>
>>> *Note2:* the RC5 were not submit for vote due an little commit by
>>> Philippe :-) during the release process.
>>>
>>>
>>>
>>>
>>>
>>>
>>
>>
>


-- 
Cordialement.
Philippe Mouawad.


Re: [VOTE] Release JMeter 4.0 RC6

2018-02-04 Thread Milamber



On 03/02/2018 19:11, Felix Schumacher wrote:

Am 02.02.2018 um 16:33 schrieb Milamber:

Hello,

The sixth (oups) release candidate for JMeter 4.0 (r1822967) has been 
prepared, and your votes are solicited.


This release brings a new default theme (Darcula), support for Java 
9, 74 enhancements (new features and improvements), and 26 bug fixes.


Please, test this release candidate (with load tests and/or 
functional tests) using Java 8 or 9 on Linux/Windows/Mac OS, 
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:

http://home.apache.org/~milamber/jmeter-4.0RC6/docs/changes.html

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


Download - Archives/hashes/sigs:

https://dist.apache.org/repos/dist/dev/jmeter/v4.0_RC6/
(dist revision r24640)

RAT report:

http://home.apache.org/~milamber/jmeter-4.0RC6/dist/rat-report-jmeter-4.0RC6.txt 



MD5 hashes of archives for this vote:

a497d140f1956ba65cf15930b0638333 *apache-jmeter-4.0.tgz
8b7015e303b3aac83d1a050cb3782860 *apache-jmeter-4.0.zip
b3d9cce11b04be574a47b4108a3d2bc6 *apache-jmeter-4.0_src.tgz
04dbd79c242192cdcde574e10c7c43cd *apache-jmeter-4.0_src.zip


Site Docs are here:
http://home.apache.org/~milamber/jmeter-4.0RC6/docs/

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



Tag:
https://svn.apache.org/repos/asf/jmeter/tags/v4_0_RC6/

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

N.B.
To download the dependencies: "ant download_jars"

To create the jars and test JMeter: "ant package test".

JMeter 4.0 requires Java 8 or later to run.

Some known issues and incompatible changes are listed on changes page.
http://home.apache.org/~milamber/jmeter-4.0RC6/docs/changes.html#Known%20problems%20and%20workarounds 




All feedback and vote are welcome.

[x] +1  I support this release


I found three minor bugs:

 * in bin/mirror-server.*. Those scripts are referring to log4j 2.8.2 
while we have 2.10.0 in the lib path. The mirror-server will not start 
with those values.


* the HEAP variables in jmeter.sh and jmeter.bat are named differently 
(and are documented with their correct names), but JMeter prints out 
to modify JMETER_HEAP in the batch file. We should probably name those 
two variables (HEAP for batch and JMETER_HEAP for shell) the same. 
Apart from this the user should not edit the shell scripts, but place 
those variables into bin/setenv.* :)


 * to run  ant test I have to unset the variables LANG and LC_*. 
Otherwise the tcp tests will fail as there are language dependent 
error messages embedded in the csv files that get compared.



You continue with your +1 vote or you prefer apply a -1 vote (and go to 
a new RC)?





Regards,
 Felix



[  ] +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

*Note:* the RC1, RC2 and RC3 were not submit for vote due an issue in 
release process when the maven artefacts are upload to nexus. For 
this RC6, the automatic maven upload inside build.xml was replaced by 
a semi-automatic upload with the maven-gpg-plugin.


*Note2:* the RC5 were not submit for vote due an little commit by 
Philippe :-) during the release process.













Re: [VOTE] Release JMeter 4.0 RC6

2018-02-03 Thread Felix Schumacher

Am 02.02.2018 um 16:33 schrieb Milamber:

Hello,

The sixth (oups) release candidate for JMeter 4.0 (r1822967) has been 
prepared, and your votes are solicited.


This release brings a new default theme (Darcula), support for Java 9, 
74 enhancements (new features and improvements), and 26 bug fixes.


Please, test this release candidate (with load tests and/or functional 
tests) using Java 8 or 9 on Linux/Windows/Mac OS, 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:

http://home.apache.org/~milamber/jmeter-4.0RC6/docs/changes.html

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


Download - Archives/hashes/sigs:

https://dist.apache.org/repos/dist/dev/jmeter/v4.0_RC6/
(dist revision r24640)

RAT report:

http://home.apache.org/~milamber/jmeter-4.0RC6/dist/rat-report-jmeter-4.0RC6.txt 



MD5 hashes of archives for this vote:

a497d140f1956ba65cf15930b0638333 *apache-jmeter-4.0.tgz
8b7015e303b3aac83d1a050cb3782860 *apache-jmeter-4.0.zip
b3d9cce11b04be574a47b4108a3d2bc6 *apache-jmeter-4.0_src.tgz
04dbd79c242192cdcde574e10c7c43cd *apache-jmeter-4.0_src.zip


Site Docs are here:
http://home.apache.org/~milamber/jmeter-4.0RC6/docs/

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



Tag:
https://svn.apache.org/repos/asf/jmeter/tags/v4_0_RC6/

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

N.B.
To download the dependencies: "ant download_jars"

To create the jars and test JMeter: "ant package test".

JMeter 4.0 requires Java 8 or later to run.

Some known issues and incompatible changes are listed on changes page.
http://home.apache.org/~milamber/jmeter-4.0RC6/docs/changes.html#Known%20problems%20and%20workarounds 




All feedback and vote are welcome.

[x] +1  I support this release


I found three minor bugs:

 * in bin/mirror-server.*. Those scripts are referring to log4j 2.8.2 
while we have 2.10.0 in the lib path. The mirror-server will not start 
with those values.


* the HEAP variables in jmeter.sh and jmeter.bat are named differently 
(and are documented with their correct names), but JMeter prints out to 
modify JMETER_HEAP in the batch file. We should probably name those two 
variables (HEAP for batch and JMETER_HEAP for shell) the same. Apart 
from this the user should not edit the shell scripts, but place those 
variables into bin/setenv.* :)


 * to run  ant test I have to unset the variables LANG and LC_*. 
Otherwise the tcp tests will fail as there are language dependent error 
messages embedded in the csv files that get compared.


Regards,
 Felix



[  ] +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

*Note:* the RC1, RC2 and RC3 were not submit for vote due an issue in 
release process when the maven artefacts are upload to nexus. For this 
RC6, the automatic maven upload inside build.xml was replaced by a 
semi-automatic upload with the maven-gpg-plugin.


*Note2:* the RC5 were not submit for vote due an little commit by 
Philippe :-) during the release process.










Re: [VOTE] Release JMeter 4.0 RC6

2018-02-03 Thread Antonio Gomes Rodrigues
Hi,

[+1] I support this release

Alredy use for all my latest load test

Antonio

2018-02-03 8:24 GMT+01:00 Andrey Pokhilko :

> +1
>
> Andrey Pokhilko
>
> 03.02.2018 00:57, 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 (Darcula), support for Java 9,
> 74
> >> enhancements (new features and improvements), and 26 bug fixes.
> >>
> >> Please, test this release candidate (with load tests and/or functional
> >> tests) using Java 8 or 9 on Linux/Windows/Mac OS, 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:
> >> http://home.apache.org/~milamber/jmeter-4.0RC6/docs/changes.html
> >>
> >> JMeter is a Java desktop application designed to load test functional
> >> behavior and measure performance. The current version targets Java 8 /
> 9.
> >>
> >> Download - Archives/hashes/sigs:
> >>
> >> https://dist.apache.org/repos/dist/dev/jmeter/v4.0_RC6/
> >> (dist revision r24640)
> >>
> >> RAT report:
> >>
> >> http://home.apache.org/~milamber/jmeter-4.0RC6/dist/rat-
> >> report-jmeter-4.0RC6.txt
> >>
> >> MD5 hashes of archives for this vote:
> >>
> >> a497d140f1956ba65cf15930b0638333 *apache-jmeter-4.0.tgz
> >> 8b7015e303b3aac83d1a050cb3782860 *apache-jmeter-4.0.zip
> >> b3d9cce11b04be574a47b4108a3d2bc6 *apache-jmeter-4.0_src.tgz
> >> 04dbd79c242192cdcde574e10c7c43cd *apache-jmeter-4.0_src.zip
> >>
> >>
> >> Site Docs are here:
> >> http://home.apache.org/~milamber/jmeter-4.0RC6/docs/
> >>
> >> Maven staging repository is accessible here:
> >> https://repository.apache.org/content/repositories/orgapache
> >> jmeter-1027/org/apache/jmeter/
> >>
> >> Tag:
> >> https://svn.apache.org/repos/asf/jmeter/tags/v4_0_RC6/
> >>
> >> Keys are here:
> >> https://www.apache.org/dist/jmeter/KEYS
> >>
> >> N.B.
> >> To download the dependencies: "ant download_jars"
> >>
> >> To create the jars and test JMeter: "ant package test".
> >>
> >> JMeter 4.0 requires Java 8 or later to run.
> >>
> >> Some known issues and incompatible changes are listed on changes page.
> >> http://home.apache.org/~milamber/jmeter-4.0RC6/docs/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
> >>
> >> *Note:* the RC1, RC2 and RC3 were not submit for vote due an issue in
> >> release process when the maven artefacts are upload to nexus. For this
> RC6,
> >> the automatic maven upload inside build.xml was replaced by a
> >> semi-automatic upload with the maven-gpg-plugin.
> >>
> >> *Note2:* the RC5 were not submit for vote due an little commit by
> Philippe
> >> :-) during the release process.
> >>
> >>
> >>
> >>
> >>
>
>


Re: [VOTE] Release JMeter 4.0 RC6

2018-02-02 Thread Andrey Pokhilko
+1

Andrey Pokhilko

03.02.2018 00:57, 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 (Darcula), support for Java 9, 74
>> enhancements (new features and improvements), and 26 bug fixes.
>>
>> Please, test this release candidate (with load tests and/or functional
>> tests) using Java 8 or 9 on Linux/Windows/Mac OS, 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:
>> http://home.apache.org/~milamber/jmeter-4.0RC6/docs/changes.html
>>
>> JMeter is a Java desktop application designed to load test functional
>> behavior and measure performance. The current version targets Java 8 / 9.
>>
>> Download - Archives/hashes/sigs:
>>
>> https://dist.apache.org/repos/dist/dev/jmeter/v4.0_RC6/
>> (dist revision r24640)
>>
>> RAT report:
>>
>> http://home.apache.org/~milamber/jmeter-4.0RC6/dist/rat-
>> report-jmeter-4.0RC6.txt
>>
>> MD5 hashes of archives for this vote:
>>
>> a497d140f1956ba65cf15930b0638333 *apache-jmeter-4.0.tgz
>> 8b7015e303b3aac83d1a050cb3782860 *apache-jmeter-4.0.zip
>> b3d9cce11b04be574a47b4108a3d2bc6 *apache-jmeter-4.0_src.tgz
>> 04dbd79c242192cdcde574e10c7c43cd *apache-jmeter-4.0_src.zip
>>
>>
>> Site Docs are here:
>> http://home.apache.org/~milamber/jmeter-4.0RC6/docs/
>>
>> Maven staging repository is accessible here:
>> https://repository.apache.org/content/repositories/orgapache
>> jmeter-1027/org/apache/jmeter/
>>
>> Tag:
>> https://svn.apache.org/repos/asf/jmeter/tags/v4_0_RC6/
>>
>> Keys are here:
>> https://www.apache.org/dist/jmeter/KEYS
>>
>> N.B.
>> To download the dependencies: "ant download_jars"
>>
>> To create the jars and test JMeter: "ant package test".
>>
>> JMeter 4.0 requires Java 8 or later to run.
>>
>> Some known issues and incompatible changes are listed on changes page.
>> http://home.apache.org/~milamber/jmeter-4.0RC6/docs/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
>>
>> *Note:* the RC1, RC2 and RC3 were not submit for vote due an issue in
>> release process when the maven artefacts are upload to nexus. For this RC6,
>> the automatic maven upload inside build.xml was replaced by a
>> semi-automatic upload with the maven-gpg-plugin.
>>
>> *Note2:* the RC5 were not submit for vote due an little commit by Philippe
>> :-) during the release process.
>>
>>
>>
>>
>>



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 (Darcula), support for Java 9, 74
> enhancements (new features and improvements), and 26 bug fixes.
>
> Please, test this release candidate (with load tests and/or functional
> tests) using Java 8 or 9 on Linux/Windows/Mac OS, 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:
> http://home.apache.org/~milamber/jmeter-4.0RC6/docs/changes.html
>
> JMeter is a Java desktop application designed to load test functional
> behavior and measure performance. The current version targets Java 8 / 9.
>
> Download - Archives/hashes/sigs:
>
> https://dist.apache.org/repos/dist/dev/jmeter/v4.0_RC6/
> (dist revision r24640)
>
> RAT report:
>
> http://home.apache.org/~milamber/jmeter-4.0RC6/dist/rat-
> report-jmeter-4.0RC6.txt
>
> MD5 hashes of archives for this vote:
>
> a497d140f1956ba65cf15930b0638333 *apache-jmeter-4.0.tgz
> 8b7015e303b3aac83d1a050cb3782860 *apache-jmeter-4.0.zip
> b3d9cce11b04be574a47b4108a3d2bc6 *apache-jmeter-4.0_src.tgz
> 04dbd79c242192cdcde574e10c7c43cd *apache-jmeter-4.0_src.zip
>
>
> Site Docs are here:
> http://home.apache.org/~milamber/jmeter-4.0RC6/docs/
>
> Maven staging repository is accessible here:
> https://repository.apache.org/content/repositories/orgapache
> jmeter-1027/org/apache/jmeter/
>
> Tag:
> https://svn.apache.org/repos/asf/jmeter/tags/v4_0_RC6/
>
> Keys are here:
> https://www.apache.org/dist/jmeter/KEYS
>
> N.B.
> To download the dependencies: "ant download_jars"
>
> To create the jars and test JMeter: "ant package test".
>
> JMeter 4.0 requires Java 8 or later to run.
>
> Some known issues and incompatible changes are listed on changes page.
> http://home.apache.org/~milamber/jmeter-4.0RC6/docs/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
>
> *Note:* the RC1, RC2 and RC3 were not submit for vote due an issue in
> release process when the maven artefacts are upload to nexus. For this RC6,
> the automatic maven upload inside build.xml was replaced by a
> semi-automatic upload with the maven-gpg-plugin.
>
> *Note2:* the RC5 were not submit for vote due an little commit by Philippe
> :-) during the release process.
>
>
>
>
>


Re: [VOTE] Release JMeter 4.0 RC6

2018-02-02 Thread Philippe Mouawad
Hello,
Maybe we should add a note in "known issue section"

[x] +1  I support this release

Regards

On Fri, Feb 2, 2018 at 9:27 PM, Philippe Mouawad <
p.moua...@ubik-ingenierie.com> wrote:

> Hello,
> Previous reported issue are ok now.
> But running with Java 9 using:
> ./jmeter -n -t /data/jmeter/TestReport.jmx -l /data/jmeter/TestReport.csv
> -e -o /data/jmeter/TestReport-20180202-21h03 -f
>
> I get this which has no side effect except that it might disturb users,
> what's your thoughts ?:
>
> 
> 
> --
> WARNING: An illegal reflective access operation has occurred
> WARNING: Illegal reflective access by 
> com.thoughtworks.xstream.core.util.Fields
> (file:/data/jmeter/jmeters/apache-jmeter-4.0/lib/xstream-1.4.10.jar) to
> field java.util.TreeMap.comparator
> WARNING: Please consider reporting this to the maintainers of
> com.thoughtworks.xstream.core.util.Fields
> WARNING: Use --illegal-access=warn to enable warnings of further illegal
> reflective access operations
> WARNING: All illegal access operations will be denied in a future release
> Creating summariser 
> Created the tree successfully using /data/jmeter/TestReport.jmx
> Starting the test @ Fri Feb 02 21:05:16 CET 2018 (1517601916588)
> Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
> 
> 
> --
>
>
> See this long discussion to which I should have paid more
> attention:
> - http://mail.openjdk.java.net/pipermail/jigsaw-dev/2017-May/012673.html
>
> Regards
>
> On Fri, Feb 2, 2018 at 4:33 PM, Milamber  wrote:
>
>> Hello,
>>
>> The sixth (oups) release candidate for JMeter 4.0 (r1822967) has been
>> prepared, and your votes are solicited.
>>
>>
>> This release brings a new default theme (Darcula), support for Java 9, 74
>> enhancements (new features and improvements), and 26 bug fixes.
>>
>> Please, test this release candidate (with load tests and/or functional
>> tests) using Java 8 or 9 on Linux/Windows/Mac OS, 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:
>> http://home.apache.org/~milamber/jmeter-4.0RC6/docs/changes.html
>>
>> JMeter is a Java desktop application designed to load test functional
>> behavior and measure performance. The current version targets Java 8 / 9.
>>
>> Download - Archives/hashes/sigs:
>>
>> https://dist.apache.org/repos/dist/dev/jmeter/v4.0_RC6/
>> (dist revision r24640)
>>
>> RAT report:
>>
>> http://home.apache.org/~milamber/jmeter-4.0RC6/dist/rat-repo
>> rt-jmeter-4.0RC6.txt
>>
>> MD5 hashes of archives for this vote:
>>
>> a497d140f1956ba65cf15930b0638333 *apache-jmeter-4.0.tgz
>> 8b7015e303b3aac83d1a050cb3782860 *apache-jmeter-4.0.zip
>> b3d9cce11b04be574a47b4108a3d2bc6 *apache-jmeter-4.0_src.tgz
>> 04dbd79c242192cdcde574e10c7c43cd *apache-jmeter-4.0_src.zip
>>
>>
>> Site Docs are here:
>> http://home.apache.org/~milamber/jmeter-4.0RC6/docs/
>>
>> Maven staging repository is accessible here:
>> https://repository.apache.org/content/repositories/orgapache
>> jmeter-1027/org/apache/jmeter/
>>
>> Tag:
>> https://svn.apache.org/repos/asf/jmeter/tags/v4_0_RC6/
>>
>> Keys are here:
>> https://www.apache.org/dist/jmeter/KEYS
>>
>> N.B.
>> To download the dependencies: "ant download_jars"
>>
>> To create the jars and test JMeter: "ant package test".
>>
>> JMeter 4.0 requires Java 8 or later to run.
>>
>> Some known issues and incompatible changes are listed on changes page.
>> http://home.apache.org/~milamber/jmeter-4.0RC6/docs/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
>>
>> *Note:* the RC1, RC2 and RC3 were not submit for vote due an issue in
>> release process when the maven artefacts are upload to nexus. For this RC6,
>> the automatic maven upload inside build.xml was replaced by a
>> semi-automatic upload with the maven-gpg-plugin.
>>
>> *Note2:* the RC5 were not submit for vote due an little commit by
>> Philippe :-) during the release process.
>>
>>
>>
>>
>>
>>
>
>
> --
> Cordialement.
> Philippe Mouawad.
> Ubik-Ingénierie
>
> UBIK LOAD PACK Web Site 

Re: [VOTE] Release JMeter 4.0 RC6

2018-02-02 Thread Vladimir Sitnikov
I've tried a simple test with Apache JMeter 4.0 RC6 in macOS / Java 8, and
it works.

[x] +1  I support this release

Vladimir


Re: [VOTE] Release JMeter 4.0 RC6

2018-02-02 Thread Philippe Mouawad
Hello,
Previous reported issue are ok now.
But running with Java 9 using:
./jmeter -n -t /data/jmeter/TestReport.jmx -l /data/jmeter/TestReport.csv
-e -o /data/jmeter/TestReport-20180202-21h03 -f

I get this which has no side effect except that it might disturb users,
what's your thoughts ?:

--
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by
com.thoughtworks.xstream.core.util.Fields
(file:/data/jmeter/jmeters/apache-jmeter-4.0/lib/xstream-1.4.10.jar) to
field java.util.TreeMap.comparator
WARNING: Please consider reporting this to the maintainers of
com.thoughtworks.xstream.core.util.Fields
WARNING: Use --illegal-access=warn to enable warnings of further illegal
reflective access operations
WARNING: All illegal access operations will be denied in a future release
Creating summariser 
Created the tree successfully using /data/jmeter/TestReport.jmx
Starting the test @ Fri Feb 02 21:05:16 CET 2018 (1517601916588)
Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
--


See this long discussion to which I should have paid more attention:
- http://mail.openjdk.java.net/pipermail/jigsaw-dev/2017-May/012673.html

Regards

On Fri, Feb 2, 2018 at 4:33 PM, Milamber  wrote:

> Hello,
>
> The sixth (oups) release candidate for JMeter 4.0 (r1822967) has been
> prepared, and your votes are solicited.
>
>
> This release brings a new default theme (Darcula), support for Java 9, 74
> enhancements (new features and improvements), and 26 bug fixes.
>
> Please, test this release candidate (with load tests and/or functional
> tests) using Java 8 or 9 on Linux/Windows/Mac OS, 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:
> http://home.apache.org/~milamber/jmeter-4.0RC6/docs/changes.html
>
> JMeter is a Java desktop application designed to load test functional
> behavior and measure performance. The current version targets Java 8 / 9.
>
> Download - Archives/hashes/sigs:
>
> https://dist.apache.org/repos/dist/dev/jmeter/v4.0_RC6/
> (dist revision r24640)
>
> RAT report:
>
> http://home.apache.org/~milamber/jmeter-4.0RC6/dist/rat-
> report-jmeter-4.0RC6.txt
>
> MD5 hashes of archives for this vote:
>
> a497d140f1956ba65cf15930b0638333 *apache-jmeter-4.0.tgz
> 8b7015e303b3aac83d1a050cb3782860 *apache-jmeter-4.0.zip
> b3d9cce11b04be574a47b4108a3d2bc6 *apache-jmeter-4.0_src.tgz
> 04dbd79c242192cdcde574e10c7c43cd *apache-jmeter-4.0_src.zip
>
>
> Site Docs are here:
> http://home.apache.org/~milamber/jmeter-4.0RC6/docs/
>
> Maven staging repository is accessible here:
> https://repository.apache.org/content/repositories/orgapache
> jmeter-1027/org/apache/jmeter/
>
> Tag:
> https://svn.apache.org/repos/asf/jmeter/tags/v4_0_RC6/
>
> Keys are here:
> https://www.apache.org/dist/jmeter/KEYS
>
> N.B.
> To download the dependencies: "ant download_jars"
>
> To create the jars and test JMeter: "ant package test".
>
> JMeter 4.0 requires Java 8 or later to run.
>
> Some known issues and incompatible changes are listed on changes page.
> http://home.apache.org/~milamber/jmeter-4.0RC6/docs/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
>
> *Note:* the RC1, RC2 and RC3 were not submit for vote due an issue in
> release process when the maven artefacts are upload to nexus. For this RC6,
> the automatic maven upload inside build.xml was replaced by a
> semi-automatic upload with the maven-gpg-plugin.
>
> *Note2:* the RC5 were not submit for vote due an little commit by Philippe
> :-) during the release process.
>
>
>
>
>
>


-- 
Cordialement.
Philippe Mouawad.
Ubik-Ingénierie

UBIK LOAD PACK Web Site 

UBIK LOAD PACK on TWITTER