[
https://issues.apache.org/jira/browse/HADOOP-2927?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12585392#action_12585392
]
Nigel Daley commented on HADOOP-2927:
-------------------------------------
I verified this patch fixes the test on Windows and still runs fine on Linux.
I also ran the test-patch target with these results:
[exec] +1 overall.
[exec]
[exec] @author +1. The patch does not contain any @author tags.
[exec]
[exec] tests included +1. The patch appears to include 3 new or
modified tests.
[exec]
[exec] javadoc +1. The javadoc tool did not generate any warning
messages.
[exec]
[exec] javac +1. The applied patch does not generate any new javac
compiler warnings.
[exec]
[exec] findbugs +1. The patch does not introduce any new Findbugs
warnings.
I will commit the patch now.
> Unit test fails on Windows: org.apache.hadoop.fs.TestDU.testDU
> --------------------------------------------------------------
>
> Key: HADOOP-2927
> URL: https://issues.apache.org/jira/browse/HADOOP-2927
> Project: Hadoop Core
> Issue Type: Bug
> Components: fs
> Affects Versions: 0.17.0
> Reporter: Mukund Madhugiri
> Assignee: Konstantin Shvachko
> Priority: Blocker
> Fix For: 0.17.0
>
> Attachments: testDU.patch
>
>
> Unit test fails on Windows: org.apache.hadoop.fs.TestDU.testDU
> Here is the output from the test: org.apache.hadoop.fs.TestDU.testDU:
> junit.framework.AssertionFailedError: expected:<2048> but was:<4096>
> at org.apache.hadoop.fs.TestDU.testDU(TestDU.java:82)
> The failure points to the new test code in TestDU.java that just went in as
> part of HADOOP-2845
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.