yyqdbngt opened a new pull request, #3413: URL: https://github.com/apache/rocketmq-dashboard/pull/3413
### Summary `ClusterConnectionService.testConnection` probes a NameServer and summarises the reported topology in a `ClusterProbeResult`. The suite covered the populated case and provider failure, but not a cluster without brokers or the result message format. ### Changes - A cluster without broker entries reports `connected=true` with zero brokers and an empty broker list - The human-readable message carries the broker count and measured elapsed millis ### Testing `mvn test -Dtest=ClusterConnectionServiceTest` passes: 4 tests, 0 failures (up from 2). -- 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]
