Merge branch 'vsock-test-improve-sigpipe-test-reliability'
authorJakub Kicinski <kuba@kernel.org>
Sat, 17 May 2025 01:01:34 +0000 (18:01 -0700)
committerJakub Kicinski <kuba@kernel.org>
Sat, 17 May 2025 01:01:34 +0000 (18:01 -0700)
commitb8fa067c4a76e9a28f2003a50ff9b60f00b11168
tree0ca72c6f0749fdf9076dc0b04825f975ce6f67ce
parent9e1f7a3119cd4c5678f226033a9b9fb98917700b
parent3c6abbe85bccd8efb5d9147a022b1d4012cb1809
Merge branch 'vsock-test-improve-sigpipe-test-reliability'

Stefano Garzarella says:

====================
vsock/test: improve sigpipe test reliability

Running the tests continuously I noticed that sometimes the sigpipe
test would fail due to a race between the control message of the test
and the vsock transport messages.

While I was at it I also improved the test by checking the errno we
expect.

v1: https://lore.kernel.org/20250508142005.135857-1-sgarzare@redhat.com
====================

Link: https://patch.msgid.link/20250514141927.159456-1-sgarzare@redhat.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>