Skip to content

Commit 3821516

Browse files
steveloughranGabor Bota
authored andcommitted
HADOOP-16450. ITestS3ACommitterFactory to not use useInconsistentClient. (#1145)
Contributed by Steve Loughran. Change-Id: Ifb9771a73a07f744e4ed5f5e6be72473179db439
1 parent dc6cf17 commit 3821516

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,11 @@ public void setup() throws Exception {
107107
taskConfRef = tContext.getConfiguration();
108108
}
109109

110+
@Override
111+
public boolean useInconsistentClient() {
112+
return false;
113+
}
114+
110115
@Test
111116
public void testEverything() throws Throwable {
112117
testImplicitFileBinding();

0 commit comments

Comments
 (0)