messere1 opened a new pull request, #1928: URL: https://github.com/apache/rocketmq-dashboard/pull/1928
## Summary - reject unknown ACL rule IDs in mock deletion - reject unknown ACL user IDs in mock deletion - verify failed deletes leave both mock collections unchanged ## Root cause The mock delete paths treated a missing record as success, unlike get/update operations and real API deletion. Stale ACL rows could therefore produce false success feedback. Closes #1927 ## Validation - `npm run test -- --run src/services/aclService.test.ts` (8 passed) - focused ESLint on both changed files - `npm run build` - `git diff --check` -- 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]
