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.
master
Ludovic Courtès 2019-06-27 11:05:52 +02:00
parent 08c95ba28d
commit c30d117822
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

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=$!