[ 
https://issues.apache.org/jira/browse/HADOOP-18366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17572010#comment-17572010
 ] 

Steve Loughran commented on HADOOP-18366:
-----------------------------------------

i think it's just too slow a test...its a scale test but it doesn't have the 
test timeout extension config option of S3AScaleTestBase. I suspect it used to 
work ok, but as the dataset grew it slowed down.

options
* copy and paste the getTestTimeout methods
* make the test faster!. do we really need to scan through all the output?

> ITestS3Select.testSelectSeekFullLandsat is timing out
> -----------------------------------------------------
>
>                 Key: HADOOP-18366
>                 URL: https://issues.apache.org/jira/browse/HADOOP-18366
>             Project: Hadoop Common
>          Issue Type: Sub-task
>            Reporter: Ahmar Suhail
>            Priority: Minor
>
> ITestS3Select.testSelectSeekFullLandsat is timing out. When I run it 
> separately on my IDE, I get the following output repeatedly till I stop the 
> test manually:
>  
> {code:java}
> 2022-07-25 15:15:37,463 [JUnit-testSelectSeekFullLandsat] DEBUG s3a.Invoker 
> (DurationInfo.java:close(101)) - read(): duration 0:00.000s
> 2022-07-25 15:15:37,463 [JUnit-testSelectSeekFullLandsat] DEBUG s3a.Invoker 
> (DurationInfo.java:<init>(80)) - Starting: read()
> 2022-07-25 15:15:37,463 [JUnit-testSelectSeekFullLandsat] DEBUG s3a.Invoker 
> (DurationInfo.java:close(101)) - read(): duration 0:00.000s
> 2022-07-25 15:15:37,463 [JUnit-testSelectSeekFullLandsat] DEBUG s3a.Invoker 
> (DurationInfo.java:<init>(80)) - Starting: read()
> 2022-07-25 15:15:37,463 [JUnit-testSelectSeekFullLandsat] DEBUG s3a.Invoker 
> (DurationInfo.java:close(101)) - read(): duration 0:00.000s {code}
> When running the entire test suite on my EC2, I get:
> {code:java}
> Time elapsed: 600.01 s  <<< ERROR!
> org.junit.runners.model.TestTimedOutException: test timed out after 600000 
> milliseconds {code}



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