Seeing a rash of intermittent failures this week in the android-debug-arm-v7 and android-gnustl-arm-v7 jobs with “Wait for [OnMapReadyIdlingResource] to become idle timed out” in:
com.mapbox.mapboxsdk.testapp.activity.gen.offline.OfflineActivityTestcom.mapbox.mapboxsdk.testapp.activity.gen.textureview.TextureViewDebugModeActivityTestcom.mapbox.mapboxsdk.testapp.activity.gen.maplayout.DebugModeActivityTestThese failed jobs were from various non-Android PRs:
android-debug-arm-v7 build — offline.OfflineActivityTest, textureview.TextureViewDebugModeActivityTestandroid-gnustl-arm-v7 build — maplayout.DebugModeActivityTest, offline.OfflineActivityTestandroid-gnustl-arm-v7 build — offline.OfflineActivityTestandroid-debug-arm-v7 build — offline.OfflineActivityTest/cc @mapbox/maps-android
A minor regression has been introduced with https://github.com/mapbox/mapbox-gl-native/pull/13133 that was causing a race condition. The issue is already resolved on master. Please rebase your PRs and report if that didn't do the trick. Sorry for the inconvenience!
Thanks @LukasPaczos — I’ve rebased #13182 and #13184; will report results.
Looking at jobs run on commits in master since #13133, there still seem to be similar failures:
Haven't seen this occurring anymore, thank you @LukasPaczos for fixing this!