Skip to content

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