chihsuan opened a new pull request, #11149: URL: https://github.com/apache/ozone/pull/11149
## What changes were proposed in this pull request? Test-only change. `TestKeyValueContainerIntegrityChecks` has no test methods of its own. It is the parent class holding shared setup and the `createContainerWithBlocks` helper for `TestKeyValueContainerCheck` and `TestKeyValueContainerMetadataInspector`, so the `Test` prefix is misleading and makes it look like a test class to tooling that selects tests by name. Renamed it to `KeyValueContainerIntegrityTestBase` and updated the two subclasses. Both are in the same package, so no imports changed. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-16317 ## How was this patch tested? - Ran the two subclasses locally: `TestKeyValueContainerCheck` (52 tests) and `TestKeyValueContainerMetadataInspector` (72 tests), all passing. - Ran `checkstyle.sh`, `rat.sh` and `author.sh`, all 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
