tmnd1991 commented on PR #6301:
URL: https://github.com/apache/hadoop/pull/6301#issuecomment-1900631924
These are the mvn results:
```
Tests run: 1315, Failures: 5, Errors: 85, Skipped: 295
```
So only 5 failures:
```
[ERROR] Failures:
[ERROR] ITestS3AClosedFS.testClosedInstrumentation:111
[S3AInstrumentation.hasMetricSystem()] expected:<[fals]e> but was:<[tru]e>
[ERROR] ITestS3AConfiguration.testRequestTimeout:444 Configured
fs.s3a.connection.request.timeout is different than what AWS sdk configuration
uses internally expected:<120000> but was:<15000>
[ERROR] ITestS3AConfiguration.testS3SpecificSignerOverride:574 Expected a
java.io.IOException to be thrown, but got the result: :
HeadBucketResponse(BucketRegion=eu-west-1, AccessPointAlias=false)
[ERROR]
ITestS3ACommitterFactory.testEverything:115->testInvalidFileBinding:165
Expected a org.apache.hadoop.fs.s3a.commit.PathCommitException to be thrown,
but got the result: :
FileOutputCommitter{PathOutputCommitter{context=TaskAttemptContextImpl{JobContextImpl{jobId=job_202401190481_0001};
taskId=attempt_202401190481_0001_m_000000_0, status=''};
org.apache.hadoop.mapreduce.lib.output.FileOutputCommitter@35401dbc};
outputPath=s3a://agile-hadoop-s3-test/test/testEverything,
workPath=s3a://agile-hadoop-s3-test/test/testEverything/_temporary/1/_temporary/attempt_202401190481_0001_m_000000_0,
algorithmVersion=1, skipCleanup=false, ignoreCleanupFailures=false}
[ERROR]
ITestS3AFileSystemStatistic.testBytesReadWithStream:72->Assert.assertEquals:647->Assert.failNotEquals:835->Assert.fail:89
Mismatch in number of FS bytes read by InputStreams expected:<2048> but
was:<19619524>
```
yes, I'm testing from my laptop providing this `auth-keys.xml`:

All the following error out during setup because of
`java.lang.IllegalArgumentException: An endpoint cannot set when
fs.s3a.endpoint.fips is true : https://s3.eu-west-1.amazonaws.com`:
- ITestS3AAWSCredentialsProvider
- ITestS3AFailureHandling
- ITestS3APrefetchingCacheFiles
- ITestDelegatedMRJob
- ITestS3GuardTool
- ITestS3Select
- ITestS3SelectCLI
- ITestS3SelectLandsat
- ITestS3SelectMRJob
While these error out for different reasons:
- ITestS3ARequesterPays » lambda$testRequesterPaysDisabledFails$0:112 »
AWSRedirect Received...
- ITestMarkerTool » AWSRedirect
- ITestS3ACannedACLs » AWSBadRequest
- ITestSessionDelegationInFilesystem » AccessDenied
- ITestAWSStatisticCollection » AccessDenied s3a://land...
- ITestDelegatedMRJob » AccessDenied s3a://osm-pds/pla...
--
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]