HDFS-12324. Ozone: TestQueryNode#testStaleNodesCount is failing. Contributed by Xiaoyu Yao.

This commit is contained in:
Xiaoyu Yao 2017-08-23 13:51:17 -07:00 committed by Owen O'Malley
parent 02f8c2224f
commit f51189e2bb
1 changed files with 0 additions and 4 deletions

View File

@ -116,9 +116,5 @@ public class TestQueryNode {
nodeCount = scmClient.queryNode(EnumSet.of(DEAD),
OzoneProtos.QueryScope.CLUSTER, "").getNodesCount();
assertEquals("Mismatch of expected nodes count", 2, nodeCount);
cluster.restartDataNode(0);
cluster.restartDataNode(1);
}
}