On 6/9/22 11:26 AM, [email protected] wrote: > From: Marc-André Lureau <[email protected]> > > The D-Bus connection starts processing messages before QEMU has the time > to set the object manager server. This is causing dbus-display-test to > fail randomly with: > > ERROR:../tests/qtest/dbus-display-test.c:68:test_dbus_display_vm: > assertion failed > (qemu_dbus_display1_vm_get_name(QEMU_DBUS_DISPLAY1_VM(vm)) == > "dbus-test"): (NULL == "dbus-test") ERROR > > Use the delayed message processing flag and method to avoid that > situation. > > (the bus connection doesn't need a fix, as the initialization is done > synchronously) > > Reported-by: Robinson, Cole <[email protected]> > Signed-off-by: Marc-André Lureau <[email protected]> > --- > ui/dbus.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-)
Fedora test build passed for me. Thanks Marc-André! Tested-by: Cole Robinson <[email protected]> - Cole
