HDFS-11278. Add missing @Test annotation for TestSafeMode.testSafeModeUtils() (Contributed by Lukas Majercak via Daniel Templeton)

(cherry picked from commit ce3613c9656e57efdc73edd1787bd9622d1b716e)
This commit is contained in:
Daniel Templeton 2016-12-28 20:09:00 -08:00
parent f9b48206dd
commit af266c8c85

View File

@ -482,6 +482,7 @@ public void testDatanodeThreshold() throws IOException {
* Tests some utility methods that surround the SafeMode's state. * Tests some utility methods that surround the SafeMode's state.
* @throws IOException when there's an issue connecting to the test DFS. * @throws IOException when there's an issue connecting to the test DFS.
*/ */
@Test
public void testSafeModeUtils() throws IOException { public void testSafeModeUtils() throws IOException {
dfs = cluster.getFileSystem(); dfs = cluster.getFileSystem();