* "Alceu R. de Freitas Jr." <glasswal...@yahoo.com.br> [2015-07-08T09:02:36]
> I've see errors reported from my distribution for situations that seems to me
> are related to concurrent tests execution (I'm always getting those from
> ANDK):

I have some tests in $Work code that must not be run in parallel.  I use a lock
so that only one can run at a time, and the others will block.  That way all
the tests run, but the ones that mustn't run in parallel don't.

But be sure you can't deadlock. :)

-- 
rjbs

Attachment: signature.asc
Description: Digital signature

Reply via email to