Re: [PATCH net v2] vsock/test: Fix occasional failure in SOCK_STREAM SHUT_RD test

2025-05-27 Thread Konstantin Shkolnyy
On 26-May-25 08:55, Stefano Garzarella wrote: BTW I think I already fixed the same issue in this series: https://lore.kernel.org/netdev/20250514141927.159456-1-sgarz...@redhat.com/ Can you check it? Yes, it looks like the same issue.

Re: [PATCH net v2] vsock/test: Fix occasional failure in SOCK_STREAM SHUT_RD test

2025-05-26 Thread Stefano Garzarella
On Mon, 26 May 2025 at 15:50, Konstantin Shkolnyy wrote: > > The test outputs: > "SOCK_STREAM SHUT_RD...expected send(2) failure, got 1". > > It tests that shutdown(fd, SHUT_RD) on one side causes send() to fail on > the other side. However, sometimes there is a delay in delivery of the > SHUT_RD