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

verifier-cli: get_chunk ignores failures #160

Open
flihp opened this issue Jan 9, 2024 · 0 comments
Open

verifier-cli: get_chunk ignores failures #160

flihp opened this issue Jan 9, 2024 · 0 comments

Comments

@flihp
Copy link
Collaborator

flihp commented Jan 9, 2024

If we call get_chunk w/ an invalid size (more data than the task / op wants) the function will currently ignore the failure. This is because we only check the humility hiffy return code and it's 0 in this case. We need to parse stdout to detect the following string:

<task>.<op>() => Err(<Complex error: {error-type}>)
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

1 participant