szetszwo commented on PR #1167: URL: https://github.com/apache/ratis/pull/1167#issuecomment-2420036950
After a few retries, this can pass everything (although there are still zero-copy bugs). - https://github.com/apache/ratis/actions/runs/11378907332 Let's move `ReferenceCountedLeakDetector.enable(..)` back to `MiniRaftClusterWithGrpc` for now in order to easier passing the tests. - Indeed, the non-gRPC leaks are not real leaks since there are no underlying buffers to release. Just the reference counts are incorrect. - One kind of bugs may be related to `CodeInjectionForTesting` -- some tests may inject some code but not cleaning them up correctly. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
