[Bug 296236] sys/fs/fusefs/pre-init test failing in CI on riscv64

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 23 Jun 2026 18:02:22 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=296236

--- Comment #2 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

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

commit 2c1482e305368af182a7bde0e53d0d180b319326
Author:     Alan Somers <asomers@FreeBSD.org>
AuthorDate: 2026-06-23 17:12:04 +0000
Commit:     Alan Somers <asomers@FreeBSD.org>
CommitDate: 2026-06-23 18:01:48 +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
    MFC after:      2 weeks
    Sponsored by:   ConnectWise
    Reviewed by:    siva
    Differential Revision: https://reviews.freebsd.org/D57781

 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.