yyqdbngt opened a new pull request, #3926: URL: https://github.com/apache/rocketmq-dashboard/pull/3926
### Motivation The `CreateConsumerGroupDTO` used by the consumer group form had no unit coverage for its validation rules or VO conversion. This PR adds the first four cases. ### Changes - A missing name is rejected. - Negative retry/delay counts are rejected with their zero-or-positive messages. - A valid request passes validation. - `toConsumerGroupVO` leaves counts at their defaults when null and applies them when set. ### Verification - `mvn -B test -Dtest=CreateConsumerGroupDTOTest`: 4/4 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]
