yyqdbngt opened a new pull request, #3850: URL: https://github.com/apache/rocketmq-dashboard/pull/3850
### Motivation The existing `DashboardControllerTest` covers the data shapes, the null-count serialisation, the empty cluster list and the selected-instance forwarding, but the controller's passthrough of blank instance values (which the service layer normalises) was untested. ### Changes - `getDashboardShouldForwardBlankInstanceValuesVerbatim`: whitespace-only and empty `instanceId` query values reach the dashboard service exactly as sent, confirming the controller performs no trimming or defaulting. ### Verification ``` mvn -B test -Dtest=DashboardControllerTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0 [INFO] BUILD SUCCESS ``` -- 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]
