[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 0/3] tests/9p: add use-dir-after-unlink test
From: |
Christian Schoenebeck |
Subject: |
Re: [PATCH 0/3] tests/9p: add use-dir-after-unlink test |
Date: |
Thu, 30 Jan 2025 15:27:35 +0100 |
On Thursday, January 9, 2025 2:04:38 PM CET Christian Schoenebeck wrote:
> 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(-)
Queued on 9p.next:
https://github.com/cschoenebeck/qemu/commits/9p.next
Thanks!
/Christian