RUM-16470: Bump latest-api instrumented test jobs to Android API 37#3594
Merged
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #3594 +/- ##
===========================================
- Coverage 72.81% 72.79% -0.03%
===========================================
Files 974 974
Lines 35226 35233 +7
Branches 5968 5966 -2
===========================================
- Hits 25649 25645 -4
+ Misses 7918 7917 -1
- Partials 1659 1671 +12 🚀 New features to boost your workflow:
|
kikoveiga
force-pushed
the
kikoveiga/rum-16470/instrument-tests-api37
branch
3 times, most recently
from
July 1, 2026 19:43
aa2e26c to
a5e7eb2
Compare
Use emulator image with API 37 that was created here: DataDog/ci-platform-machine-images#793. Bump espresso to 3.7.0, as tests were failing because this library was using the removed API InputManager.getInstance().
kikoveiga
force-pushed
the
kikoveiga/rum-16470/instrument-tests-api37
branch
from
July 8, 2026 13:06
9df7f95 to
a6a4949
Compare
kikoveiga
marked this pull request as ready for review
July 8, 2026 14:07
hamorillo
approved these changes
Jul 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
espressoto the latest3.7.0, as tests were failing because this library was using the removed APIInputManager.getInstance().The emulator was failing to run because of an old
cmdline-toolsversion not being able to read XML v4, which is a warning I also see locally when runninglocal_ci.shactually. It was impossible to understand this was the root cause in the ci logs, but thankfully the infra team helped and discovered it, fixing it here: https://github.com/DataDog/ci-platform-machine-images/pull/820.Review checklist (to be filled by reviewers)