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

Process should not exit as if it has completed successfully if it failed to write a file to fs #606

Open
carmenfan opened this issue Mar 2, 2023 · 0 comments

Comments

@carmenfan
Copy link
Member

Description

We are running into situations where the process failed to save a file to fs after retries, gave up and the process returns error code 0.

Steps to replicate

force a fs file to fail

Current Behaviour

process is returning error code 0

Expected Behaviour

process should return the correct error code (probably 4)

Pictures/ Gifs of the error

MicrosoftTeams-image

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

No branches or pull requests

1 participant