From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38994) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XJhMH-0000GR-LS for qemu-devel@nongnu.org; Tue, 19 Aug 2014 07:13:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XJhMC-00059X-IB for qemu-devel@nongnu.org; Tue, 19 Aug 2014 07:13:45 -0400 Received: from mx1.redhat.com ([209.132.183.28]:16634) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XJhMC-00059R-9a for qemu-devel@nongnu.org; Tue, 19 Aug 2014 07:13:40 -0400 Date: Tue, 19 Aug 2014 13:13:34 +0200 From: Kevin Wolf Message-ID: <20140819111334.GC4638@noname.redhat.com> References: <20140819091803.GA25538@stefanha-thinkpad.redhat.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="PNTmBPCT7hxwcZjr" Content-Disposition: inline In-Reply-To: <20140819091803.GA25538@stefanha-thinkpad.redhat.com> Subject: Re: [Qemu-devel] [PATCH V2 0/2] runner: Control test duration List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: famz@redhat.com, Maria Kustova , qemu-devel@nongnu.org, Maria Kustova --PNTmBPCT7hxwcZjr Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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 speci= fied > > duration the runner allows to end the current test and then exits. > >=20 > > The second patch adds forced termination of a program under test, if th= e test > > execution takes more than 10 minutes to indicate program freezes. > >=20 > > If a program under test hangs, then the specified test duration can be = overrun > > up to 10 minutes. > >=20 > > The patch series is based on https://github.com/stefanha/qemu/commits/b= lock, > > commit 07a45925fa88376f8583a333e74f7eeb0f455685 > >=20 > > v1 -> v2: > > * Trivial fixes based on the review of Fam Zheng > > * Increased time-out (in some cases 5 minutes interval returned false > > negatives) > >=20 > > Maria Kustova (2): > > runner: Add an argument for test duration > > runner: Kill a program under test by time-out > >=20 > > tests/image-fuzzer/runner.py | 50 ++++++++++++++++++++++++++++++++++++= +------- > > 1 file changed, 42 insertions(+), 8 deletions(-) >=20 > Reviewed-by: Stefan Hajnoczi Thanks, applied all to the block branch. Kevin --PNTmBPCT7hxwcZjr Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (GNU/Linux) iQIcBAEBAgAGBQJT8zFeAAoJEH8JsnLIjy/WobEP/AlPVAymR6bXEF5Ahtp1IELf lhq1tCwAwQLqmqo9wm+BvaE69C/gFQPF8r8KSbiyjOhg212XkZhEH06bCJ68UENv zR5tUZEEdcPz21m4FDCN5nLQ/OmMffaA+FVC+1KN4vf2LatnIOvAW81k5TJXM+Z/ IwC+KzD5B+Y7C03KQTohd0dnhvZ537iBPjfu0ZFi+VKoFUe+QPRhL46evfnGeVVv j/rVlB795hm0/Kf7cFf6ySlSaEsuhgva2YW4oAXoMJz9o9qfqep9dLCU1iTEmuoo S2mzIFHa3FT9YNUqpF6LJx86+2jUN4vio28PNMlakTLSBOMroylkBc1trKQyINIw moLhdfVV2XUmFWed2T3acrTDkmpYNPMEoK/V83/Vlz/p3z0cxH8eByMERcBRGMLm uW6bwpsX11LjQnN5HhOmo3V+kcJ8t/g43gZrSAf5D6GPobFMPJ7/dFfkmikZmwg4 fqhglKbzbg9pD4Fy0915d1kSyH5MgvO7GfWTxTlA6KmxaVEgc5k/7sQ10VFQ31/s hc9EbWZ1vcExbqV3FuZ+TCneTY7QGoPo1tK1f2kk2j8JaYLtpn59KlvQLbuSf1VH lKxfXR0AcRo1ZNhmha199Dv0rXe5YQnM6rSq8iQKITqgC2QoNpMRsXe7xTeKqFn4 gicv2APZF53V6AdjTdao =3JST -----END PGP SIGNATURE----- --PNTmBPCT7hxwcZjr--