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

avoid forgetting to quit in os_ops tools if log fails #5986

Merged
merged 1 commit into from
Feb 28, 2024

Conversation

etan-status
Copy link
Contributor

stderr.write may fail, e.g., if no tty is connected, which may happen in some CI configurations. Discard such failures and continue quitting instead of raising the error.

`stderr.write` may fail, e.g., if no tty is connected, which may happen
in some CI configurations. Discard such failures and continue quitting
instead of raising the error.
@etan-status etan-status enabled auto-merge (squash) February 27, 2024 21:18
Copy link

Unit Test Results

       3 files     363 suites   6m 59s ⏱️
3 851 tests 3 545 ✔️ 306 💤 0
5 602 runs  5 296 ✔️ 306 💤 0

Results for commit 4901f91.

@etan-status etan-status merged commit 80d532a into unstable Feb 28, 2024
13 checks passed
@etan-status etan-status deleted the dev/etan/pr-osopts branch February 28, 2024 16:04
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

Successfully merging this pull request may close these issues.

1 participant