Aias00 commented on PR #10691: URL: https://github.com/apache/rocketmq/pull/10691#issuecomment-5144305588
Addressed the malformed-port caller coverage in `34196e4d3`. Changes: - `ProxyChannel` / `RemotingChannel` now consume null or unparseable socket addresses without throwing. - `ContextInitPipeline` now tolerates null/unparseable local addresses. - Added regression coverage for `RemotingChannel` and `ContextInitPipeline`, in addition to the existing `SimpleChannel`, `ChannelManager`, and `LocalProxyRelayService` coverage. Local verification passed: `mvn -pl proxy -Dtest=SimpleChannelTest,LocalProxyRelayServiceTest,RemotingChannelTest,ContextInitPipelineTest -DfailIfNoTests=false test` -- 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]
