Re: [CANCEL][VOTE] Release Apache Commons RNG 1.6 based on RC1

2024-07-15 Thread Alex Herbert
RC1 is cancelled for RC2 On Tue, 9 Jul 2024 at 12:12, Gary Gregory wrote: > Thanks Alex! > > Gary > > On Mon, Jul 8, 2024, 4:22 PM Alex Herbert > wrote: > > > Hi Gary, > > > > Thanks for the feedback. I'll fix the docs module tomorrow. It is only > for > > an aggregate javadoc report for the si

Re: [VOTE] Release Apache Commons RNG 1.6 based on RC1

2024-07-09 Thread Gary Gregory
Thanks Alex! Gary On Mon, Jul 8, 2024, 4:22 PM Alex Herbert wrote: > Hi Gary, > > Thanks for the feedback. I'll fix the docs module tomorrow. It is only for > an aggregate javadoc report for the site. It depends on all the other jar > modules and builds a single aggregate javadoc. This requires

Re: [VOTE] Release Apache Commons RNG 1.6 based on RC1

2024-07-08 Thread Rob Tompkins
Understood. Thanks, -Rob > On Jul 8, 2024, at 4:41 PM, Alex Herbert wrote: > > Hi Rob, > > This behaviour is documented in the release note. > > The tests for randomness use a random seed. So they fail with a given > probability. We have a set number of reruns configured. A few failures get >

Re: [VOTE] Release Apache Commons RNG 1.6 based on RC1

2024-07-08 Thread Alex Herbert
Hi Rob, This behaviour is documented in the release note. The tests for randomness use a random seed. So they fail with a given probability. We have a set number of reruns configured. A few failures get logged as a flake. If they fail 3 times then the build will fail. With a p-value of 0.001 this

Re: [VOTE] Release Apache Commons RNG 1.6 based on RC1

2024-07-08 Thread Rob Tompkins
I was running the build on java 21 and got this: Results: [INFO] [WARNING] Flakes: [WARNING] org.apache.commons.rng.core.ProvidersCommonParametricTest.testUniformNextBytesPartialBuffer(UniformRandomProvider)[8] [ERROR] Run 1: ProvidersCommonParametricTest.testUniformNextBytesPartialBuffer:124

Re: [VOTE] Release Apache Commons RNG 1.6 based on RC1

2024-07-08 Thread Alex Herbert
Hi Gary, Thanks for the feedback. I'll fix the docs module tomorrow. It is only for an aggregate javadoc report for the site. It depends on all the other jar modules and builds a single aggregate javadoc. This requires it to be a jar artifact in the pom. But there is no output jar. I'll disable ja

Re: [VOTE] Release Apache Commons RNG 1.6 based on RC1

2024-07-08 Thread Gary D. Gregory
Oops, actually 'mvn clean install -DskipTests japicmp:cmp' fails with [INFO] Reactor Summary for Apache Commons RNG 1.6: [INFO] [INFO] Apache Commons RNG . SUCCESS [ 21.207 s] [INFO] Apache Commons RNG Client API .. SUCCESS [ 24.159 s] [INFO] Apa

Re: [VOTE] Release Apache Commons RNG 1.6 based on RC1

2024-07-08 Thread Gary D. Gregory
Hello, +1 This email contains this link that returns a 404 for https://dist.apache.org/repos/dist/dev/commons/rng/1.6-RC1/site/changes-report.html I see that for some reason, the site is in a personal folder instead of https://dist.apache.org/repos/dist/dev/commons/rng/1.6-RC1/site, so I imagi

[VOTE] Release Apache Commons RNG 1.6 based on RC1

2024-07-05 Thread Alex Herbert
We have fixed a few bugs and added enhancements since Apache Commons RNG 1.5 was released, so I would like to release Apache Commons RNG 1.6. Apache Commons RNG 1.6 RC1 is available for review here: https://dist.apache.org/repos/dist/dev/commons/rng/1.6-RC1 (svn revision 70143) The Git tag co