yyqdbngt opened a new pull request, #3928:
URL: https://github.com/apache/rocketmq-dashboard/pull/3928

   ### Motivation
   
   The `ImportConsumerGroupsDTO` used by the CSV import flow had no unit 
coverage for its required fields, group bounds, or nested validation. This PR 
adds the first four cases.
   
   ### Changes
   
   - A missing instance id is rejected.
   - Empty and over-100 group lists are rejected with their messages.
   - Nested group validation propagates (`name is required` from a nameless 
entry).
   - A valid import request passes validation.
   
   ### Verification
   
   - `mvn -B test -Dtest=ImportConsumerGroupsDTOTest`: 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]

Reply via email to