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

Hudson commented on HDDS-653:
-----------------------------

SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #15206 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/15206/])
HDDS-653. TestMetadataStore#testIterator fails on Windows. Contributed 
(aengineer: rev 9227f3d22412f94d22f4cae6a4fb3a52ead9b011)
* (edit) 
hadoop-hdds/common/src/test/java/org/apache/hadoop/utils/TestMetadataStore.java


> TestMetadataStore#testIterator fails on Windows
> -----------------------------------------------
>
>                 Key: HDDS-653
>                 URL: https://issues.apache.org/jira/browse/HDDS-653
>             Project: Hadoop Distributed Data Store
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.2.1
>            Reporter: Yiqun Lin
>            Assignee: Yiqun Lin
>            Priority: Major
>             Fix For: 0.3.0, 0.4.0
>
>         Attachments: HDDS-653.001.patch
>
>
> Running the unit tests for hdds-common module, found one failure UT in 
> Windows.
> {noformat}
> java.io.IOException: Unable to delete file: 
> target\test\data\KbmK7CPN1M\MANIFEST-000002
>       at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:2381)
>       at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1679)
>       at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1575)
>       at 
> org.apache.hadoop.utils.TestMetadataStore.testIterator(TestMetadataStore.java:166)
> {noformat}
> Looking into this, we forget to close the db store and this will lead failure 
> of deleting file in Windows.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

Reply via email to