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)