From 218af15bbb96ea9e109d1b67171f9ff298b6194c Mon Sep 17 00:00:00 2001 From: Dennis Klein Date: Wed, 12 Apr 2017 13:59:04 +0200 Subject: [PATCH] ensure that FairMQ.Protocols is not run in parallel The testsuite uses hardcoded system resources (TCP ports) and is consequently not thread-safe. --- fairmq/test/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/fairmq/test/CMakeLists.txt b/fairmq/test/CMakeLists.txt index 0eaeb8b4..d2882d0b 100644 --- a/fairmq/test/CMakeLists.txt +++ b/fairmq/test/CMakeLists.txt @@ -47,6 +47,7 @@ add_testsuite(FairMQ.Protocols DEPENDS testhelper_runTestDevice INCLUDES ${CMAKE_CURRENT_SOURCE_DIR}/protocols TIMEOUT 30 + RUN_SERIAL ON )