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
{{ message }}
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
CircleCI has added an Xcode 10 (beta 5 😞) container and the release date for Xcode 10/iOS 12 is approaching (likely mid-September), so it’s about time we formally added a temporary job that exercises the new bits.
/cc @mapbox/maps-ios
The text was updated successfully, but these errors were encountered:
I’ve been working on this and it seems like any test with a timeout can and will fail under Xcode 10 on CircleCI. Local tests are solid, but I’m seeing a variety of "Asynchronous wait failed: Exceeded timeout of x seconds” on CircleCI in:
After bumping timeouts, most tests pass and don’t approach the new timeout limit (though some do, occasionally). Performance seems wildly variable with Xcode 10 tests on CI so far.
I’m also seeing PENDING tests fail, which doesn’t seem correct:
MBCameraTransitionTests
✗ testContinuallyResettingNorthInIsChangingPENDING, Asynchronous wait failed: Exceeded timeout of 1 seconds, with unfulfilled expectations: "Map view should finish loading style.".
'-[MBCameraTransitionTests testContinuallyResettingNorthInIsChangingPENDING]' is a pending test - skipping
'-[MBCameraTransitionTests testContinuallySettingCoordinateInIsChangingPENDING]' is a pending test - skipping
⧖ testContinuallySettingCoordinateInIsChanging [PENDING]
CircleCI has added an Xcode 10 (beta 5 😞) container and the release date for Xcode 10/iOS 12 is approaching (likely mid-September), so it’s about time we formally added a temporary job that exercises the new bits.
/cc @mapbox/maps-ios
The text was updated successfully, but these errors were encountered: