From 48673bc2a8b81e8e3df4e6a2d8502ce7e3fde2f4 Mon Sep 17 00:00:00 2001 From: Steve Loughran Date: Fri, 3 Aug 2018 16:06:00 -0700 Subject: [PATCH] HADOOP-15626. FileContextMainOperationsBaseTest.testBuilderCreateAppendExistingFile fails on filesystems without append. Contributed by Steve Loughran. --- .../s3a/fileContext/ITestS3AFileContextMainOperations.java | 6 ++++++ 1 file changed, 6 insertions(+) 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 7247c168c6..3b4eaf4a80 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 @@ -51,6 +51,12 @@ public void testCreateFlagCreateAppendExistingFile() throws IOException { //append not supported, so test removed } + @Test + @Ignore + public void testBuilderCreateAppendExistingFile() throws IOException { + // not supported + } + @Test @Ignore public void testSetVerifyChecksum() throws IOException {