Steve Loughran created HADOOP-19739:
---------------------------------------

             Summary: JUnit5: scale test timeouts in hadoop-aws and 
hadoop-azure are too low
                 Key: HADOOP-19739
                 URL: https://issues.apache.org/jira/browse/HADOOP-19739
             Project: Hadoop Common
          Issue Type: Bug
          Components: fs/azure, fs/s3, test
    Affects Versions: 3.5.0
            Reporter: Steve Loughran


 For the move to JUnit 5, we went from an @Timeout method which could be 
overridden and was extended in scale tests to a fixed class attribute

this can cause timeouts of slow tests, especially on parallel runs where each  
test thread gets less cpu time.

Adding a longer timeout to the scale test base is the obvious fix, with all the 
dynamic timeout calculation being cut to avoid anyone thinking it actually 
works. That is: unless someone knows how to restore it?



--
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