Closed blindpirate closed 3 years ago
it has not been yet released because it is not finished.
@stream-iori what is the status ?
@vietj I DMed @stream-iori , he said everything has been done for 4.0.0 and master
is releaseable.
cc @tsegismont Can we release a 4.0.0
RC ?
@blindpirate I missed that, I think first we should add continuous integration for this then
I created a PR with the GitHub action CI : https://github.com/vert-x3/vertx-zookeeper/pull/108
there is currently one failure in the tests
https://github.com/vert-x3/vertx-zookeeper/runs/1466777157?check_suite_focus=true
does it ring a bell to anyone @stream-iori @tsegismont ?
anybody can chime in and help :-)
@vietj I fixed that issue by https://github.com/vert-x3/vertx-zookeeper/pull/109
However, there seems still an issue in ZKClusteredHATest.after()
, which is quite flaky on my local computer. Maybe we can merge #108 first to help catch all future failures?
@vietj the failing test is the test I added recently related to clustered consumer unregistration.
It seems #109 would fix it indeed (thanks @blindpirate )
Is this intentional?