Chuan Liu created HDFS-5105:
-------------------------------

             Summary: 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


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

Reply via email to