yyqdbngt opened a new pull request, #3925: URL: https://github.com/apache/rocketmq-dashboard/pull/3925
### Motivation The `UpdateConsumerGroupSettingsDTO` used by the group settings form had no unit coverage for its validation rules. This PR adds the first three cases. ### Changes - Missing instance/group names are rejected. - Missing or zero retry queue counts are rejected with their required/positive messages. - A fully valid settings request passes validation. ### Verification - `mvn -B test -Dtest=UpdateConsumerGroupSettingsDTOTest`: 3/3 passed, 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]
