From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:37158) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1goteQ-00038M-ML for qemu-devel@nongnu.org; Wed, 30 Jan 2019 12:27:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1goteP-0004Kv-Re for qemu-devel@nongnu.org; Wed, 30 Jan 2019 12:27:50 -0500 Date: Wed, 30 Jan 2019 18:27:34 +0100 From: Kevin Wolf Message-ID: <20190130172734.GB892@localhost.localdomain> References: <20190114162605.5330-1-eblake@redhat.com> <20190114162605.5330-12-eblake@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190114162605.5330-12-eblake@redhat.com> Subject: Re: [Qemu-devel] [PULL 11/20] iotests: add iotest 236 for testing bitmap merge List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: qemu-devel@nongnu.org, John Snow , Vladimir Sementsov-Ogievskiy , Max Reitz , "open list:Block layer core" Am 14.01.2019 um 17:25 hat Eric Blake geschrieben: > From: John Snow > > New interface, new smoke test. > > Signed-off-by: John Snow > Reviewed-by: Vladimir Sementsov-Ogievskiy > Reviewed-by: Eric Blake > Message-Id: <20181221093529.23855-12-jsnow@redhat.com> > [eblake: fix last-minute change to echo text] > Signed-off-by: Eric Blake This test fails for me (with Python 3) because I get a different dict order. Probably related to the OrderedDict that qmp_log() uses, so log() uses sort_keys=False and the unordered dicts that are contained in the outer OrderedDict stay unordered. Kevin