HADOOP-16450. ITestS3ACommitterFactory to not use useInconsistentClient. (#1145)
Contributed by Steve Loughran. Change-Id: Ifb9771a73a07f744e4ed5f5e6be72473179db439
This commit is contained in:
parent
dc6cf17b34
commit
382151670b
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue