adoroszlai commented on PR #10620: URL: https://github.com/apache/ozone/pull/10620#issuecomment-4815410118
> * [flaky-test-check run](https://github.com/chihsuan/ozone/actions/runs/28250989222): 100 runs (10 splits x 10 iterations) of all methods in both classes, all green. Looks like HDDS-15589 introduced a bug in `flaky-test-check` where splits are not marked as failed. Workflow summary shows 3 splits exited with error code 1 (i.e. failure): - https://github.com/chihsuan/ozone/actions/runs/28250989222/job/83702832794#step:7:1835 - https://github.com/chihsuan/ozone/actions/runs/28250989222/job/83702832853#step:7:1717 - https://github.com/chihsuan/ozone/actions/runs/28250989222/job/83702832827#step:7:1835 So the patch may need more work. To fix the workflow, can you please try this change? ```diff diff --git .github/workflows/intermittent-test-check.yml .github/workflows/intermittent-test-check.yml index d6f1f9ef0c..bc208141d8 100644 --- .github/workflows/intermittent-test-check.yml +++ .github/workflows/intermittent-test-check.yml @@ -213,7 +213,6 @@ jobs: set -x hadoop-ozone/dev-support/checks/junit.sh $args -Dtest="$TEST_CLASS#$TEST_METHOD,Abstract*Test*\$*" fi - continue-on-error: true env: DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }} repo_path: ${{ steps.download-ozone-repo.outputs.download-path }} ``` Sorry for the trouble. -- 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]
