You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Kai Zheng (JIRA)" <ji...@apache.org> on 2015/02/02 10:52:34 UTC

[jira] [Created] (HADOOP-11535) TableMapping related tests failed due to 'correct' resolving for test hostname

Kai Zheng created HADOOP-11535:
----------------------------------

             Summary: TableMapping related tests failed due to 'correct' resolving for test hostname
                 Key: HADOOP-11535
                 URL: https://issues.apache.org/jira/browse/HADOOP-11535
             Project: Hadoop Common
          Issue Type: Test
            Reporter: Kai Zheng
            Assignee: Kai Zheng
            Priority: Minor


When mvn test in my environment, it reported the following.
{noformat}
Failed tests: 
  TestTableMapping.testClearingCachedMappings:144 expected:</[rack1]> but was:</[default-rack]>
  TestTableMapping.testTableCaching:79 expected:</[rack1]> but was:</[default-rack]>
  TestTableMapping.testResolve:56 expected:</[rack1]> but was:</[default-rack]>
{noformat}

It's caused by the good resolving for the 'bad test' hostname 'a.b.c' as follows.
{noformat}
[drankye@zkdesk hadoop-common-project]$ ping a.b.c
PING a.b.c (220.250.64.228) 56(84) bytes of data.
{noformat}

I understand it may happen in just my local environment, and document this just in case others also meet this. We may use even worse hostname than 'a.b.c' to avoid such situation.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)