fix(android): wait for emulator framework boot - #2830
Open
huytdps13400 wants to merge 1 commit into
Open
Conversation
cortinico
approved these changes
Aug 26, 2026
Author
|
Thanks for the approval. I checked the failed Node 20 Ubuntu E2E job. It is unrelated to the Android emulator boot change:
The other E2E matrix jobs were cancelled after this fail-fast result. There is no Android/emulator failure in the run and no PR code change is indicated; a rerun after the base E2E snapshot/fixture is corrected should be sufficient. |
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.
Summary
adb devicesreports the launched emulator until that serial returnssys.boot_completed=1Fixes #2824
Test Plan
yarn test packages/cli-platform-android/src/commands/runAndroid/__tests__/tryLaunchEmulator.test.ts --runInBand(2 passed)yarn test packages/cli-platform-android --runInBand(5 suites, 19 passed)yarn test:ci:unit(56 suites, 315 passed, 1 pre-existing todo)yarn lint(0 errors; 2 pre-existing warnings outside this diff)yarn buildgit diff --checkAll commands above ran with Node 22.22.2, matching the repository CI matrix.
Checklist
react-nativecheckout. The cold-boot timing and timeout behavior are covered deterministically with mocked ADB responses and fake timers instead.