yyqdbngt opened a new pull request, #3115: URL: https://github.com/apache/rocketmq-dashboard/pull/3115
### Summary Cover the empty-stream path of the history summary: - `summarize` with zero message/trace records returns zero counts and a null `latestQueryAt` (both `selectOne` lookups are null). ### Why The latest-query computation (`latestOf` of two nullable values) previously had no direct coverage for the both-empty case. ### Testing - `mvn -f server/pom.xml -Dtest=QueryHistoryServiceTest test` passes: 7/7 (6 existing + 1 new). -- 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]
