flokli / gerrit-queue

A merge bot for Gerrit
Apache License 2.0
17 stars 2 forks source link

gerrit-queue will attempt to submit changes that are not ready #14

Open tazjin opened 1 year ago

tazjin commented 1 year ago

Sometimes, gerrit-queue will take a random change out of the middle of a chain that's still in-progress, rebase it onto HEAD and try to submit it (which in the case of TVL will often fail, as the build might not succeed due to the parents in the chain missing and then blocking submit).

We don't have a way to reproduce this, it just occasionally happens. Notably, when it happens it seems to occur in clusters - e.g. multiple of these incidents on the same day.

flokli commented 1 year ago

Do you have logs for one of these incidents? It might help to figure out what code paths are active while this happens.