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
F166780535: D43739.id.diff
Sun, Aug 16, 1:30 PM
Unknown Object (File)
Thu, Aug 13, 2:01 AM
Unknown Object (File)
Wed, Aug 12, 10:55 PM
Unknown Object (File)
Wed, Aug 12, 12:03 AM
Unknown Object (File)
Mon, Aug 10, 1:11 PM
Unknown Object (File)
Mon, Aug 10, 10:26 AM
Unknown Object (File)
Sun, Aug 9, 2:50 PM
Unknown Object (File)
Sat, Aug 8, 3:20 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.