Re: Removing Java 11 CI job

2021-02-16 Thread Christopher
Cool. Go ahead. I have not tested it on anything other than the master branch, though. On Tue, Feb 16, 2021 at 10:03 AM Enrico Olivelli wrote: > > Perfect! > I have approved the patch > > I would like to commit it ASAP > > Enrico > > Il giorno mar 16 feb 2021 alle ore 15:51 Christopher > ha scri

Re: Removing Java 11 CI job

2021-02-16 Thread Enrico Olivelli
Perfect! I have approved the patch I would like to commit it ASAP Enrico Il giorno mar 16 feb 2021 alle ore 15:51 Christopher ha scritto: > 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 te

Re: Removing Java 11 CI job

2021-02-16 Thread Christopher
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