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
F86137979: D43739.id133841.diff
Sat, Jun 15, 11:59 PM
F86119073: D43739.id133841.diff
Sat, Jun 15, 6:07 PM
Unknown Object (File)
Apr 27 2024, 8:05 AM
Unknown Object (File)
Apr 27 2024, 8:00 AM
Unknown Object (File)
Apr 27 2024, 6:20 AM
Unknown Object (File)
Apr 26 2024, 7:37 AM
Unknown Object (File)
Mar 3 2024, 12:34 AM
Unknown Object (File)
Feb 9 2024, 1:46 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.