tju-yxq commented on issue #1818: URL: https://github.com/apache/rocketmq-dashboard/issues/1818#issuecomment-5269553995
I updated the PR with focused regression tests and narrowed the issue text to the behavior that was actually verified. Verification performed: ```bash mvn -DskipTests=false "-Dtest=RocketMQDLQProviderTest#resendMessagesShouldRejectBlankGroupNameBeforeResolvingEndpoint+resendMessagesShouldRejectNullGroupNameBeforeResolvingEndpoint" test ``` Result: `BUILD SUCCESS`; `Tests run: 2, Failures: 0, Errors: 0, Skipped: 0`. The evidence is code inspection plus service-level unit tests. I did not live-test this against a RocketMQ broker, so the issue text has been adjusted accordingly. -- 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]
