You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/08/04 02:48:00 UTC

[jira] [Work logged] (HADOOP-17823) S3A Tests to skip if S3Guard and S3-CSE are enabled.

     [ https://issues.apache.org/jira/browse/HADOOP-17823?focusedWorklogId=633270&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-633270 ]

ASF GitHub Bot logged work on HADOOP-17823:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 04/Aug/21 02:47
            Start Date: 04/Aug/21 02:47
    Worklog Time Spent: 10m 
      Work Description: mehakmeet opened a new pull request #3263:
URL: https://github.com/apache/hadoop/pull/3263


   Region: ap-south-1
   
   ### CSE ON, S3Guard ON
   ```
   [INFO] Results:
   [INFO] 
   [WARNING] Tests run: 574, Failures: 0, Errors: 0, Skipped: 9
   ```
   ```
   [INFO] Results:
   [INFO] 
   [ERROR] Errors: 
   [ERROR]   ITestS3AMiscOperationCost.testGetContentSummaryRoot:96->AbstractS3ACostTest.verifyMetrics:376->lambda$testGetContentSummaryRoot$1:96->getContentSummary:140 » TestTimedOut
   [ERROR]   ITestS3AMiscOperationCost.testGetContentSummaryRoot:96->AbstractS3ACostTest.verifyMetrics:376->lambda$testGetContentSummaryRoot$1:96->getContentSummary:140 » TestTimedOut
   [INFO] 
   [ERROR] Tests run: 1465, Failures: 0, Errors: 2, Skipped: 1266
   ```
   ```
   [INFO] Results:
   [INFO] 
   [WARNING] Tests run: 151, Failures: 0, Errors: 0, Skipped: 125
   ```
   
   ### CSE ON, S3Guard OFF
   
   ```
   [INFO] Results:
   [INFO] 
   [WARNING] Tests run: 574, Failures: 0, Errors: 0, Skipped: 9
   ```
   ```
   [INFO] Results:
   [INFO] 
   [ERROR] Errors: 
   [ERROR]   ITestS3AMiscOperationCost.testGetContentSummaryRoot:96->AbstractS3ACostTest.verifyMetrics:376->lambda$testGetContentSummaryRoot$1:96->getContentSummary:140 » TestTimedOut
   [ERROR]   ITestS3AMiscOperationCost.testGetContentSummaryRoot:96->AbstractS3ACostTest.verifyMetrics:376->lambda$testGetContentSummaryRoot$1:96->getContentSummary:140 » TestTimedOut
   [INFO] 
   [ERROR] Tests run: 1465, Failures: 0, Errors: 2, Skipped: 641
   ```
   ```
   [ERROR] Errors: 
   [ERROR]   ITestS3AContractRootDir>AbstractContractRootDirectoryTest.testRecursiveRootListing:267 » TestTimedOut
   [INFO] 
   [ERROR] Tests run: 151, Failures: 0, Errors: 1, Skipped: 28
   ```
   
   ### CSE OFF, S3Guard ON
   
   ```
   [INFO] Results:
   [INFO] 
   [WARNING] Tests run: 574, Failures: 0, Errors: 0, Skipped: 5
   ```
   ```
   [INFO] Results:
   [INFO] 
   [ERROR] Errors: 
   [ERROR]   ITestS3AFileSystemContract>FileSystemContractBaseTest.testLSRootDir:833->FileSystemContractBaseTest.assertListFilesFinds:848 » TestTimedOut
   [ERROR]   ITestS3AMiscOperationCost.testGetContentSummaryRoot:96->AbstractS3ACostTest.verifyMetrics:376->lambda$testGetContentSummaryRoot$1:96->getContentSummary:140 » TestTimedOut
   [ERROR]   ITestS3AMiscOperationCost.testGetContentSummaryRoot:96->AbstractS3ACostTest.verifyMetrics:376->lambda$testGetContentSummaryRoot$1:96->getContentSummary:140 » TestTimedOut
   [INFO] 
   [ERROR] Tests run: 1465, Failures: 0, Errors: 3, Skipped: 405
   ```
   ```
   [INFO] Results:
   [INFO] 
   [ERROR] Errors: 
   [ERROR]   ITestS3AContractRootDir.testListEmptyRootDirectory:82->AbstractContractRootDirectoryTest.testListEmptyRootDirectory:196 » TestTimedOut
   [ERROR]   ITestS3AContractRootDir>AbstractContractRootDirectoryTest.testRecursiveRootListing:265 » TestTimedOut
   [ERROR]   ITestS3AContractRootDir>AbstractContractRootDirectoryTest.testRmEmptyRootDirNonRecursive:101 » TestTimedOut
   [INFO] 
   [ERROR] Tests run: 11, Failures: 0, Errors: 3, Skipped: 0
   ```
   
   ### CSE OFF, S3Guard OFF
   
   ```
   [INFO] Results:
   [INFO] 
   [WARNING] Tests run: 574, Failures: 0, Errors: 0, Skipped: 5
   ```
   ```
   [INFO] Results:
   [INFO] 
   [ERROR] Errors: 
   [ERROR]   ITestS3AMiscOperationCost.testGetContentSummaryRoot:96->AbstractS3ACostTest.verifyMetrics:376->lambda$testGetContentSummaryRoot$1:96->getContentSummary:140 » TestTimedOut
   [ERROR]   ITestS3AMiscOperationCost.testGetContentSummaryRoot:96->AbstractS3ACostTest.verifyMetrics:376->lambda$testGetContentSummaryRoot$1:96->getContentSummary:140 » TestTimedOut
   [INFO] 
   [ERROR] Tests run: 1465, Failures: 0, Errors: 2, Skipped: 467
   ```
   ```
   [ERROR] Errors: 
   [ERROR]   ITestS3AContractRootDir>AbstractContractRootDirectoryTest.testRecursiveRootListing:267 » TestTimedOut
   [INFO] 
   [ERROR] Tests run: 151, Failures: 0, Errors: 1, Skipped: 28
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 633270)
    Remaining Estimate: 0h
            Time Spent: 10m

> S3A Tests to skip if S3Guard and S3-CSE are enabled.
> ----------------------------------------------------
>
>                 Key: HADOOP-17823
>                 URL: https://issues.apache.org/jira/browse/HADOOP-17823
>             Project: Hadoop Common
>          Issue Type: Bug
>            Reporter: Mehakmeet Singh
>            Assignee: Mehakmeet Singh
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Skip S3A tests when S3Guard and S3-CSE are enabled since it causes PathIOE otherwise.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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