Re: Test flakiness (was: [VOTE] Apache ZooKeeper release 3.6.2 candidate 0)

2020-09-06 Thread Szalay-Bekő Máté
it would be nice to make our test suite more stable even with many forks... when I use docker to build, then I also saw this test to fail frequently (one which was reported by Damien): [ERROR] testWatchAutoResetWithPending(org.apache.zookeeper.test.WatcherTest) Time elapsed: 0.083 s <<< FAIL

Re: Test flakiness (was: [VOTE] Apache ZooKeeper release 3.6.2 candidate 0)

2020-09-04 Thread Enrico Olivelli
Damien you can use -Dsurefire-forkcount=1 in order to run only one test at a time. This should reduce flakiness Enrico Il giorno gio 3 set 2020 alle ore 21:37 Damien Diederen < ddiede...@sinenomine.net> ha scritto: > > Hi Enrico, all, > > TL;DR: Builds of 3.6.2 pass with 8 (!) cores on Ubuntu 18

Test flakiness (was: [VOTE] Apache ZooKeeper release 3.6.2 candidate 0)

2020-09-03 Thread Damien Diederen
Hi Enrico, all, TL;DR: Builds of 3.6.2 pass with 8 (!) cores on Ubuntu 18.04, 20.04, and NixOS 20.03. I wrote: >> It took me a number of tries, because that is a VM and the tests are >> somewhat flaky in that environment. You suggested: > On 3.6.2 I don't see flaky tests in my local environ