You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR fixes 3 common source of failure for our test :
1. ~Deadlock : sometimes the test runner freeze and needs a total clean to be run. We fix this by removing the need to call the main thread in SegmentIntegration~ Moved to #784
2. Missing iOS simulator : Adding a command to list the simulators seems to magically fix the issue.
3. Flaky maxQueueSize test : I rewrote this one to be more stable
We ran 21+ successful and consecutive test iterations : https://circleci.com/gh/segmentio/workflows/analytics-ios/tree/fix%2Fflaky-test
Ref : LIB-543
0 commit comments