mbox series

[0/3] tests/9p: add use-dir-after-unlink test

Message ID cover.1736427878.git.qemu_oss@crudebyte.com (mailing list archive)
Headers show
Series tests/9p: add use-dir-after-unlink test | expand

Message

Christian Schoenebeck Jan. 9, 2025, 1:04 p.m. UTC
Add a test case that verifies that it is possible to do some basic operations
on a deleted directory if 9p client opened the directory before directory was
removed.

Unlike the previous open-unlink-fstat idiom: no fix required here. It already
works with 9p server.

Christian Schoenebeck (3):
  tests/9p: rename test use_after_unlink -> use_file_after_unlink
  tests/9p: add use_dir_after_unlink test
  tests/9p: extend use_dir_after_unlink test with Treaddir

 tests/qtest/virtio-9p-test.c | 50 +++++++++++++++++++++++++++++++++---
 1 file changed, 46 insertions(+), 4 deletions(-)