yyqdbngt opened a new pull request, #3932: URL: https://github.com/apache/rocketmq-dashboard/pull/3932
### Motivation CreateTopicDTO had no unit coverage for its validation rules. This PR adds first coverage. ### Changes - A missing name is rejected. - Negative write/read queue counts are rejected. - A valid request passes validation. - `toTopicVO` leaves queues at their defaults when null and applies them when set. ### Verification - `mvn -B test -Dtest=CreateTopicDTOTest`: 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]
