[ 
https://issues.apache.org/jira/browse/HADOOP-14247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15947683#comment-15947683
 ] 

Hudson commented on HADOOP-14247:
---------------------------------

SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #11490 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/11490/])
HADOOP-14247. FileContextMainOperationsBaseTest should clean up test (liuml07: 
rev 13c766b62c48ae07849f7f1762ef6883239aef54)
* (edit) 
hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/FileContextMainOperationsBaseTest.java


> FileContextMainOperationsBaseTest should clean up test root path
> ----------------------------------------------------------------
>
>                 Key: HADOOP-14247
>                 URL: https://issues.apache.org/jira/browse/HADOOP-14247
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: fs, test
>    Affects Versions: 2.8.0
>            Reporter: Mingliang Liu
>            Assignee: Mingliang Liu
>            Priority: Minor
>         Attachments: HADOOP-14247.000.patch
>
>
> {{fileContextTestHelper}} will create random test root directory for each 
> test case, say $RANDOM. After test, we only delete the $RANDOM/test directory 
> in tearDown(). This will leave dangling directories under the {{test-dir}} 
> directory. For S3A with S3Guard enabled, those useless test directories will 
> stay in DynamoDB forever. Let's clear out the test root path, which is 
> (generated randomly and) safe to remove.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to