SURYAS1306 opened a new pull request, #16068: URL: https://github.com/apache/dubbo/pull/16068
## What is the purpose of the change? This PR adds a regression test to validate the NettyChannel lifecycle cleanup behavior. The test ensures that channels can be safely removed and re-created across repeated add/remove cycles, preventing channel map leaks observed in issue #16054. ## What is changed? - Added a unit test in `NettyChannelTest` to cover repeated channel add/remove scenarios. ## Checklist - [x] The issue has been investigated and is already fixed in the codebase - [x] Added a regression test to prevent future regressions - [x] All tests pass locally -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
