-
Notifications
You must be signed in to change notification settings - Fork 277
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: gradle-check action ran for different PR #2782
Comments
It is possible that it is a race condition tho I have not seen such cases happen until this point. Thanks. |
I just observed a similar problem, but in this case it wasn't a PR workflow and instead was the gradle check that runs on merge. See this commit. The little red |
Could this be the casue ? actions/checkout#27 thanks, |
Hi, I am cloing this issue as it has been a while with no further updating from all stack holders in case... pls feel free to re-open or create a new one if you face the same issue ... thanks, |
Describe the bug
I submitted a revision to PR 4869 which appeared to trigger a gradle check action 5204. This reported a failure in my PR, but that gradle check action was actually for a different PR and ran against a different commit, leading to quite a lot of confusion. Seems like maybe a race condition?
More details here: opensearch-project/OpenSearch#4869 (comment)
To reproduce
Probably requires two PR submitting changes nearly simultaneously? Not sure how to deterministically reproduce.
Expected behavior
The gradle check action should run against my commit in my PR, not a different commit.
Screenshots
No response
Host / Environment
No response
Additional context
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: