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

   ## Summary
   
   Extends the existing `RmqSettingsTest` (1 to 2 tests) to pin down the 
settings row contract.
   
   Added cases:
   - `@Data` equality/hashCode cover the id, settings key, persisted JSON, and 
timestamps: identical rows are equal with the same hash, while a different JSON 
payload breaks equality.
   
   ## Why
   
   The entity stores serialized settings (which can embed provider secrets) per 
key; equality semantics matter for cache/change detection and had only 
redaction coverage before.
   
   ## Testing
   
   `mvn -B test -Dtest=RmqSettingsTest` — 2/2 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