From 7c8d4a1b3fe07c26949a6b50e4b121e5cb3ac3b2 Mon Sep 17 00:00:00 2001 From: Masatake Iwasaki Date: Thu, 13 Jul 2017 21:41:43 +0900 Subject: [PATCH] HADOOP-14646. FileContextMainOperationsBaseTest#testListStatusFilterWithSomeMatches never runs. Contributed by Andras Bokor. (cherry picked from commit b61ab8573eb2f224481118004f620fe9f18db74b) --- .../org/apache/hadoop/fs/FileContextMainOperationsBaseTest.java | 1 + 1 file changed, 1 insertion(+) diff --git a/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/FileContextMainOperationsBaseTest.java b/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/FileContextMainOperationsBaseTest.java index f24a2f59f59..c835076d16d 100644 --- a/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/FileContextMainOperationsBaseTest.java +++ b/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/FileContextMainOperationsBaseTest.java @@ -390,6 +390,7 @@ public abstract class FileContextMainOperationsBaseTest { } + @Test public void testListStatusFilterWithSomeMatches() throws Exception { Path[] testDirs = { getTestRootPath(fc, TEST_DIR_AAA),