mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-12-16 16:00:18 +00:00
ensure that FairMQ.Protocols is not run in parallel
The testsuite uses hardcoded system resources (TCP ports) and is consequently not thread-safe.
This commit is contained in:
committed by
Mohammad Al-Turany
parent
d866589be1
commit
218af15bbb
@@ -47,6 +47,7 @@ add_testsuite(FairMQ.Protocols
|
|||||||
DEPENDS testhelper_runTestDevice
|
DEPENDS testhelper_runTestDevice
|
||||||
INCLUDES ${CMAKE_CURRENT_SOURCE_DIR}/protocols
|
INCLUDES ${CMAKE_CURRENT_SOURCE_DIR}/protocols
|
||||||
TIMEOUT 30
|
TIMEOUT 30
|
||||||
|
RUN_SERIAL ON
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user