Re: [PATCH v3 2/5] tests/channel-helper: set blocking in main thread

2022-10-06 Thread Daniel P . Berrangé
On Thu, Oct 06, 2022 at 12:12:19PM +0400, marcandre.lur...@redhat.com wrote: > From: Marc-André Lureau > > The /io/channel/command/echo tests run the reader side and the writer > side with the same underlying command channel. Setting the blocking mode > of the fd/handles while the other end is al

[PATCH v3 2/5] tests/channel-helper: set blocking in main thread

2022-10-06 Thread marcandre . lureau
From: Marc-André Lureau The /io/channel/command/echo tests run the reader side and the writer side with the same underlying command channel. Setting the blocking mode of the fd/handles while the other end is already reading/writing may create issues (deadlock in win32 when earlier attempt of this