Mingliang Liu created HADOOP-14227:
--------------------------------------

             Summary: S3Guard: ITestS3AConcurrentOps is not cleaning up test 
data
                 Key: HADOOP-14227
                 URL: https://issues.apache.org/jira/browse/HADOOP-14227
             Project: Hadoop Common
          Issue Type: Bug
          Components: fs/s3
            Reporter: Mingliang Liu
            Assignee: Mingliang Liu


After running {{ITestS3AConcurrentOps}}, the test data is not cleanup in 
DynamoDB. There are two reasons:
# The {{ITestS3AConcurrentOps::teardown()}} method is not calling super 
teardown() method to clean up the default test directory.
# The {{auxFs}} is not S3Guard aware even though the {{fs}} to test is. That's 
because the {{auxFs}} is creating a new Configuration object without patching 
in S3Guard options (via {{maybeEnableS3Guard(conf);}}).

This JIRA is to clean up the data after test.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-dev-h...@hadoop.apache.org

Reply via email to