Date: Sun, 02 Jan 2022 21:30:18 +0000 From: bugzilla-noreply@freebsd.org To: testing@FreeBSD.org Subject: [Bug 260891] failing test case: nvlist_send_recv__send_many_fds__dgram Message-ID: <bug-260891-32464-3AYihZRvDj@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-260891-32464@https.bugs.freebsd.org/bugzilla/> References: <bug-260891-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=3D260891 --- Comment #1 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3D7c9948c2e9199d33e380ddc9de5edfa31= f5f9bb7 commit 7c9948c2e9199d33e380ddc9de5edfa31f5f9bb7 Author: Robert Wing <rew@FreeBSD.org> AuthorDate: 2022-01-02 21:07:18 +0000 Commit: Robert Wing <rew@FreeBSD.org> CommitDate: 2022-01-02 21:26:07 +0000 skip test case nvlist_send_recv__send_many_fds__dgram If I'm not mistaken, the underlying sendmsg() for nvlist_send() is failing with ENOBUFS. In turn, nvlist_recv() returns NULL because it didn't receive the expected number of file descriptors. Adjusting net.local.dgram.recvspace worked on my local machine, but on CI the test still fails consistently. PR: 260891 lib/libnv/tests/nvlist_send_recv_test.c | 2 ++ 1 file changed, 2 insertions(+) --=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-260891-32464-3AYihZRvDj>