steveloughran commented on issue #1707: HADOOP-16697. Tune/audit auth mode
URL: https://github.com/apache/hadoop/pull/1707#issuecomment-552940517
 
 
   tests need to unset auth mode dirs from per bucket settings, else 
ITestAuthoritativePath can fail
   
   ```
   [ERROR] testMultiAuthPath(org.apache.hadoop.fs.s3a.ITestAuthoritativePath)  
Time elapsed: 4.132 s  <<< FAILURE!
   java.lang.AssertionError: Listing was not supposed to include 
s3a://hwdev-steve-ireland-new/test/1573571607290/testMultiAuthPath-first/in-path-out-of-band.
 Actual: 
s3a://hwdev-steve-ireland-new/test/1573571607290/testMultiAuthPath-first/in-path-out-of-band
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failEquals(Assert.java:185)
        at org.junit.Assert.assertNotEquals(Assert.java:161)
        at 
org.apache.hadoop.fs.s3a.S3ATestUtils.checkListingDoesNotContainPath(S3ATestUtils.java:1306)
        at 
org.apache.hadoop.fs.s3a.ITestAuthoritativePath.runTestInsidePath(ITestAuthoritativePath.java:213)
        at 
org.apache.hadoop.fs.s3a.ITestAuthoritativePath.testMultiAuthPath(ITestAuthoritativePath.java:251)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
        at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
        at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
        at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
        at 
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
        at 
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
        at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
        at 
org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:298)
        at 
org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:292)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at java.lang.Thread.run(Thread.java:748)
   
   [INFO] 
   ```

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
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