Re: [PATCH 2/5] qemu-nbd: fix regression with qemu-nbd --fork run over ssh

2023-08-15 Thread Eric Blake
On Mon, Aug 14, 2023 at 04:14:41PM +0200, Kevin Wolf wrote: > Am 17.07.2023 um 16:55 hat Denis V. Lunev geschrieben: > > Commit e6df58a5578fee7a50bbf36f4a50a2781cff855d > > Author: Hanna Reitz > > Date: Wed May 8 23:18:18 2019 +0200 > > qemu-nbd: Do not close stderr > > has

Re: [PATCH 2/5] qemu-nbd: fix regression with qemu-nbd --fork run over ssh

2023-08-15 Thread Peter Maydell
On Tue, 15 Aug 2023 at 15:59, Kevin Wolf wrote: > In general I think it makes sense that FAIL means that the test could > run as expected, but we got an unexpected result (i.e. this is likely a > QEMU bug), and SKIP means that the test couldn't meaningfully be > performed on the host system. > >

Re: [PATCH 2/5] qemu-nbd: fix regression with qemu-nbd --fork run over ssh

2023-08-15 Thread Kevin Wolf
Am 15.08.2023 um 14:17 hat Denis V. Lunev geschrieben: > Hi! > > Small side note. > > I am 100% sure that I have run this set of tests and > there was no fault. I have re-run them and once > again has not get the fault :-) > > The reason for that is quite interesting: > * the test does not

Re: [PATCH 2/5] qemu-nbd: fix regression with qemu-nbd --fork run over ssh

2023-08-15 Thread Denis V. Lunev
On 8/15/23 12:40, Denis V. Lunev wrote: On 8/14/23 16:14, Kevin Wolf wrote: Am 17.07.2023 um 16:55 hat Denis V. Lunev geschrieben: Commit e6df58a5578fee7a50bbf36f4a50a2781cff855d Author: Hanna Reitz Date:   Wed May 8 23:18:18 2019 +0200 qemu-nbd: Do not close stderr has

Re: [PATCH 2/5] qemu-nbd: fix regression with qemu-nbd --fork run over ssh

2023-08-15 Thread Denis V. Lunev
On 8/14/23 16:14, Kevin Wolf wrote: Am 17.07.2023 um 16:55 hat Denis V. Lunev geschrieben: Commit e6df58a5578fee7a50bbf36f4a50a2781cff855d Author: Hanna Reitz Date: Wed May 8 23:18:18 2019 +0200 qemu-nbd: Do not close stderr has introduced an interesting regression. Original

Re: [PATCH 2/5] qemu-nbd: fix regression with qemu-nbd --fork run over ssh

2023-08-14 Thread Kevin Wolf
Am 17.07.2023 um 16:55 hat Denis V. Lunev geschrieben: > Commit e6df58a5578fee7a50bbf36f4a50a2781cff855d > Author: Hanna Reitz > Date: Wed May 8 23:18:18 2019 +0200 > qemu-nbd: Do not close stderr > has introduced an interesting regression. Original behavior of > ssh somehost

Re: [PATCH 2/5] qemu-nbd: fix regression with qemu-nbd --fork run over ssh

2023-07-17 Thread Denis V. Lunev
On 7/17/23 21:04, Eric Blake wrote: On Mon, Jul 17, 2023 at 04:55:41PM +0200, Denis V. Lunev wrote: Commit e6df58a5578fee7a50bbf36f4a50a2781cff855d Author: Hanna Reitz Date: Wed May 8 23:18:18 2019 +0200 qemu-nbd: Do not close stderr has introduced an interesting regression.

Re: [PATCH 2/5] qemu-nbd: fix regression with qemu-nbd --fork run over ssh

2023-07-17 Thread Eric Blake
On Mon, Jul 17, 2023 at 04:55:41PM +0200, Denis V. Lunev wrote: > Commit e6df58a5578fee7a50bbf36f4a50a2781cff855d > Author: Hanna Reitz > Date: Wed May 8 23:18:18 2019 +0200 > qemu-nbd: Do not close stderr > has introduced an interesting regression. Original behavior of > ssh

[PATCH 2/5] qemu-nbd: fix regression with qemu-nbd --fork run over ssh

2023-07-17 Thread Denis V. Lunev
Commit e6df58a5578fee7a50bbf36f4a50a2781cff855d Author: Hanna Reitz Date: Wed May 8 23:18:18 2019 +0200 qemu-nbd: Do not close stderr has introduced an interesting regression. Original behavior of ssh somehost qemu-nbd /home/den/tmp/file -f raw --fork was the following: *