浏览代码

HADOOP-16450. ITestS3ACommitterFactory to not use useInconsistentClient. (#1145)

Contributed by Steve Loughran.

Change-Id: Ifb9771a73a07f744e4ed5f5e6be72473179db439
Steve Loughran 5 年之前
父节点
当前提交
382151670b

+ 5 - 0
hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/commit/ITestS3ACommitterFactory.java

@@ -107,6 +107,11 @@ public class ITestS3ACommitterFactory extends AbstractCommitITest {
     taskConfRef = tContext.getConfiguration();
   }
 
+  @Override
+  public boolean useInconsistentClient() {
+    return false;
+  }
+
   @Test
   public void testEverything() throws Throwable {
     testImplicitFileBinding();