Skip to content

Ci: MacOS CI testing #167

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

Open
wants to merge 16 commits into
base: main
Choose a base branch
from

Conversation

NeedleInAJayStack
Copy link
Member

This is just a dummy MR to try to diagnose MacOS CI issues

This removes the NIO dependency. It is breaking because it removes all Swift NIO-isms that were present in the public APIs (like EventLoopFuture and EventLoopGroup argument/return types).
The intent is to replace it with swift-distributed-tracing integration.
This resolves the race condition caused by the inbox counts and the event delivery. If event delivery happens before the subsequent publish increments the inbox counts, then the counts will be lower than expected. Resolved by just not asking for inbox counts, since they aren't relevant to the test.
@NeedleInAJayStack NeedleInAJayStack force-pushed the ci/macos-ci-testing branch 5 times, most recently from 8b2ea2e to dc8afc7 Compare June 28, 2025 05:27
@NeedleInAJayStack NeedleInAJayStack force-pushed the ci/macos-ci-testing branch 8 times, most recently from a7a6b63 to 84e8911 Compare June 28, 2025 06:32
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