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

ASF GitHub Bot commented on HADOOP-18531:
-----------------------------------------

ashutoshcipher opened a new pull request, #5149:
URL: https://github.com/apache/hadoop/pull/5149

   ### Description of PR
   
   Fix assertion failure in ITestS3APrefetchingInputStream
   
   
   ### How was this patch tested?
   
   Ran Changed Integration in `us-west-2` region.
   
   Results:
   ```
   [INFO] -------------------------------------------------------
   [INFO]  T E S T S
   [INFO] -------------------------------------------------------
   [INFO] Running org.apache.hadoop.fs.s3a.ITestS3APrefetchingInputStream
   [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 60.2 
s - in org.apache.hadoop.fs.s3a.ITestS3APrefetchingInputStream
   [INFO] 
   [INFO] Results:
   [INFO] 
   [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0
   [INFO] 
   [INFO] 
------------------------------------------------------------------------
   [INFO] BUILD SUCCESS
   [INFO] 
------------------------------------------------------------------------
   [INFO] Total time: 01:19 min
   [INFO] Finished at: 2022-11-18T20:04:38Z
   [INFO] 
------------------------------------------------------------------------
   ```
   
   
   ### For code changes:
   
   - [X] Does the title or this PR starts with the corresponding JIRA issue id 
(e.g. 'HADOOP-17799. Your PR title ...')?
   - [X] Object storage: have the integration tests been executed and the 
endpoint declared according to the connector-specific documentation?
   - [ ] If adding new dependencies to the code, are these dependencies 
licensed in a way that is compatible for inclusion under [ASF 
2.0](http://www.apache.org/legal/resolved.html#category-a)?
   - [ ] If applicable, have you updated the `LICENSE`, `LICENSE-binary`, 
`NOTICE-binary` files?
   
   




> assertion failure in ITestS3APrefetchingInputStream
> ---------------------------------------------------
>
>                 Key: HADOOP-18531
>                 URL: https://issues.apache.org/jira/browse/HADOOP-18531
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: fs/s3, test
>    Affects Versions: 3.4.0
>            Reporter: Steve Loughran
>            Assignee: Ashutosh Gupta
>            Priority: Major
>
> assert failure in 
> {{ITestS3APrefetchingInputStream.testReadLargeFileFullyLazySeek}}; looks like 
> the executor was acquired faster than the test expected.
> {code}
> java.lang.AssertionError: 
> [Maxiumum named action_executor_acquired.max] 
> Expecting:
>  <0L>
> to be greater than:
>  <0L> 
> {code}
> proposed: cut that assert as it doesn't seem needed



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

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

Reply via email to