Skip to content

Downgrade NIOHTTP1TestServer handleChannel failure #3137

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

Merged
merged 1 commit into from
Mar 10, 2025

Conversation

rnro
Copy link
Contributor

@rnro rnro commented Mar 10, 2025

Motivation:

We added a fatalError to report NIOHTTP1TestServer handleChannel failures when doing the strict concurrency work which are now being hit.

We don't know if these failures are actually new or not because the previous code just swallowed such errors.

Modifications:

Print the errors but limp-on to see if the test goes on to pass, if so this might not be a new error.

Result:

Less severe response to NIOHTTP1TestServer handleChannel failure.

Motivation:

We added a fatalError to report NIOHTTP1TestServer handleChannel
failures when doing the strict concurrency work which are now being hit.

We don't know if these failures are actually new or not because the
previous code just swallowed such errors.

Modifications:

Print the errors but limp-on to see if the test goes on to pass, if so
this might not be a new error.

Result:

Less severe response to NIOHTTP1TestServer handleChannel failure.
@rnro rnro added the 🔨 semver/patch No public API change. label Mar 10, 2025
@rnro rnro requested a review from Lukasa March 10, 2025 10:57
@rnro rnro enabled auto-merge (squash) March 10, 2025 11:09
@rnro rnro merged commit be266a9 into apple:main Mar 10, 2025
36 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔨 semver/patch No public API change.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants