Skip to content
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

Time Test on write protected volume completes without indicating what is wrong #3

Open
roughana opened this issue Feb 12, 2025 · 1 comment

Comments

@roughana
Copy link

Use case
As user of SPF Time Test, I want the test to indicate why it is not working when I select a write protected volume, so that I understand why the test has not been successful.

Actual:
I write protected a volume with Xdrive (Booti) and selected it as the volume to perform the time test on.
The time test does not proceed and user sees "Press a key to continue..." before being returned to the previous screen.

Desired:
The time test does not proceed and user sees an error message (e.g "The volume is write protected. Please choose another volume. Press a key to continue...") before being returned to the previous screen.

@david-schmidt
Copy link
Contributor

This is actually pervasive throughout the code: errors end up acting as if you hit escape. Things just give up. It ends up being deceptive because it sometimes makes it look like things worked when it's nonsensical (i.e. timing a RAM disk that has 127 blocks acting as if it was successful writing a 512K file).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants