Skip to content

Commit

Permalink
HDDS-11243. Remove DataNodeSafeModeRule Code.
Browse files Browse the repository at this point in the history
  • Loading branch information
fanshilun committed Nov 25, 2024
1 parent 535b29c commit e3b150c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -770,6 +770,7 @@ public void testPipelinesNotCreatedUntilPreCheckPasses() throws Exception {
SCMDatanodeProtocolServer.NodeRegistrationContainerReport nodeRegistrationContainerReport =
HddsTestUtils.createNodeRegistrationContainerReport(containers);
queue.fireEvent(SCMEvents.CONTAINER_REGISTRATION_REPORT, nodeRegistrationContainerReport);
queue.fireEvent(SCMEvents.NODE_REGISTRATION_CONT_REPORT, nodeRegistrationContainerReport);
assertTrue(scmSafeModeManager.getInSafeMode());
assertFalse(scmSafeModeManager.getPreCheckComplete());
}
Expand Down

0 comments on commit e3b150c

Please sign in to comment.