Bug 279994

Summary: CI: sys.kern.unix_seqpacket_test.random_eor_and_waitall has been failing for a while
Product: Base System Reporter: Warner Losh <imp>
Component: testsAssignee: freebsd-testing (Nobody) <testing>
Status: Closed DUPLICATE    
Severity: Affects Only Me    
Priority: ---    
Version: 15.0-CURRENT   
Hardware: Any   
OS: Any   

Description Warner Losh freebsd_committer freebsd_triage 2024-06-26 01:29:25 UTC
Fails with the message

Error Message:
/usr/src/tests/sys/kern/unix_seqpacket_test.c:1182: send(params->sock, &params->sendbuf[off], len, flags) == len not met
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-06-26 01:35:34 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/src/commit/?id=b2351a4ba5ef34db040fc5ac4c54ccbac23492e8

commit b2351a4ba5ef34db040fc5ac4c54ccbac23492e8
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2024-06-26 01:33:05 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2024-06-26 01:35:13 +0000

    test: disable sys.kern.unix_seqpacket_test.random_eor_and_waitall

    It's been failing for a while, at least some of the time.

    PR: 279994
    Sponsored by:           Netflix

 tests/sys/kern/unix_seqpacket_test.c | 3 +++
 1 file changed, 3 insertions(+)
Comment 2 Warner Losh freebsd_committer freebsd_triage 2024-06-26 15:17:20 UTC

*** This bug has been marked as a duplicate of bug 279354 ***