[
https://issues.apache.org/jira/browse/HDFS-5105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13742923#comment-13742923
]
Hudson commented on HDFS-5105:
------------------------------
SUCCESS: Integrated in Hadoop-Hdfs-trunk #1494 (See
[https://builds.apache.org/job/Hadoop-Hdfs-trunk/1494/])
HDFS-5105. TestFsck fails on Windows. (Contributed by Chuan Liu) (arp:
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1514852)
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
*
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/TestFsck.java
> TestFsck fails on Windows
> -------------------------
>
> Key: HDFS-5105
> URL: https://issues.apache.org/jira/browse/HDFS-5105
> Project: Hadoop HDFS
> Issue Type: Bug
> Affects Versions: 3.0.0, 2.3.0
> Reporter: Chuan Liu
> Assignee: Chuan Liu
> Priority: Minor
> Attachments: HDFS-5105-trunk.2.patch, HDFS-5105-trunk.3.patch,
> HDFS-5105-trunk.patch
>
>
> TestFsck fails on Windows for two reasons.
> # log audit file is not closed in previous test case, which leads to the
> deletion failure on Windows in the next test case. Because the file is not
> deleted, it is written twice and the output does not match the expectation.
> # When comparing output string, we used '\n' while the line ending is '\r\n'
> on Windows.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira