1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-02 15:25:54 +02:00

tests: Avoid TCP port collision between lint.scm and guix-daemon.sh.

This could lead to random deadlocks in one of these two tests when
running "make check -j5".

* tests/guix-daemon.sh (tcp_socket): Change port to 9998 to avoid
collision with tests/lint.scm.
This commit is contained in:
Ludovic Courtès
2019-06-27 11:05:52 +02:00
parent 08c95ba28d
commit c30d117822
+1 -1
View File
@@ -196,7 +196,7 @@ done
# Make sure garbage collection from a TCP connection does not work.
tcp_socket="127.0.0.1:9999"
tcp_socket="127.0.0.1:9998"
guix-daemon --listen="$tcp_socket" &
daemon_pid=$!