Closed
Description
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