-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: Address stalling Android E2E test tasks #66771
base: trunk
Are you sure you want to change the base?
Conversation
Avoid erroneous cache hits that may result in the CI task hanging indefinitely while terminating the emulator.
This reverts commit 2e892a6.
Attempt to resolve indefinitely hanging Android E2E test tasks.
This reverts commit a4c844d.
AVD cache disabled as it caused emulator termination to hang indefinitely.
c5df543
to
cfa7b81
Compare
Flaky tests detected in cfa7b81. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/11692403211
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.
To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
What?
Address recently indefinite hanging that occurs while terminating the emulator for the Android end-to-end test CI tasks.
Why?
The CI tasks never complete, so a successful test suite run is never reported, which blocks the pull request status and causes confusion.
How?
Remove the recommended AVD cache, as it appears its presence can cause indefinite hangs while terminating the emulator, as referenced several times in the
reactivecircus/android-emulator-runner
issue tracker:It is possible that removing the AVD cache is somewhat of an ineffective fix—temporarily solving the issue in the form of removing a problematic cache—but, given numerous other people report the AVD cache as problematic, I figure removing the AVD cache is worth a try.
Testing Instructions
N/A, no user-facing changes.
Testing Instructions for Keyboard
N/A, no user-facing changes.
Screenshots or screencast
N/A, no user-facing changes.