yyqdbngt opened a new pull request, #3275: URL: https://github.com/apache/rocketmq-dashboard/pull/3275
## Summary Extends the existing `AclUserVOTest` (1 to 3 tests) to pin down the ACL user view contract. Added cases: - `toString` omits the credential field names entirely (`accessKey`, `secretKey`), not just their values; - `@Data` equality/hashCode cover every field, including credentials, the cluster list, and the nullable Tencent permissions, while a user built with only a username differs from a fully populated one. ## Why The VO carries AK/SK pairs for the ACL management UI; log redaction and equality semantics are client-visible contracts. ## Testing `mvn -B test -Dtest=AclUserVOTest` — 3/3 pass; checkstyle (validate) clean. -- 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]
