On Tue, Mar 21, 2017 at 11:39:50AM +0100, Thomas Huth wrote: > When running certain HMP commands (like "device_del") via QMP, we > can sometimes get a QMP event in the response first, so that the > "g_assert(ret)" statement in qtest_hmp() triggers and the test > fails. So ignore such QMP events when looking for the real > return value from QMP. > > Signed-off-by: Thomas Huth <th...@redhat.com> > --- > tests/libqtest.c | 6 ++++++ > 1 file changed, 6 insertions(+)
qmp.py keeps a queue of events so they can be processed later. I guess an event queue will be needed eventually because discarding events makes it hard to write reliable test cases that check for events. But as long as current qtests work correctly: Reviewed-by: Stefan Hajnoczi <stefa...@redhat.com>
signature.asc
Description: PGP signature