You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Eli Collins (JIRA)" <ji...@apache.org> on 2012/07/12 01:09:35 UTC

[jira] [Updated] (HADOOP-7836) TestSaslRPC#testDigestAuthMethodHostBasedToken fails with hostname localhost.localdomain

     [ https://issues.apache.org/jira/browse/HADOOP-7836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eli Collins updated HADOOP-7836:
--------------------------------

    Description: 
TestSaslRPC#testDigestAuthMethodHostBasedToken fails on branch-1 on some hosts.

null expected:<localhost[]> but was:<localhost[.localdomain]>
junit.framework.ComparisonFailure: null expected:<localhost[]> but was:<localhost[.localdomain]>

null expected:<[localhost]> but was:<[eli-thinkpad]>
junit.framework.ComparisonFailure: null expected:<[localhost]> but was:<[eli-thinkpad]>


  was:
TestSaslRPC#testDigestAuthMethodHostBasedToken fails with the following if the localhost.localdomain is listed before localhost in the hosts file.

Testcase: testDigestAuthMethodHostBasedToken took 0.292 sec
        FAILED
null expected:<localhost[]> but was:<localhost[.localdomain]>
junit.framework.ComparisonFailure: null expected:<localhost[]> but was:<localhost[.localdomain]>
        at org.apache.hadoop.ipc.TestSaslRPC.testDigestAuthMethod(TestSaslRPC.java:384)
        at org.apache.hadoop.ipc.TestSaslRPC.testDigestAuthMethodHostBasedToken(TestSaslRPC.java:414)


    
> TestSaslRPC#testDigestAuthMethodHostBasedToken fails with hostname localhost.localdomain
> ----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-7836
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7836
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: ipc, test
>    Affects Versions: 1.1.0
>            Reporter: Eli Collins
>            Priority: Minor
>
> TestSaslRPC#testDigestAuthMethodHostBasedToken fails on branch-1 on some hosts.
> null expected:<localhost[]> but was:<localhost[.localdomain]>
> junit.framework.ComparisonFailure: null expected:<localhost[]> but was:<localhost[.localdomain]>
> null expected:<[localhost]> but was:<[eli-thinkpad]>
> junit.framework.ComparisonFailure: null expected:<[localhost]> but was:<[eli-thinkpad]>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira