-
Notifications
You must be signed in to change notification settings - Fork 694
Description
I have done the following
- I have searched the existing issues
- If possible, I've reproduced the issue using the 'main' branch of this project
Steps to reproduce
We were seeing test flakes with the functions in TestCLINetwork, where a single function in the suite fails intermittently in CI builds.
I've not been able to reproduce the issue locally.
It also seemed that this problem started occurring after testIsolatedNetwork was added.
Currently we are working around the issue by annotating the test suite with @Suite(.serialized). When we have time we should identify the root cause, fix it, and remove the serialization.
Current behavior
It seems that most often the failing test is testIsolatedNetwork, but other functions fail at times.
Expected behavior
Tests should reliably pass when run in parallel, unless there are proper bugs in the application code.
Environment
- OS: 26
- Xcode: 26
- Container: main (prior to #1114)Relevant log output
N/ACode of Conduct
- I agree to follow this project's Code of Conduct
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels