aminghadersohi commented on PR #44288:
URL: https://github.com/apache/superset/pull/44288#issuecomment-5687457631
Coordination note found while auditing #44287's CI.
This PR (`e2f3a1b9c640`) and #44283 (`f7b3a9c14e02`) **both** declare:
```python
down_revision = ("88a01c781622", "c7f53d184ea2")
```
Both merge the same two heads. If both land as currently authored, master
goes back to two heads (`e2f3a1b9c640` and `f7b3a9c14e02`) and the `Multiple
head revisions are present for given argument 'head'` startup failure returns
repo-wide.
Whichever of the two merges second should be rebased so its `down_revision`
is the single revision that landed first, rather than re-merging the same pair.
cc @eschutho for #44283.
Current state confirmed by recomputing the graph from `origin/master` @
`a184395eca7c291d0b8b438f00690c633112f4d7`: 387 revisions, 2 heads —
`c7f53d184ea2`, `88a01c781622`. This PR is fully green (65 pass / 16 skipped /
0 fail) and awaits committer review; it is the blocker for the
migration-dependent jobs on #44285, #44286 and #44287.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]