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
Some expected failures of git-http-backend leaves running its children
(receive-pack or upload-pack) which still hold opened descriptors
to act.err and with some probability they live long enough to write
there their failure messages after next test has already truncated
the files. This causes occasional failures of the test script.
Avoid the issue by using separated output and error file for each test,
apprending the test number to their name.
Reported-by: Carlo Arenas <[email protected]>
Helped-by: Carlo Arenas <[email protected]>
Helped-by: Junio C Hamano <[email protected]>
Signed-off-by: Max Kirillov <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>
0 commit comments