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:
parent
08c95ba28d
commit
c30d117822
|
@ -196,7 +196,7 @@ done
|
||||||
|
|
||||||
# Make sure garbage collection from a TCP connection does not work.
|
# 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" &
|
guix-daemon --listen="$tcp_socket" &
|
||||||
daemon_pid=$!
|
daemon_pid=$!
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue