-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
cksum: Don't panic when checked file returned EIO #10534
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
base: main
Are you sure you want to change the base?
Conversation
|
GNU testsuite comparison: |
|
I was messing around with ways to make an integ test for this and I was able to replicate the conditions using /proc/self/mem . Will only work on linux but should give us regression coverage in the CI |
This comment was marked as outdated.
This comment was marked as outdated.
|
After we found other bugs needed to dedup the code |
This comment was marked as off-topic.
This comment was marked as off-topic.
|
GNU testsuite comparison: |
|
GNU testsuite comparison: |
|
Does not work as we expected. |
|
GNU testsuite comparison: |
If you mean the |
|
GNU testsuite comparison: |
|
Thankyou |
Closes #10175 .
We cannot add tests for device returning EIO and cannot backport corresponding GNU tests until we backport proper args managenent too.