Date: Tue, 28 May 2024 03:12:29 +0000 From: bugzilla-noreply@freebsd.org To: testing@FreeBSD.org Subject: [Bug 279354] New test kern/unix_seqpacket_test:random_eor_and_waitall reliably fails Message-ID: <bug-279354-32464-NGG2hfyhaP@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-279354-32464@https.bugs.freebsd.org/bugzilla/> References: <bug-279354-32464@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D279354 --- 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 implementa= tion 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. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-279354-32464-NGG2hfyhaP>