Page MenuHomePhabricator

Fix mitkRESTClientTest
Closed, ResolvedPublic

Description

mitkRESTClientTest fails pretty often on our dashboard. There's a variable that is modified asynchronously by 20 threads and its value sometimes isn't as expected after that. The variable is not used in a thread-safe way, though.