[Bug 296236] sys/fs/fusefs/pre-init test failing in CI on riscv64
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 296236] sys/fs/fusefs/pre-init test failing in CI on riscv64"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 05 Aug 2026 15:10:58 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=296236
--- Comment #4 from commit-hook@FreeBSD.org ---
A commit in branch stable/14 references this bug:
URL:
https://cgit.FreeBSD.org/src/commit/?id=1fcd8291b9efc99e1d80e8e130f45c66e54d777e
commit 1fcd8291b9efc99e1d80e8e130f45c66e54d777e
Author: Alan Somers <asomers@FreeBSD.org>
AuthorDate: 2026-06-23 17:12:04 +0000
Commit: Alan Somers <asomers@FreeBSD.org>
CommitDate: 2026-08-05 15:08: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.