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)
Sat, Apr 27, 8:05 AM
Unknown Object (File)
Sat, Apr 27, 8:00 AM
Unknown Object (File)
Sat, Apr 27, 6:20 AM
Unknown Object (File)
Fri, Apr 26, 7:37 AM
Unknown Object (File)
Mar 3 2024, 12:34 AM
Unknown Object (File)
Feb 9 2024, 1:46 AM
Unknown Object (File)
Feb 7 2024, 7:11 PM
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.