Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 08 Jul 2026 17:57:55 +0000
From:      bugzilla-noreply@freebsd.org
To:        testing@FreeBSD.org
Subject:   [Bug 296236] sys/fs/fusefs/pre-init test failing in CI on riscv64
Message-ID:  <bug-296236-32464-i0llFWycum@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-296236-32464@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=296236

--- Comment #3 from commit-hook@FreeBSD.org ---
A commit in branch stable/15 references this bug:

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

commit c57b054c9e7d11fcc2fcb3036a73995a758c095e
Author:     Alan Somers <asomers@FreeBSD.org>
AuthorDate: 2026-06-23 17:12:04 +0000
Commit:     Alan Somers <asomers@FreeBSD.org>
CommitDate: 2026-07-08 17:56:50 +0000

    fusefs: fix a race in the pre-init tests

    These tests allow the user to customize the INIT response.  But it's
    necessary to block the daemon's service loop from running until those
    expectations have been set.  This race has never caused failures before
    simply due to luck.  But now it's failing on slower platforms.

    PR:             296236
    Reported by:    siva
    Sponsored by:   ConnectWise
    Reviewed by:    siva
    Differential Revision: https://reviews.freebsd.org/D57781

    (cherry picked from commit 2c1482e305368af182a7bde0e53d0d180b319326)

 tests/sys/fs/fusefs/mockfs.cc   | 11 ++++++++---
 tests/sys/fs/fusefs/mockfs.hh   |  3 +++
 tests/sys/fs/fusefs/pre-init.cc |  6 ++++++
 3 files changed, 17 insertions(+), 3 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-296236-32464-i0llFWycum>