sodonnel commented on a change in pull request #2617:
URL: https://github.com/apache/ozone/pull/2617#discussion_r703080481



##########
File path: 
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/scm/node/TestDecommissionAndMaintenance.java
##########
@@ -343,21 +324,8 @@ public void 
testSingleNodeWithOpenPipelineCanGotoMaintenance()
     DatanodeDetails newDN = nm.getNodeByUuid(dn.getUuid().toString());
     waitForDnToReachHealthState(newDN, HEALTHY);
     waitForDnToReachPersistedOpState(newDN, IN_MAINTENANCE);
-  }
-
-  @Test
-  // After a node enters maintenance and is stopped, it can be recommissioned 
in
-  // SCM. Then when it is restarted, it should go back to IN_SERVICE and have
-  // that persisted on the DN.
-  public void testStoppedMaintenanceNodeTakesScmStateOnRestart()

Review comment:
       This test is merged into 
`testSingleNodeWithOpenPipelineCanGotoMaintenance` by recommissioning after 
maintenance is complete.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to