From 466fe524451064339a4e603526ea3a5bc30b6fb8 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Fri, 20 Dec 2024 19:51:17 +0100 Subject: [PATCH] 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. --- tests/journey/gix.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/journey/gix.sh b/tests/journey/gix.sh index a7acfc8f70e..dd180cff8c7 100644 --- a/tests/journey/gix.sh +++ b/tests/journey/gix.sh @@ -109,7 +109,7 @@ title "gix (with repository)" # for some reason, on CI the daemon always shuts down before we can connect, # or isn't actually ready despite having accepted the first connection already. - (not_on_ci with "git:// protocol" + (with "git:// protocol" launch-git-daemon (with "version 1" it "generates the correct output" && { @@ -278,7 +278,7 @@ title "gix commit-graph" ) ) fi - (not_on_ci with "git:// protocol" + (with "git:// protocol" launch-git-daemon (with "version 1" (with "NO output directory"