[Avocado-devel] Avocado+QEMU - regular meetings on Tuesdays

2018-11-09 Thread Cleber Rosa
Hello everyone, This is a cross-list post, and a cross-community invitation for a regular meeting about QEMU testing automation, Avocado's role in that, CI efforts and related topics. The meetings will take place every Tuesday from 6:00 AM to 7:00 AM, (GMT-05:00) Eastern Time - New York. The

Re: [Avocado-devel] timeout during setUp?

2018-11-09 Thread Lukáš Doktor
Dne 09. 11. 18 v 12:52 Brian J. Murrell napsal(a): > On Fri, 2018-11-09 at 08:46 +0100, Lukáš Doktor wrote: >> >> * In normal execution: >> * Test receive status after test PID finished = 10 >> * Test PID died after test status delivered = 60 > > I'm not sure what those two are trying to

Re: [Avocado-devel] timeout during setUp?

2018-11-09 Thread Brian J. Murrell
On Fri, 2018-11-09 at 08:46 +0100, Lukáš Doktor wrote: > > * In normal execution: > * Test receive status after test PID finished = 10 > * Test PID died after test status delivered = 60 I'm not sure what those two are trying to describe exactly. > * In interrupted execution

Re: [Avocado-devel] tearDown() subject to test timeout?

2018-11-09 Thread Lukáš Doktor
Dne 08. 11. 18 v 21:10 Brian J. Murrell napsal(a): > If I set a timeout for a test, that seems to include the tearDown() > also, so that effectively any test that times out doesn't get to run > it's tearDown(). > Even when test is interrupted the tearDown is executed, only the deadline for the

Re: [Avocado-devel] timeout during setUp?

2018-11-09 Thread Lukáš Doktor
Dne 08. 11. 18 v 21:03 Brian & Jennifer Murrell napsal(a): > On Thu, 2018-11-08 at 13:02 -0500, Brian J. Murrell wrote: >> Hi. >> >> Is there some kind of time limit on the setUp() method? 60 seconds >> perhaps? >> > > NVM. I figured this one out. > Dear Brian, just to clarify, let me answer