You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Todd Lipcon (JIRA)" <ji...@apache.org> on 2010/10/20 21:26:29 UTC

[jira] Created: (HDFS-1470) TestFileStatus fails on some hosts

TestFileStatus fails on some hosts
----------------------------------

                 Key: HDFS-1470
                 URL: https://issues.apache.org/jira/browse/HDFS-1470
             Project: Hadoop HDFS
          Issue Type: Bug
          Components: hdfs client, test
    Affects Versions: 0.22.0
            Reporter: Todd Lipcon
         Attachments: failed-TestFileStatus.txt

Seems like it is DNS/canonicalized host name-related

Testcase: testListStatusOnFile took 0.013 sec
  FAILED
expected:<or...@cf68a8f0> but was:<or...@f5e942ef>
junit.framework.AssertionFailedError: expected:<or...@cf68a8f0> but was:<or...@f5e942ef>
  at org.apache.hadoop.hdfs.TestFileStatus.testListStatusOnFile(TestFileStatus.java:160)

Testcase: testGetFileStatusOnDir took 0.165 sec
  Caused an ERROR
expected:<hdfs://localhost[.localdomain]:34589/test/mkdirs/f...> but was:<hdfs://localhost[]:34589/test/mkdirs/f...>
  at org.apache.hadoop.hdfs.TestFileStatus.testGetFileStatusOnDir(TestFileStatus.java:250)


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.