Skip to content

Commit feaadb3

Browse files
committed
re-enable running git-daemon tests on CI
It became clear that the issue was home-made. The remote interactions of the 'free' variants never terminated the connection, which could have left the daemon hanging. It might have filled up its 32 slots, leading to rejection later, maybe.
1 parent aba9c17 commit feaadb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/journey/gix.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ title "gix (with repository)"
109109

110110
# for some reason, on CI the daemon always shuts down before we can connect,
111111
# or isn't actually ready despite having accepted the first connection already.
112-
(not_on_ci with "git:// protocol"
112+
(with "git:// protocol"
113113
launch-git-daemon
114114
(with "version 1"
115115
it "generates the correct output" && {
@@ -278,7 +278,7 @@ title "gix commit-graph"
278278
)
279279
)
280280
fi
281-
(not_on_ci with "git:// protocol"
281+
(with "git:// protocol"
282282
launch-git-daemon
283283
(with "version 1"
284284
(with "NO output directory"

0 commit comments

Comments
 (0)