WIP: Test of Non linear history detection #1852
Test of the fix introduced to avoid repetition of #1852
Test if the build system properly detect merge commits and parallel branches introduced only in fork on top of current upstream/master HEAD
Edited by Pierre-Alain Loizeau
Merge request reports
Activity
Filter activity
Test seems to work and properly detect the non-linear history with the proper count of "merge commits to remove" (checking only the new commits and therefore excluding the one already present in upstream/master).
One thing we may want to improve later is that, even if it is logically parallel, the test is not running in parallel to "RebaseCheck" due to the fact that we have only one runner. We may solve this either by:
- Running on the Linux runner (
#40
) and the other on the MacOs runner (#69
) - Adding one more Linux runner, which then unfortunately needs to be added to all developer forks
- Running on the Linux runner (
mentioned in merge request !117 (closed)
Please register or sign in to reply