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

Steve Loughran commented on HADOOP-19274:
-----------------------------------------

closed fs test could happen if there is an existing fs in the process, so bad 
cleanup from before. fix would be for setup to do a closelAllForUGI

other failure is
{code}
n
[ERROR] 
testS3SpecificSignerOverride(org.apache.hadoop.fs.s3a.ITestS3AConfiguration)  
Time elapsed: 0.513 s  <<< FAILURE!
org.junit.ComparisonFailure: [Custom S3 signer not called] expected:<[tru]e> 
but was:<[fals]e>
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
        at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
        at 
org.apache.hadoop.fs.s3a.ITestS3AConfiguration.testS3SpecificSignerOverride(ITestS3AConfiguration.java:589)
{code}

customer signer. we've seen that before I think

> S3A: new test failures on branch-3.4.1
> --------------------------------------
>
>                 Key: HADOOP-19274
>                 URL: https://issues.apache.org/jira/browse/HADOOP-19274
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: fs/s3, test
>    Affects Versions: 3.4.1
>            Reporter: Steve Loughran
>            Priority: Major
>
> test failures on a -Dscale run; s3 usw-1, caller has IAM role.
> {code}
> [INFO] Running org.apache.hadoop.fs.s3a.ITestS3AClosedFS
> [ERROR] Tests run: 8, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1.497 
> s <<< FAILURE! - in org.apache.hadoop.fs.s3a.ITestS3AClosedFS
> [ERROR] testClosedInstrumentation(org.apache.hadoop.fs.s3a.ITestS3AClosedFS)  
> Time elapsed: 0.143 s  <<< FAILURE!
> org.junit.ComparisonFailure: [S3AInstrumentation.hasMetricSystem()] 
> expected:<[fals]e> but was:<[tru]e>
>         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native 
> Method)
>         at 
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
>         at 
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
>         at 
> org.apache.hadoop.fs.s3a.ITestS3AClosedFS.testClosedInstrumentation(ITestS3AClosedFS.java:111)
> {code}



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to