adoroszlai opened a new pull request, #8667: URL: https://github.com/apache/ozone/pull/8667
## What changes were proposed in this pull request? _integration (flaky)_ re-runs a few times, if necessary, until they pass, but `[ERROR]` appears in the log for each failure. Example: ``` [WARNING] Flakes: [WARNING] org.apache.hadoop.fs.ozone.TestLeaseRecovery.testGetCommittedBlockLengthTimeout(boolean)[1] [ERROR] Run 1: TestLeaseRecovery.testGetCommittedBlockLengthTimeout:400->closeIgnoringOMException:123 expected: <KEY_UNDER_LEASE_RECOVERY> but was: <KEY_NOT_FOUND> [INFO] Run 2: PASS [INFO] [WARNING] org.apache.hadoop.fs.ozone.TestLeaseRecovery.testGetCommittedBlockLengthTimeout(boolean)[2] [ERROR] Run 1: TestLeaseRecovery.testGetCommittedBlockLengthTimeout:390 expected: <3> but was: <0> [INFO] Run 2: PASS [INFO] [INFO] [WARNING] Tests run: 103, Failures: 0, Errors: 0, Skipped: 0, Flakes: 2 ``` This was flagged by `_post_process.sh` as a problem, failing _integration (flaky)_ in the end. Therefore, use only test results to determine its status. https://issues.apache.org/jira/browse/HDDS-13307 ## How was this patch tested? Regular CI: https://github.com/adoroszlai/ozone/actions/runs/15773378890 Flaky test check (to verify status is reported correctly): - passing: https://github.com/adoroszlai/ozone/actions/runs/15773833469 - failing: https://github.com/adoroszlai/ozone/actions/runs/15773861827 -- 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]
