[Bug 279354] New test kern/unix_seqpacket_test:random_eor_and_waitall reliably fails

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 28 May 2024 03:12:29 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279354

--- Comment #1 from Gleb Smirnoff <glebius@FreeBSD.org> ---
That's because SOCK_SEQPACKET indeed is buggy. The test was committed
together with new implementation d80a97def9a1db6f07f5d2e68f7ad62b27918947.
With that revision test reliably doesn't fail.  However, the new implementation
had three issues: aio(9) incompatibility, lack of sendfile(2) support and
finally krpc(9) incompatibility.  In my private branch I have already
covered all expept krpc.  This one is really tough.  Anyway, the plan is
that the new implementation gets finally back into the main branch and
won't be reverted.

You can assign this bug to me or just close it.

-- 
You are receiving this mail because:
You are the assignee for the bug.