yyqdbngt opened a new pull request, #3259:
URL: https://github.com/apache/rocketmq-dashboard/pull/3259

   ## Summary
   
   Adds `RemoteAclReadResultTest`, a first unit test for the provider-backed 
ACL 2.0 read result retaining per-broker provenance.
   
   Coverage:
   - a complete read (policies only, no failures) is not partial;
   - a read with only failures or only policies is not partial either;
   - a mixed read (some brokers answered with policies while others failed) is 
flagged partial, and the source provenance plus both maps are retained.
   
   ## Why
   
   The partial flag decides how the UI presents cross-broker ACL comparison 
results; the semantics had no direct test.
   
   ## Testing
   
   `mvn -B test -Dtest=RemoteAclReadResultTest` — 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]

Reply via email to