adoroszlai commented on pull request #2224: URL: https://github.com/apache/ozone/pull/2224#issuecomment-836267709
> a question about CI result, why the last two commits are passed, but the `checks` is not ? Do you mean why the checks passed on your branch, but not in the PR? It can happen for two reasons: 1. PR checks are run against the "merge" commit, which includes recent changes from the target branch (`master`). This source of difference can be eliminated (temporarily) by merging `master` into your branch, instead of triggering CI with empty commit. 2. Flaky tests. I think in this case it is the second one. `TestRatisPipelineProvider` has been failing occasionally, and it passes for me locally on your branch, as well as after a merge from `master`. -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
