Repository: hadoop
Updated Branches:
  refs/heads/branch-2.8 5f36b6226 -> 747be79b2


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

(cherry picked from commit ce3613c9656e57efdc73edd1787bd9622d1b716e)
(cherry picked from commit af266c8c85971da18c2675c5aa638907b5016fc5)


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/747be79b
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/747be79b
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/747be79b

Branch: refs/heads/branch-2.8
Commit: 747be79b227166393e1f6b37ce9b30d3cf88f5ce
Parents: 5f36b62
Author: Daniel Templeton <templ...@apache.org>
Authored: Wed Dec 28 20:09:00 2016 -0800
Committer: Daniel Templeton <templ...@apache.org>
Committed: Wed Dec 28 20:11:56 2016 -0800

----------------------------------------------------------------------
 .../src/test/java/org/apache/hadoop/hdfs/TestSafeMode.java          | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/747be79b/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/TestSafeMode.java
----------------------------------------------------------------------
diff --git 
a/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/TestSafeMode.java
 
b/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/TestSafeMode.java
index e1b958e..d5d576d 100644
--- 
a/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/TestSafeMode.java
+++ 
b/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/TestSafeMode.java
@@ -482,6 +482,7 @@ public class TestSafeMode {
    * Tests some utility methods that surround the SafeMode's state.
    * @throws IOException when there's an issue connecting to the test DFS.
    */
+  @Test
   public void testSafeModeUtils() throws IOException {
     dfs = cluster.getFileSystem();
 


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to