Bug 279994 - CI: sys.kern.unix_seqpacket_test.random_eor_and_waitall has been failing for a while
Summary: CI: sys.kern.unix_seqpacket_test.random_eor_and_waitall has been failing for ...
Status: Closed DUPLICATE of bug 279354
Alias: None
Product: Base System
Classification: Unclassified
Component: tests (show other bugs)
Version: 15.0-CURRENT
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-testing (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-06-26 01:29 UTC by Warner Losh
Modified: 2024-06-26 15:17 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***