summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/socket/1867601
blob: af9527c1e91750779a59a48ef7d2c3d97fa01122 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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().