yyqdbngt opened a new pull request, #3851: URL: https://github.com/apache/rocketmq-dashboard/pull/3851
### Motivation The existing `ClientServiceTest` covers filter trimming, blank optional filters and blank required-parameter rejection. The null forms of the required parameters were untested. ### Changes - `listConnectionsShouldRejectNullInstanceId`: a null instance id raises 400 `instanceId is required` without touching the provider. - `listConnectionsAtShouldRejectNullNamesrvAddr`: a null namesrv address raises 400 `namesrvAddr is required` without touching the provider. ### Verification ``` mvn -B test -Dtest=ClientServiceTest [INFO] Tests run: 7, 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]
