I changed the surefire-forkCount to 1, instead of 1C in https://github.com/apache/zookeeper/pull/1606 and the "Address in use" error goes away, and tests pass on Java 11. I saw it pass once in my branch. It is currently running in the PR, and if it completes, I recommend making that change, instead of disabling it.
On Tue, Feb 16, 2021 at 8:55 AM Enrico Olivelli <eolive...@gmail.com> wrote: > > Hello, > Currently the new Java 11 CI job is not passing and it is very annoying for > every PR validation. > > I suggest to remove it and add it again when we know that it is > working properly > > Thoughts ? > Enrico