Re: [libvirt] [PATCH] Fix parallel runs of TLS test suites

2013-08-13 Thread Martin Kletzander
On 08/13/2013 04:20 AM, Eric Blake wrote: On 08/09/2013 03:23 AM, Daniel P. Berrange wrote: Anyway, why I'm saying this is that one more filename should be renamed in order to avoid a race (which I was unable to reproduce, though). I have reproduced the race. ACK, yes this is also

Re: [libvirt] [PATCH] Fix parallel runs of TLS test suites

2013-08-12 Thread Eric Blake
On 08/09/2013 03:23 AM, Daniel P. Berrange wrote: Anyway, why I'm saying this is that one more filename should be renamed in order to avoid a race (which I was unable to reproduce, though). I have reproduced the race. ACK, yes this is also needed ontop of my patch. I went ahead and

Re: [libvirt] [PATCH] Fix parallel runs of TLS test suites

2013-08-09 Thread Martin Kletzander
On 08/09/2013 12:29 AM, Eric Blake wrote: On 08/08/2013 04:09 PM, Daniel P. Berrange wrote: From: Daniel P. Berrange berra...@redhat.com Use a seperate keyfile name for the two TLS test suites so that s/seperate/separate/ they don't clash when running tests in parallel Signed-off-by:

Re: [libvirt] [PATCH] Fix parallel runs of TLS test suites

2013-08-09 Thread Daniel P. Berrange
On Fri, Aug 09, 2013 at 09:53:30AM +0200, Martin Kletzander wrote: On 08/09/2013 12:29 AM, Eric Blake wrote: On 08/08/2013 04:09 PM, Daniel P. Berrange wrote: From: Daniel P. Berrange berra...@redhat.com Use a seperate keyfile name for the two TLS test suites so that

[libvirt] [PATCH] Fix parallel runs of TLS test suites

2013-08-08 Thread Daniel P. Berrange
From: Daniel P. Berrange berra...@redhat.com Use a seperate keyfile name for the two TLS test suites so that they don't clash when running tests in parallel Signed-off-by: Daniel P. Berrange berra...@redhat.com --- tests/virnettlscontexttest.c | 10 ++ tests/virnettlshelpers.c | 6

Re: [libvirt] [PATCH] Fix parallel runs of TLS test suites

2013-08-08 Thread Eric Blake
On 08/08/2013 04:09 PM, Daniel P. Berrange wrote: From: Daniel P. Berrange berra...@redhat.com Use a seperate keyfile name for the two TLS test suites so that s/seperate/separate/ they don't clash when running tests in parallel Signed-off-by: Daniel P. Berrange berra...@redhat.com ---