Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Implemented
-
None
Description
// TODO: Refactor this class to use org.junit.jupiter so test // parameterization can be used. for (FinalizationCheckpoint checkpoint: FinalizationCheckpoint.values()) { LOG.info("Testing with SCM finalization checkpoint {}", checkpoint); testProcessLayoutVersionLowerMlv(checkpoint); testProcessLayoutVersionReportHigherMlv(checkpoint); }
HDDS-6752 already migrated TestSCMNodeManager to JUnit5, the test case can be parameterized.
Attachments
Issue Links
- links to