adoroszlai opened a new pull request, #9424:
URL: https://github.com/apache/ozone/pull/9424

   ## What changes were proposed in this pull request?
   
   Code cleanup in `TestKeyManagerImpl` integration test:
   
   * split some test cases that verify related, but separate operations
   * check `OMException` result using `assertEquals`
   * cleanup `testLatestLocationVersion`
   * create constant for `ResolvedBucket`
   * fix `assertEquals` argument order
   * remove unnecessary cast
   * remove unnecessary stream
   * replace `assertTrue` with `assertThat`
   * replace repeated calls with loop
   * replace `StringBuffer` with `StringBuilder`
   * use `singletonList`
   * use `<>`
   
   https://issues.apache.org/jira/browse/HDDS-13966
   
   ## How was this patch tested?
   
   CI:
   https://github.com/adoroszlai/ozone/actions/runs/19898367610


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to