Details
-
Bug
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
master
-
None
Description
If a precheck is started on a commit on top of a relation chain frequently, the relation chain isn't correctly respected sometimes.
Example:
https://codereview.qt-project.org/c/qt/qtbase/+/628012
This precheck failed, because of a missing Q_GUI_EXPORT in qkdetheme_p.h. This was added in PS 16 of https://codereview.qt-project.org/c/qt/qtbase/+/627351
Therefore, this precheck compiled (and was canceled when tests started).
However, this precheck failed again with the same unresolved symbol error. That means, PS 15 was checked out instead of the latest PS 16.