Sorry for late reply This is my PR https://github.com/apache/curator/pull/386
Once we can upgrade to 3.6.3 I can move forward with the upgrade to 3.7.0. I had to fix ZooKeeperEmbedded in ZooKeeper, so the fix will be available only in 3.7.1. The best move for us currently IMHO is to upgrade to 3.6.3 and cut a release ASAP Enrico Il giorno mar 15 giu 2021 alle ore 23:41 Cameron McKenzie < [email protected]> ha scritto: > hey Enrico, > Do you have a branch in the Curator git repo with the changes? > cheers > > On Tue, Jun 15, 2021 at 8:36 PM Enrico Olivelli <[email protected]> > wrote: > > > Hello, > > During the past weeks I have been trying to upgrade ZK dependency to > 3.7.0. > > But I had test failures. > > > > Today I tried to upgrade from 3.6.0 to 3.6.1, 3.6.2 and 3.6.3. > > and I discovered that the failures reproduce on 3.6.3 as well as in > 3.7.x. > > > > The error is below, is > org.apache.curator.framework.imps.TestFrameworkEdges > > > > I will continue to investigate, but probably this is something to > > resolve before cutting the new release. > > > > I really would like to cut a release soon > > > > Enrico > > > > [ERROR] Errors: > > [ERROR] org.apache.curator.framework.imps.TestFrameworkEdges.testFailure > > [ERROR] Run 1: TestFrameworkEdges.testFailure:670 » SessionExpired > > KeeperErrorCode = Session ... > > [ERROR] Run 2: TestFrameworkEdges.testFailure:670 » SessionExpired > > KeeperErrorCode = Session ... > > [ERROR] Run 3: TestFrameworkEdges.testFailure:670 » SessionExpired > > KeeperErrorCode = Session ... > > >
