tju-yxq commented on issue #1826: URL: https://github.com/apache/rocketmq-dashboard/issues/1826#issuecomment-5269638170
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=K8sCertServiceTest#createCertShouldRejectInvalidTypeBeforeSave+updateCertShouldRejectInvalidTypeBeforeSave" test ``` Result: `BUILD SUCCESS`; `Tests run: 2, Failures: 0, Errors: 0, Skipped: 0`. Clarification: my earlier reply described the HTTP 500 / stack-trace outcome as the likely consequence of the raw `IllegalArgumentException` path. I did not live-test a UI/API request or a Kubernetes environment. The issue text has now been adjusted to state the verified evidence precisely: code inspection plus service-level unit tests. -- 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]
