[
https://issues.apache.org/jira/browse/HADOOP-12438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Haohui Mai updated HADOOP-12438:
--------------------------------
Summary: Reset RawLocalFileSystem.useDeprecatedFileStatus in
TestLocalFileSystem (was: TestLocalFileSystem tests can fail on Windows after
HDFS-8767 fix for handling pipe.)
> 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
> 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)