File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed
hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change 29
29
import org .apache .hadoop .fs .Path ;
30
30
import org .apache .hadoop .fs .contract .s3a .S3AContract ;
31
31
32
- import static org .apache .hadoop .fs .s3a .S3ATestUtils .createTestPath ;
33
- import static org .apache .hadoop .fs .s3a .S3ATestUtils .isCreatePerformanceEnabled ;
34
- import static org .apache .hadoop .fs .s3a .S3ATestUtils .setPerformanceFlags ;
32
+ import static org .apache .hadoop .fs .s3a .S3ATestUtils .*;
35
33
36
34
/**
37
35
* S3A Test suite for the FSMainOperationsBaseTest tests.
@@ -79,6 +77,18 @@ public void testCopyToLocalWithUseRawLocalFileSystemOption()
79
77
}
80
78
81
79
@ Override
80
+ public void testWriteReadAndDeleteOneAndAHalfBlocks () throws Exception {
81
+ //Skipping this test for AnalyticsAccelerator as it is acting as an overwrite test
82
+ skipIfAnalyticsAcceleratorEnabled (this .contract .getConf ());
83
+ }
84
+
85
+ @ Override
86
+ public void testWriteReadAndDeleteTwoBlocks () throws Exception {
87
+ //Skipping this test for AnalyticsAccelerator as it is acting as an overwrite test
88
+ skipIfAnalyticsAcceleratorEnabled (this .contract .getConf ());
89
+ }
90
+
91
+ @ Override
82
92
public void testOverwrite () throws IOException {
83
93
boolean createPerformance = isCreatePerformanceEnabled (fSys );
84
94
try {
You can’t perform that action at this time.
0 commit comments