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

Tsz-wo Sze updated HDFS-17841:
------------------------------
    Description: 
{code}
org.junit.ComparisonFailure: 
Expected :ns1-nn1.example.com:8020
Actual   :ns1-nn1.example.com/<unresolved>:8020
{code}
TestDFSUtil fails with JDK17 as above.

TestWebHDFSTimeouts also fails.  Both of the tests compare Strings but JDK17 
has changed.

  was:
{code}
org.junit.ComparisonFailure: 
Expected :ns1-nn1.example.com:8020
Actual   :ns1-nn1.example.com/<unresolved>:8020
{code}
TestDFSUtil fails with JDK17 as above.

        Summary: TestDFSUtil and TestWebHDFSTimeouts fail with JDK17  (was: 
TestDFSUtil fails with JDK17)

> TestDFSUtil and TestWebHDFSTimeouts fail with JDK17
> ---------------------------------------------------
>
>                 Key: HDFS-17841
>                 URL: https://issues.apache.org/jira/browse/HDFS-17841
>             Project: Hadoop HDFS
>          Issue Type: Test
>          Components: test
>            Reporter: Tsz-wo Sze
>            Assignee: Tsz-wo Sze
>            Priority: Major
>              Labels: pull-request-available
>
> {code}
> org.junit.ComparisonFailure: 
> Expected :ns1-nn1.example.com:8020
> Actual   :ns1-nn1.example.com/<unresolved>:8020
> {code}
> TestDFSUtil fails with JDK17 as above.
> TestWebHDFSTimeouts also fails.  Both of the tests compare Strings but JDK17 
> has changed.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to