-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fio_windows: Update new check method for fio install #3964
Conversation
Hi @qingwangrh @yanan-fu, Could you help to review this patch? thanks~ Tested passed: (1/3) Host_RHEL.m9.u2.ovmf.qcow2.virtio_scsi.up.virtio_net.Guest.Win11.x86_64.io-github-autotest-qemu.ioeventfd.under_stress.q35: STARTED |
Comment in the issue, could you have a look, thanks! |
Hi @yanan-fu , Fixed storage_benchmark cannot clean the fio directory issue with the new updates. Please help to review it again, thanks~ |
Delete the folder or check the EXE file both are acceptable to me. LGTM |
1. The original fio installed judge condition does not accurate, change new here. 2. storage_benchmark remove fio does not clean since fio directory remain using, solve this problem as well. Signed-off-by: Peixiu Hou <phou@redhat.com>
Tried tests: ioeventfd.under_stress job can clean fio directory when job finished, and fio_windows, iozone_windows also passed with the new code. (1/1) Host_RHEL.m9.u5.ovmf.qcow2.virtio_scsi.up.virtio_net.Guest.Win11.x86_64.io-github-autotest-qemu.ioeventfd.under_stress.q35: STARTED (1/6) Host_RHEL.m9.u5.ovmf.qcow2.virtio_scsi.up.virtio_net.Guest.Win11.x86_64.io-github-autotest-qemu.fio_windows.aio_native.q35: STARTED |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ack
The original judge condition does not so accurate, change it more accurate here.
ID: 1865
Signed-off-by: Peixiu Hou phou@redhat.com