mbox

[PULL,0/3] NBD patches for 2019-02-25

Message ID 20190225152015.26089-1-eblake@redhat.com
State New
Headers show

Pull-request

https://repo.or.cz/qemu/ericb.git tags/pull-nbd-2019-02-25

Message

Eric Blake Feb. 25, 2019, 3:20 p.m. UTC
The following changes since commit 59a568b57848b10e8a44518a889323f12ccdd8f4:

  Merge remote-tracking branch 'remotes/kraxel/tags/vga-20190222-pull-request' into staging (2019-02-25 12:49:07 +0000)

are available in the Git repository at:

  https://repo.or.cz/qemu/ericb.git tags/pull-nbd-2019-02-25

for you to fetch changes up to f62b3c953fae63e627cfe86333efb6294bb48a14:

  iotests: avoid broken pipe with certtool (2019-02-25 08:20:17 -0600)

----------------------------------------------------------------
nbd patches for 2019-02-25

- iotest failure fixes for tests related to NBD

----------------------------------------------------------------
Andrey Shinkevich (1):
      iotests: handle TypeError for Python3 in test 242

Daniel P. Berrangé (2):
      iotests: ensure we print nbd server log on error
      iotests: avoid broken pipe with certtool

 tests/qemu-iotests/common.tls | 48 ++++++++++++++++++++++++++++---------------
 tests/qemu-iotests/233        |  3 +++
 tests/qemu-iotests/242        |  8 ++++++--
 3 files changed, 41 insertions(+), 18 deletions(-)

Comments

Eric Blake Feb. 26, 2019, 2:03 p.m. UTC | #1
On 2/25/19 9:20 AM, Eric Blake wrote:
> The following changes since commit 59a568b57848b10e8a44518a889323f12ccdd8f4:
> 
>   Merge remote-tracking branch 'remotes/kraxel/tags/vga-20190222-pull-request' into staging (2019-02-25 12:49:07 +0000)
> 
> are available in the Git repository at:
> 
>   https://repo.or.cz/qemu/ericb.git tags/pull-nbd-2019-02-25
> 
> for you to fetch changes up to f62b3c953fae63e627cfe86333efb6294bb48a14:
> 
>   iotests: avoid broken pipe with certtool (2019-02-25 08:20:17 -0600)
> 
> ----------------------------------------------------------------
> nbd patches for 2019-02-25
> 
> - iotest failure fixes for tests related to NBD
> 
> ----------------------------------------------------------------
> Andrey Shinkevich (1):
>       iotests: handle TypeError for Python3 in test 242

NACK - there will be a v2 pull request with an update for this patch.

> 
> Daniel P. Berrangé (2):
>       iotests: ensure we print nbd server log on error
>       iotests: avoid broken pipe with certtool
> 
>  tests/qemu-iotests/common.tls | 48 ++++++++++++++++++++++++++++---------------
>  tests/qemu-iotests/233        |  3 +++
>  tests/qemu-iotests/242        |  8 ++++++--
>  3 files changed, 41 insertions(+), 18 deletions(-)
>