mehakmeet commented on pull request #3508: URL: https://github.com/apache/hadoop/pull/3508#issuecomment-932034418
Tested on tip of the chain of commits: Region: ap-south-1 `mvn clean verify -Dparallel-tests -DtestsThreadCount=4 -Dscale` ### CSE: `[INFO] Results: [INFO] [WARNING] Tests run: 586, 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: 1467, Failures: 0, Errors: 2, Skipped: 637 ``` ``` [ERROR] ITestS3AFileContextStatistics>FCStatisticsBaseTest.testStatistics:103->verifyWrittenBytes:96 Mismatch in bytes written expected:<512> but was:<698> [ERROR] Errors: [ERROR] ITestS3AContractRootDir>AbstractContractRootDirectoryTest.testRecursiveRootListing:267 » TestTimedOut [INFO] [ERROR] Tests run: 151, Failures: 2, Errors: 1, Skipped: 28 ``` timeout due to setup/bandwidth, happens on trunk as well for me. ` ITestS3AFileContextStatistics`, there is a bug, that needs fixing. ### non-CSE `[INFO] Results: [INFO] [WARNING] Tests run: 586, Failures: 0, Errors: 0, Skipped: 5` `[INFO] [ERROR] Tests run: 1467, Failures: 0, Errors: 2, Skipped: 467` `[INFO] [ERROR] Tests run: 151, Failures: 1, Errors: 1, Skipped: 28` ### CSE-S3Guard `[INFO] Results: [INFO] [WARNING] Tests run: 586, Failures: 0, Errors: 0, Skipped: 5` `[INFO] Results: [INFO] [WARNING] Tests run: 1467, Failures: 0, Errors: 0, Skipped: 1256` `[INFO] Results: [INFO] [WARNING] Tests run: 151, Failures: 0, Errors: 0, Skipped: 92` ### non-CSE-S3Guard `[INFO] Results: [INFO] [WARNING] Tests run: 586, Failures: 0, Errors: 0, Skipped: 5` `[INFO] [ERROR] Tests run: 1467, Failures: 0, Errors: 4, Skipped: 388` `[INFO] [ERROR] Tests run: 11, Failures: 0, Errors: 3, Skipped: 0` CC: @steveloughran -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
