summary refs log tree commit diff stats
path: root/results/scraper/launchpad-without-comments/1867601
blob: 7cd7576013746dd12cace17ebdf6187371ee287b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
test-char not concurrent with unix socket

'make check-unit' might fail when running multiple tests in parallel.

Apparently occurred on OSX CI:
https://travis-ci.org/github/philmd/qemu/jobs/662357430

Guess is same unix path used:

static SocketAddress unixaddr = {
    .type = SOCKET_ADDRESS_TYPE_UNIX,
    .u.q_unix.path = (char *)"test-char.sock",
};

Note, other tests in this file use g_dir_make_tmp().