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

Contributed by Steve Loughran.

Change-Id: Ifb9771a73a07f744e4ed5f5e6be72473179db439
This commit is contained in:
Steve Loughran 2019-12-16 13:29:30 +00:00 committed by Gabor Bota
parent dc6cf17b34
commit 382151670b

View File

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