F64116045 commented on PR #11031: URL: https://github.com/apache/ozone/pull/11031#issuecomment-5396404048
<img width="1608" height="316" alt="image" src="https://github.com/user-attachments/assets/947832ea-f476-448b-a1b4-b9cbfdc3511f" /> Thanks @Gargi-jais11 , I checked the log. The failure is actually from `testS3LifecycleConfigurationCreationFailed`, not a ListDirectoryBuckets test. It expected `InvalidRequest`, but got `InvalidArgument`. The test was added by #10986 on Aug 17 ([source](/apache/ozone/blob/32b6c97db1f7871f507ac1496638cafb2a6aed2c/hadoop-ozone/integration-test-s3/src/test/java/org/apache/hadoop/ozone/s3/awssdk/v2/AbstractS3SDKV2Tests.java#L2547-L2552)). #11003 had already run its last CI on Aug 15 ([run](https://github.com/apache/ozone/actions/runs/31875494075/job/94991824463)), then merged on Aug 18 and changed this path to return `InvalidArgument` ([source](/apache/ozone/blob/a9b67b11ccb7c0b8efc075d3123d23d1f4c93133/hadoop-ozone/s3gateway/src/main/java/org/apache/hadoop/ozone/s3/endpoint/BucketLifecycleHandler.java#L141-L146)). Our CI ran before #11045 updated the expected value ([source](/apache/ozone/blob/a46d391d915833805c3aec99cd986bdcc757e451/hadoop-ozone/integration-test-s3/src/test/java/org/apache/hadoop/ozone/s3/awssdk/v2/AbstractS3SDKV2Tests.java#L2547-L2552)). I’ve merged the latest `master` in [39393e0](/apache/ozone/pull/11031/commits/39393e0c6ef268e5be0a58e182114cf8fbb74c36) to pick up that fix. That was the cause of the failed run. Thanks for pointing it out. -- 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]
