tju-yxq commented on issue #1394: URL: https://github.com/apache/rocketmq-dashboard/issues/1394#issuecomment-5269980828
Follow-up audit note: This is fixed in current `rocketmq-studio`. Cluster overviews no longer use hardcoded zero values for topic/group counts; the provider computes per-cluster topic and group set sizes. Existing dashboard tests cover these paths, and follow-up PR #2032 re-runs the relevant tests with adjacent early-provider regression coverage. Verification run: ```bash cd server mvn -DskipTests=false "-Dtest=RocketMQMessageProviderTest#queryByTopicRetriesFromCorrectedOffsetAfterOffsetIllegal,RocketMQDLQProviderTest#resendMessagesRetriesFromCorrectedOffsetAfterOffsetIllegal,SystemGroupFilterTest,RocketMQDashboardProviderTest#dashboardShouldCountTopicsFromBrokerConfigWithoutPerTopicRouteRequests+dashboardShouldDeduplicateGroupsReportedByMultipleClusterBrokers" test ``` Result: `BUILD SUCCESS`; `Tests run: 5, Failures: 0, Errors: 0, Skipped: 0`. I updated the issue description to remove unverified live dashboard/broker reproduction claims. The current evidence is code inspection plus mocked unit tests; no live UI session was run. -- 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]
