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

Backport: Add exception handling for OSError that my be thrown by os.fsync #6021

Closed
wants to merge 1 commit into from

Conversation

smitterl
Copy link
Contributor

@smitterl smitterl commented Sep 3, 2024

We've seen instances where "Bad file descriptor" OSError was raised. This looks similar to 52d69be. Handle in the same way by ignoring the error and continuing execution.

We've seen instances where "Bad file descriptor" OSError was raised.
This looks similar to 52d69be.
Handle in the same way by ignoring the error and continuing execution.

Signed-off-by: Sebastian Mitterle <[email protected]>
@smitterl
Copy link
Contributor Author

Closing in favor of avocado-framework/avocado-vt#4001

@smitterl smitterl closed this Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done 109
Development

Successfully merging this pull request may close these issues.

1 participant