-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test more edge cases in test_unlink (#16396)
Test that open files can still be read or written after they are unlinked and that open directories can still be read after they are unlinked but that they cannot gain new children. Somewhat surprisingly, the old filesystem implementation passes this test with no modifications. WasmFS cannot run it because it does not have an implementation of `unlinkat`, and even if it did, it still would not pass.
- Loading branch information
Showing
1 changed file
with
37 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters