Re: [Qemu-devel] [PATCH V2 0/2] runner: Control test duration

2014-08-19 Thread Kevin Wolf
Am 19.08.2014 um 11:18 hat Stefan Hajnoczi geschrieben: > On Tue, Aug 19, 2014 at 12:02:33AM +0400, Maria Kustova wrote: > > The first patch adds the '--duration SECONDS' argument. After the specified > > duration the runner allows to end the current test and then exits. > > > > The second patch a

Re: [Qemu-devel] [PATCH V2 0/2] runner: Control test duration

2014-08-19 Thread Stefan Hajnoczi
On Tue, Aug 19, 2014 at 12:02:33AM +0400, Maria Kustova wrote: > The first patch adds the '--duration SECONDS' argument. After the specified > duration the runner allows to end the current test and then exits. > > The second patch adds forced termination of a program under test, if the test > exec

[Qemu-devel] [PATCH V2 0/2] runner: Control test duration

2014-08-18 Thread Maria Kustova
The first patch adds the '--duration SECONDS' argument. After the specified duration the runner allows to end the current test and then exits. The second patch adds forced termination of a program under test, if the test execution takes more than 10 minutes to indicate program freezes. If a progr