You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-dev@hadoop.apache.org by "Chuan Liu (JIRA)" <ji...@apache.org> on 2013/06/19 08:00:21 UTC

[jira] [Created] (YARN-852) TestAggregatedLogFormat.testContainerLogsFileAccess fails on Windows

Chuan Liu created YARN-852:
------------------------------

             Summary: TestAggregatedLogFormat.testContainerLogsFileAccess fails on Windows
                 Key: YARN-852
                 URL: https://issues.apache.org/jira/browse/YARN-852
             Project: Hadoop YARN
          Issue Type: Bug
            Reporter: Chuan Liu
            Assignee: Chuan Liu
            Priority: Minor


The YARN unit test case fails on Windows when comparing expected message with log message in the file. The expected message constructed in the test case has two problems: 1) it uses Path.separator to concatenate path string. Path.separator is always a forward slash, which does not match the backslash used in the log message. 2) On Windows, the default file owner is Administrators group if the file is created by an Administrators user. The test expect the user to be the current user.

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