You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by st...@apache.org on 2018/08/03 23:06:34 UTC

hadoop git commit: HADOOP-15626. FileContextMainOperationsBaseTest.testBuilderCreateAppendExistingFile fails on filesystems without append. Contributed by Steve Loughran.

Repository: hadoop
Updated Branches:
  refs/heads/trunk 2b18bb4f3 -> 48673bc2a


HADOOP-15626. FileContextMainOperationsBaseTest.testBuilderCreateAppendExistingFile fails on filesystems without append.
Contributed by Steve Loughran.


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/48673bc2
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/48673bc2
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/48673bc2

Branch: refs/heads/trunk
Commit: 48673bc2a8b81e8e3df4e6a2d8502ce7e3fde2f4
Parents: 2b18bb4
Author: Steve Loughran <st...@apache.org>
Authored: Fri Aug 3 16:06:00 2018 -0700
Committer: Steve Loughran <st...@apache.org>
Committed: Fri Aug 3 16:06:00 2018 -0700

----------------------------------------------------------------------
 .../fs/s3a/fileContext/ITestS3AFileContextMainOperations.java  | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/48673bc2/hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/fileContext/ITestS3AFileContextMainOperations.java
----------------------------------------------------------------------
diff --git a/hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/fileContext/ITestS3AFileContextMainOperations.java b/hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/fileContext/ITestS3AFileContextMainOperations.java
index 7247c16..3b4eaf4 100644
--- a/hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/fileContext/ITestS3AFileContextMainOperations.java
+++ b/hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/fileContext/ITestS3AFileContextMainOperations.java
@@ -53,6 +53,12 @@ public class ITestS3AFileContextMainOperations
 
   @Test
   @Ignore
+  public void testBuilderCreateAppendExistingFile() throws IOException {
+    // not supported
+  }
+
+  @Test
+  @Ignore
   public void testSetVerifyChecksum() throws IOException {
     //checksums ignored, so test removed
   }


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org