Uploaded image for project: 'Apache Ozone'
  1. Apache Ozone
  2. HDDS-5626 Track and Address Flaky tests
  3. HDDS-9249

Intermittent failure in TestRootCARotationManager#testPostProcessingCheck

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 1.4.0
    • 1.4.0
    • None

    Description

      org.apache.hadoop.hdds.scm.security.TestRootCARotationManager.testPostProcessingCheck  Time elapsed: 10.001 s  <<< FAILURE!
      Wanted but not invoked:
      statefulServiceStateManager.deleteConfiguration(
          <any string>
      );
      -> at org.apache.hadoop.hdds.scm.security.TestRootCARotationManager.testPostProcessingCheck(TestRootCARotationManager.java:339)
      
      However, there were exactly 3 interactions with this mock:
      statefulServiceStateManager.readConfiguration(
          "RootCARotationManager"
      );
      -> at org.apache.hadoop.hdds.scm.ha.StatefulService.readConfiguration(StatefulService.java:68)
      
      statefulServiceStateManager.readConfiguration(
          "RootCARotationManager"
      );
      -> at org.apache.hadoop.hdds.scm.ha.StatefulService.readConfiguration(StatefulService.java:68)
      
      statefulServiceStateManager.readConfiguration(
          "RootCARotationManager"
      );
      -> at org.apache.hadoop.hdds.scm.ha.StatefulService.readConfiguration(StatefulService.java:68)
      
      
      	at org.apache.hadoop.hdds.scm.security.TestRootCARotationManager.testPostProcessingCheck(TestRootCARotationManager.java:339)
      

      Attachments

        Issue Links

          Activity

            People

              Sammi Sammi Chen
              adoroszlai Attila Doroszlai
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: