You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
few branch... tests have been failing sporadically due to the undefined rev order in rev-list (at least in git 2.22).
the fix:
add --topo-order qualifier to the rev-list to make the order to be stable across different test.
still failing tests:
test/error.t (Wstat: 0 Tests: 17 Failed: 1)
Failed test: 17
Parse errors: No plan found in TAP output
test/pull-merge.t (Wstat: 0 Tests: 13 Failed: 1)
Failed test: 8
test/push-after-init.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output
test/push-new-branch.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output
test/push.t (Wstat: 0 Tests: 17 Failed: 2)
Failed tests: 3-4
0 commit comments