VenkatSNarayanan commented on PR #7690:
URL: https://github.com/apache/hadoop/pull/7690#issuecomment-2998014307

   @steveloughran Managed to run the ITests with the 
SimpleAWSCredentialsProvider, and the aforementioned failures don't show up 
(aside from the timeout error). There is a different test that fails with this 
stacktrace:
   
   [ERROR] 
testIfMatchOverwriteWithOutdatedEtag(org.apache.hadoop.fs.s3a.impl.ITestS3APutIfMatchAndIfNoneMatch)
  Time elapsed: 3.164 s  <<< FAILURE!
   java.lang.AssertionError: Expected a 
org.apache.hadoop.fs.s3a.RemoteFileChangedException to be thrown, but got the 
result: : 
S3AFileStatus{path=s3a://vn7-test-bucket/job-00-fork-0008/test/testIfMatchOverwriteWithOutdatedEtag;
 isDirectory=false; length=1024; replication=1; blocksize=33554432; 
modification_time=1750712397000; access_time=0; owner=vnarayanan; 
group=vnarayanan; permission=rw-rw-rw-; isSymlink=false; hasAcl=false; 
isEncrypted=true; isErasureCoded=false} isEmptyDirectory=FALSE 
eTag="4340256b04f80df42c1a89c65a60d35d" versionId=null
        at 
org.apache.hadoop.test.LambdaTestUtils.intercept(LambdaTestUtils.java:501)
        at 
org.apache.hadoop.test.LambdaTestUtils.intercept(LambdaTestUtils.java:386)
        at 
org.apache.hadoop.fs.s3a.impl.ITestS3APutIfMatchAndIfNoneMatch.testIfMatchOverwriteWithOutdatedEtag(ITestS3APutIfMatchAndIfNoneMatch.java:476)
        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:59)
        at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
        at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
        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:61)
        at 
org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:299)
        at 
org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:293)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at java.lang.Thread.run(Thread.java:750)


-- 
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-unsubscr...@hadoop.apache.org

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


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