summary refs log tree commit diff stats
path: root/results/scraper/launchpad-without-comments/1867601
diff options
context:
space:
mode:
Diffstat (limited to 'results/scraper/launchpad-without-comments/1867601')
-rw-r--r--results/scraper/launchpad-without-comments/186760115
1 files changed, 15 insertions, 0 deletions
diff --git a/results/scraper/launchpad-without-comments/1867601 b/results/scraper/launchpad-without-comments/1867601
new file mode 100644
index 000000000..7cd757601
--- /dev/null
+++ b/results/scraper/launchpad-without-comments/1867601
@@ -0,0 +1,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().
\ No newline at end of file