tju-yxq commented on issue #1820: URL: https://github.com/apache/rocketmq-dashboard/issues/1820#issuecomment-5269612091
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=AlertServiceTest#createRuleShouldRejectBlankName+updateRuleShouldRejectBlankNameBeforeRepositoryUpdate" test ``` Result: `BUILD SUCCESS`; `Tests run: 2, Failures: 0, Errors: 0, Skipped: 0`. This is best described as service-boundary validation hardening. The normal controller DTO path already validates the field, and the issue text has been adjusted to avoid overstating unverified UI/Prometheus consequences. -- 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]
