adoroszlai commented on PR #7566: URL: https://github.com/apache/ozone/pull/7566#issuecomment-2538570706
> It tested by the CI This is usually expected to mean "CI completed successfully with these changes". However, in this case, as you have noticed, some tests are failing: https://github.com/sokui/ozone/actions/runs/12286612359/job/34288154427#step:6:759 Unfortunately CI does not provide logs, because individual test cases after the failing one keep timing out, eventually reaching overall CI timeout. I'll make a note to improve that. You can run the same test locally. First, reduce test cases to minimum: 1. Edit `hadoop-ozone/dist/src/main/compose/ozone-ha/test.sh`: - delete everything after `start_docker_env 5` - add `execute_robot_test ${SCM} -v BUCKET_LAYOUT:FILE_SYSTEM_OPTIMIZED s3/MultipartUpload.robot` 2. Edit `hadoop-ozone/dist/src/main/smoketest/s3/MultipartUpload.robot` - delete all test cases after `Test abort Multipart upload with invalid uploadId` ``` mvn -DskipTests -DskipShade clean package cd hadoop-ozone/dist/target/ozone-2.0.0-SNAPSHOT/compose/ozone-ha ./test.sh ``` I tried this locally, it seems OM terminates when aborting unknown MPU. Can you please check? -- 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]
