Uploaded image for project: 'Apache Ozone'
  1. Apache Ozone
  2. HDDS-11562

Parameterize TestSCMNodeManager#testProcessLayoutVersion

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Implemented
    • None
    • 2.0.0
    • test

    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

          Activity

            People

              weiming weiming
              weiming weiming
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: