Details
-
Sub-task
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
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:
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
When running the entire test suite on my EC2, I get:
Time elapsed: 600.01 s <<< ERROR! org.junit.runners.model.TestTimedOutException: test timed out after 600000 milliseconds
Attachments
Issue Links
- is duplicated by
-
HADOOP-18386 ITestS3SelectLandsat timeout after 10 minutes
- Resolved
- links to