From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49156) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZwwaE-0001xO-2q for qemu-devel@nongnu.org; Thu, 12 Nov 2015 13:26:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zwwa9-0003is-5x for qemu-devel@nongnu.org; Thu, 12 Nov 2015 13:26:54 -0500 Received: from mx1.redhat.com ([209.132.183.28]:53189) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zwwa9-0003io-0w for qemu-devel@nongnu.org; Thu, 12 Nov 2015 13:26:49 -0500 References: <1447164879-6756-1-git-send-email-stefanha@redhat.com> <1447164879-6756-24-git-send-email-stefanha@redhat.com> From: Eric Blake Message-ID: <5644D9E3.3060204@redhat.com> Date: Thu, 12 Nov 2015 11:26:43 -0700 MIME-Version: 1.0 In-Reply-To: <1447164879-6756-24-git-send-email-stefanha@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="sH3bq1DeSFmOQ48cqM2PgNbavDTGnPIae" Subject: Re: [Qemu-devel] [PULL 23/44] tests: add BlockJobTxn unit test List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi , qemu-devel@nongnu.org Cc: Fam Zheng , Peter Maydell , John Snow This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --sH3bq1DeSFmOQ48cqM2PgNbavDTGnPIae Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 11/10/2015 07:14 AM, Stefan Hajnoczi wrote: > The BlockJobTxn unit test verifies that both single jobs and pairs of > jobs behave as a transaction group. Either all jobs complete > successfully or the group is cancelled. >=20 > Signed-off-by: Stefan Hajnoczi > Reviewed-by: Max Reitz > Reviewed-by: John Snow > Signed-off-by: Fam Zheng > Signed-off-by: John Snow > Message-id: 1446765200-3054-15-git-send-email-jsnow@redhat.com > Signed-off-by: Stefan Hajnoczi > --- > @@ -390,6 +392,7 @@ tests/test-coroutine$(EXESUF): tests/test-coroutine= =2Eo $(test-block-obj-y) > tests/test-aio$(EXESUF): tests/test-aio.o $(test-block-obj-y) > tests/test-rfifolock$(EXESUF): tests/test-rfifolock.o $(test-util-obj-= y) > tests/test-throttle$(EXESUF): tests/test-throttle.o $(test-block-obj-y= ) > +tests/test-blockjob-txn$(EXESUF): tests/test-blockjob-txn.o $(test-blo= ck-obj-y) $(test-util-obj-y) This commit creates a tests/test-blockjob-txn binary, but doesn't add it to tests/.gitignore. When doing a non-VPATH build, that results in an unclean tree (yeah, I know we recommend VPATH builds, but we already have precedence for ignoring all other test binaries when doing non-VPATH builds). --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --sH3bq1DeSFmOQ48cqM2PgNbavDTGnPIae Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJWRNnjAAoJEKeha0olJ0Nqlh8H/R5GtEG2qb0wGpxCPJtEFpLQ y9DE9jPucWNEzJocLUiyixBKe0fa3kGi8w+sJhm4Ms4hjjif7aKpMnIUjCMovdRH DKNv9VyIlXXv/HDFLLJ3rfwkUEBY41LAmfPqqDXGWORte4cpMDFLGYz5tSgLoflG WapZyWqvdv73NrMhlWqR+gjod3yBBtBDfqjYPLGVHZkYL5tG8ujlH4o2ALv6ptKE GMtEU3x3IaAakEhrCv/sGCFACkoXm/4KtHefw4LSs/Jm23/HMue47ZWv2aoN8SC7 iweKBUZ67aGSTkW4PX6FiVJJ3KOI+ylCut1YNbk0Sho93K5hCy0AYdPH31zpM5M= =TKIl -----END PGP SIGNATURE----- --sH3bq1DeSFmOQ48cqM2PgNbavDTGnPIae--