echonesis opened a new pull request, #10640: URL: https://github.com/apache/ozone/pull/10640
## What changes were proposed in this pull request? This PR cleans up `TestKeyManagerImpl` by replacing the long parameter lists in the parameterized table iterator tests with a small `TableIteratorTestCase` builder. The change also separates successful and invalid table iterator cases, so the expected exception path is tested explicitly instead of being mixed into the common assertion flow. Generated-by: OpenAI Codex (GPT-5) ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-12807 ## How was this patch tested? Tested with: ``` mvn clean test -pl :ozone-manager -am \ -Dtest=TestKeyManagerImpl \ -DskipShade -DskipRecon -DskipDocs ``` GitHub Actions CI: https://github.com/echonesis/ozone/actions/runs/28430712787 -- 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]
