Skip to content

Commit

Permalink
First pass at randomized testing for POSIX semantics
Browse files Browse the repository at this point in the history
The idea is to randomly run real system calls against both a real file
system (a temporary directory on the OS disk) and Mountpoint. We expect
Mountpoint to allow fewer behaviors than a real POSIX file system (e.g.
can't read and write the same file handle), so we need some logic for
allowing a limited set of divergences between the two systems.

Signed-off-by: James Bornholt <[email protected]>
  • Loading branch information
jamesbornholt committed Apr 10, 2024
1 parent 2447a20 commit 53bc9e4
Show file tree
Hide file tree
Showing 2 changed files with 689 additions and 0 deletions.
Loading

0 comments on commit 53bc9e4

Please sign in to comment.