Am 15.03.2019 um 12:46 hat Sergio Lopez geschrieben: > There are various actions in this test that must be executed > sequentially, as the result of it depends on the state triggered by the > previous one. > > If the last argument of _send_qemu_cmd() is an empty string, it just > sends the QMP commands without waiting for an answer. While unlikely, it > may happen that the next action in the test gets invoked before QEMU > processes the QMP request. > > This issue seems to be easier to reproduce on servers with limited > resources or highly loaded. > > With this change, we wait for an answer on all _send_qemu_cmd() calls. > > Signed-off-by: Sergio Lopez <s...@redhat.com>
Thanks, applied to the block branch. Kevin