[
https://issues.apache.org/jira/browse/HADOOP-12438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14905822#comment-14905822
]
Hudson commented on HADOOP-12438:
---------------------------------
SUCCESS: Integrated in Hadoop-Yarn-trunk-Java8 #438 (See
[https://builds.apache.org/job/Hadoop-Yarn-trunk-Java8/438/])
HADOOP-12438. Reset RawLocalFileSystem.useDeprecatedFileStatus in
TestLocalFileSystem. Contributed by Chris Nauroth. (wheat9: rev
0ef7ff47d5d031783ce61e93d36dc30703b5b28b)
*
hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/TestLocalFileSystem.java
* hadoop-common-project/hadoop-common/CHANGES.txt
> Reset RawLocalFileSystem.useDeprecatedFileStatus in TestLocalFileSystem
> -----------------------------------------------------------------------
>
> Key: HADOOP-12438
> URL: https://issues.apache.org/jira/browse/HADOOP-12438
> Project: Hadoop Common
> Issue Type: Bug
> Components: test
> Reporter: Chris Nauroth
> Assignee: Chris Nauroth
> Priority: Trivial
> Fix For: 2.8.0
>
> Attachments: HADOOP-12438.001.patch
>
>
> A test written as part of HDFS-8767 uses Mockito's
> {{Whitebox#setInternalState}} to force the static
> {{RawLocalFileSystem#useDeprecatedFileStatus}} to {{false}}. On systems that
> don't implement a {{stat}} call (notably Windows), this leaves the class in a
> state where it will attempt the {{stat}} call anyway during subsequent tests.
> This ultimately causes tests to fail with {{UnsupportedOperationException}}.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)