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