yyqdbngt opened a new pull request, #3504: URL: https://github.com/apache/rocketmq-dashboard/pull/3504
### Summary `DLQResendSelectedRequestDTO` requires instance/group and a non-empty msg-id batch capped at 100 with non-blank entries. It had no tests. ### Changes - An empty request reports the required instance/group/batch messages - Blank entries inside the batch are rejected - Batches larger than 100 ids are rejected - A complete request passes validation ### Testing `mvn test -Dtest=DLQResendSelectedRequestDTOTest` passes: 4 tests, 0 failures (first coverage for this DTO). -- 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]
