From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37325) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eyqrL-0003zp-Rd for qemu-devel@nongnu.org; Wed, 21 Mar 2018 23:25:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eyqrK-0003Wt-UZ for qemu-devel@nongnu.org; Wed, 21 Mar 2018 23:25:47 -0400 Date: Thu, 22 Mar 2018 11:25:19 +0800 From: Peter Xu Message-ID: <20180322032519.GC32362@xz-mi> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] raw iotest regressions in 2.12.0-rc0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: John Snow Cc: Qemu-block , qemu-devel , Eric Blake On Wed, Mar 21, 2018 at 05:58:48PM -0400, John Snow wrote: > ./check -v -raw > Failures: 109 132 136 148 152 183 > > 3fd2457d18edf5736f713dfe1ada9c87a9badab1 is the first bad commit > commit 3fd2457d18edf5736f713dfe1ada9c87a9badab1 > Author: Peter Xu > Date: Fri Mar 9 17:00:03 2018 +0800 > > monitor: enable IO thread for (qmp & !mux) typed > > Start to use dedicate IO thread for QMP monitors that are not using > MUXed chardev. > > Reviewed-by: Fam Zheng > Reviewed-by: Stefan Hajnoczi > Signed-off-by: Peter Xu > Message-Id: <20180309090006.10018-21-peterx@redhat.com> > Signed-off-by: Eric Blake > > > The symptom appears to be extra "RESUME" events in the stream that > weren't expected by the original output for tests 109 and 183; the rest > are python and I didn't dig yet. > > ./check -v raw > Failures: 055 > Failed 5 of 5 tests > > 91ad45061af0fe44ac5dadb5bedaf4d7a08077c8 is the first bad commit > commit 91ad45061af0fe44ac5dadb5bedaf4d7a08077c8 > Author: Peter Xu > Date: Fri Mar 9 17:00:05 2018 +0800 > > tests: qmp-test: verify command batching > > OOB introduced DROP event for flow control. This should not affect old > QMP clients. Add a command batching check to make sure of it. > > Reviewed-by: Stefan Hajnoczi > Signed-off-by: Peter Xu > Message-Id: <20180309090006.10018-23-peterx@redhat.com> > Reviewed-by: Eric Blake > Signed-off-by: Eric Blake > > > > Maybe these are known, but I wanted to consolidate them for rc0 for > something easy to search for. There are others for qcow2 which I'll post > in a bit...! I'll have a look on this today and see whether this is the same problem as reported by Max. Sorry for that, and thanks for reporting! -- Peter Xu