-
Bug
-
Resolution: Unresolved
-
Minor
-
rhel-9.4
-
None
-
Low
-
rhel-sst-virtualization-windows
-
ssg_virtualization
-
5
-
QE ack
-
False
-
-
None
-
Red Hat Enterprise Linux
-
None
-
None
-
Automated
-
-
x86_64
-
Windows
-
None
What were you trying to do that didn't work?
Run a winfsp test loop, case "create_namelen_test" failed on a test loop, but passed on single test case
Please provide the package NVR for which bug is seen:
guest: Ws2022
virtio-win-driver: 0.1-242
winfsp: 2.0.23075
kernel-5.14.0-395.el9.x86_64
qemu-kvm-8.1.0-5.el9.x86_64
How reproducible:
always
Steps to reproduce
1.start virtiofsd
/usr/libexec/virtiofsd --socket-path=/var/tmp/avocado_n2rn59o0/avocado-vt-vm1-fs-virtiofsd.sock -o source=/root/avocado/data/avocado-vt/virtio_fs_test/
2.start one shared dir
sc create VirtioFsSvc binpath=C:\virtiofs.exe start=auto depend="WinFsp.Launcher/VirtioFsDrv" DisplayName="Virtio FS Service"
3.start winfsp test suit.
Z: && "C:\Program Files (x86)\WinFsp\bin\winfsp-tests-x64.exe" --resilient --external -reparse* -stream* -create_fileattr_test -create_readonlydir_test -create_allocation_test -create_notraverse_test -create_backup_test -create_restore_test -create_share_test -getfileattr_test -getfileinfo_name_test -setfileinfo_test -setsecurity_test -getfileinfo_test
Expected results
All pass.
Actual results
2023-12-15 10:13:45: 10.72.142.121create_test............................
2023-12-15 10:13:45: 10.72.142.121OK 0.06s
2023-12-15 10:13:45: 10.72.142.121create_related_test.................... OK 0.01s
2023-12-15 10:13:45: 10.72.142.121create_sd_test......................... OK 0.02s
2023-12-15 10:13:45: 10.72.142.121create_curdir_test..................... OK 0.00s
2023-12-15 10:13:45: 10.72.142.121create_namelen_test....................
2023-12-15 10:13:49: 10.72.142.121KO
2023-12-15 10:13:49: 10.72.142.121 ASSERT(INVALID_HANDLE_VALUE != Handle) failed at create-test.c:1297:create_namelen_dotest (err=c0000120:995)
2023-12-15 10:13:49: 10.72.142.121
Other info:
if run the single test case, the result is pass.
Z:\>"C:\Program Files (x86)\WinFsp\bin\winfsp-tests-x64.exe" +create_sd_test
create_sd_test......................... OK 2.36s
— COMPLETE —
Z:\>"C:\Program Files (x86)\WinFsp\bin\winfsp-tests-x64.exe" +create_curdir_test
create_curdir_test..................... OK 0.03s
— COMPLETE —
Z:\>"C:\Program Files (x86)\WinFsp\bin\winfsp-tests-x64.exe" +create_namelen_test
create_namelen_test.................... OK 0.01s
— COMPLETE —
Z:\>
Z:\>