mbox series

[0/2] commit: Fix crash on job start with active I/O

Message ID 20190521191638.32713-1-kwolf@redhat.com (mailing list archive)
Headers show
Series commit: Fix crash on job start with active I/O | expand

Message

Kevin Wolf May 21, 2019, 7:16 p.m. UTC
Kevin Wolf (2):
  block: Drain source node in bdrv_replace_node()
  iotests: Test commit job start with concurrent I/O

 block.c                       |  7 +--
 tests/qemu-iotests/255        | 83 +++++++++++++++++++++++++++++++++++
 tests/qemu-iotests/255.out    | 16 +++++++
 tests/qemu-iotests/group      |  1 +
 tests/qemu-iotests/iotests.py | 10 ++++-
 5 files changed, 113 insertions(+), 4 deletions(-)
 create mode 100755 tests/qemu-iotests/255
 create mode 100644 tests/qemu-iotests/255.out