This repository has been archived by the owner on Apr 17, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Possible for submit queue to merge a sha other than what was tested #422
Labels
Comments
Possibly related race condition: I created kubernetes/kubernetes/pull/21519 with |
Still not fixed, I slipped something through after the lgtm label was removed: kubernetes/kubernetes#34958 (comment) |
this happened again in kubernetes/kubernetes#36407. |
This one is probably even worse. It has |
Well, it's basically the same issue, I think. It had |
apelisse
pushed a commit
to apelisse/contrib
that referenced
this issue
Nov 8, 2016
At least attempts to fix one or two of the problems in kubernetes-retired#422. Refresh the pull-request after we've done the tests to: - Make sure it is still mergeable (doesn't have do-no-merge label or still has lgtm label) - The SHA hasn't changed, so that we don't commit something we haven't tested
k8s-github-robot
pushed a commit
that referenced
this issue
Nov 8, 2016
Automatic merge from submit-queue mungegithub: Fixes #422 At least attempts to fix one or two of the problems in #422. Refresh the pull-request after we've done the tests to: - Make sure it is still mergeable (doesn't have do-no-merge label or still has lgtm label) - The SHA hasn't changed, so that we don't commit something we haven't tested
foxish
pushed a commit
to foxish/contrib
that referenced
this issue
Jan 20, 2017
At least attempts to fix one or two of the problems in kubernetes-retired#422. Refresh the pull-request after we've done the tests to: - Make sure it is still mergeable (doesn't have do-no-merge label or still has lgtm label) - The SHA hasn't changed, so that we don't commit something we haven't tested
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
There's a race condition in the submit queue where the queue may merge a sha other than what was tested:
For example: kubernetes/kubernetes#19716 : this PR was 5/5 checks green, then needed rebase after the merge bot had called for a final test. I rebased, repushed, and re-added the LGTM label, and the PR merged even though 1/5 checks was green (presumably CLA check) in github for that sha.
@eparis
The text was updated successfully, but these errors were encountered: