secfree created HDFS-16392:
------------------------------

             Summary: TestWebHdfsFileSystemContract#testResponseCode fails
                 Key: HDFS-16392
                 URL: https://issues.apache.org/jira/browse/HDFS-16392
             Project: Hadoop HDFS
          Issue Type: Bug
          Components: test
    Affects Versions: 3.4.0
            Reporter: secfree
            Assignee: secfree


We can find a lot of failed cases with searching 
"TestWebHdfsFileSystemContract" in "pull requests" 
(https://github.com/apache/hadoop/pulls?q=is%3Apr+is%3Aopen+TestWebHdfsFileSystemContract)

And they all have the following exception log

{code}
[ERROR] 
testResponseCode(org.apache.hadoop.hdfs.web.TestWebHdfsFileSystemContract)  
Time elapsed: 30.019 s  <<< ERROR!
org.junit.runners.model.TestTimedOutException: test timed out after 30000 
milliseconds
        at java.net.SocketInputStream.socketRead0(Native Method)
        at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
        ...

[ERROR] 
org.apache.hadoop.hdfs.web.TestWebHdfsFileSystemContract.testResponseCode(org.apache.hadoop.hdfs.web.TestWebHdfsFileSystemContract)
[ERROR]   Run 1: TestWebHdfsFileSystemContract.testResponseCode:473 » 
TestTimedOut test timed o...
[ERROR]   Run 2: TestWebHdfsFileSystemContract.testResponseCode:473 » 
TestTimedOut test timed o...
[ERROR]   Run 3: TestWebHdfsFileSystemContract.testResponseCode:473 » 
TestTimedOut test timed o...
{code}

This issue has the same root cause as HDFS-16168



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org

Reply via email to