-
Type:
Sub-task
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: HADOOP-13345
-
Component/s: fs/s3
-
Labels:None
-
Target Version/s:
-
Hadoop Flags:Reviewed
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.