adoroszlai opened a new pull request, #10626: URL: https://github.com/apache/ozone/pull/10626
## What changes were proposed in this pull request? HDDS-15589 introduced a bug in `flaky-test-check` where splits are not marked as failed. Workflow summary still shows splits exited with error code 1 (i.e. failure). Example: https://github.com/chihsuan/ozone/actions/runs/28250989222 The problem is that `Execute tests` passes due to `continue-on-error`, and `Summary of failures` only runs on `failure`. To ensure that failure is properly reported, remove `continue-on-error`. https://issues.apache.org/jira/browse/HDDS-15700 ## How was this patch tested? Passing `flaky-test-check` is green: https://github.com/adoroszlai/ozone/actions/runs/28290160719 Failing `flaky-test-check` is red: https://github.com/adoroszlai/ozone/actions/runs/28290150197 -- 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]
