Mapbox-gl-native: Android instrumentation tests timing out waiting for OnMapReadyIdlingResource

Created on 26 Oct 2018  ·  5Comments  ·  Source: mapbox/mapbox-gl-native

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.OfflineActivityTest
  • com.mapbox.mapboxsdk.testapp.activity.gen.textureview.TextureViewDebugModeActivityTest
  • com.mapbox.mapboxsdk.testapp.activity.gen.maplayout.DebugModeActivityTest

Specimens

These failed jobs were from various non-Android PRs:

/cc @mapbox/maps-android

Android bug tests

All 5 comments

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.

13133 introduced the issue, it was fixed by https://github.com/mapbox/mapbox-gl-native/pull/13203.

Haven't seen this occurring anymore, thank you @LukasPaczos for fixing this!

Was this page helpful?
0 / 5 - 0 ratings