Page MenuHomeFreeBSD

tmpfs: add a test case based on devel/fsx
Needs ReviewPublic

Authored by asomers on Feb 4 2024, 6:00 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 27, 11:40 AM
Unknown Object (File)
Apr 10 2026, 6:51 PM
Unknown Object (File)
Mar 24 2026, 9:43 PM
Unknown Object (File)
Mar 24 2026, 5:38 AM
Unknown Object (File)
Dec 20 2025, 7:44 PM
Unknown Object (File)
Nov 20 2025, 8:31 PM
Unknown Object (File)
Nov 13 2025, 4:28 AM
Unknown Object (File)
Nov 13 2025, 2:18 AM
Subscribers
None

Details

Reviewers
imp
Summary

If devel/fsx is installed, use it to run a random sequence of operations
on a file on a tmpfs mountpoint. If the test ever fails, its output
will contain a seed value that can be used to reproduce the failure.

MFC after: 2 weeks

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 55798
Build 52687: arc lint + arc unit

Event Timeline

asomers created this revision.

@imp here's a test case that depends on Rust. Not exactly what you meant, perhaps, but I think it would be a valuable addition. If you like this, we can add versions for other builtin file systems, too.