LI123456mo opened a new pull request, #16326: URL: https://github.com/apache/dubbo/pull/16326
## What is the purpose of the change? This pull request introduces a new unit test `testMultipleClientsWatchingSameService` to `TriHealthImplTest`. The purpose is to verify that the Triple health check implementation correctly notifies multiple stream observers (`StreamObserver`) when they are simultaneously watching the same service and a status change occurs. ## Brief Changelog * **TriHealthImplTest.java**: Added `testMultipleClientsWatchingSameService()` unit test verifying multi-client subscription updates. ## Verifying this change This change is a pure test enhancement. You can verify it runs and passes successfully by running: ```cmd mvn test -pl dubbo-rpc/dubbo-rpc-triple -Dtest=TriHealthImplTest -- 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]
