Skip to content
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

Job hangs after UI testing is terminated #381

Open
JorisBodin opened this issue Mar 1, 2024 · 0 comments · Fixed by Infomaniak/android-kDrive#1248
Open

Job hangs after UI testing is terminated #381

JorisBodin opened this issue Mar 1, 2024 · 0 comments · Fixed by Infomaniak/android-kDrive#1248

Comments

@JorisBodin
Copy link

JorisBodin commented Mar 1, 2024

👋

We switch to macmini arm for our CI, we're now on api 34 emulator in arm.
The entire CI runs without a problem, after the "Terminate Emulator" step, which runs correctly (you can see the emulator disappear from the GUI on the macmini).
The job hangs and never completes the CI

If you look at what's running on the machine, you'll notice this:

51861 ??         0:00.01 /Users/xxx/Library/Android/sdk/emulator/crashpad_handler --no-rate-limit --database=/tmp/android-runner/emu-crash-34.1.18.db --url=https://clients2.google.com/cr/report --annotation=prod=Andro
51863 ??         0:00.01 /Users/xxx/Library/Android/sdk/emulator/crashpad_handler --no-rate-limit --database=/tmp/android-runner/emu-crash-34.1.18.db --url=https://clients2.google.com/cr/report --annotation=prod=Andro

If we kill, it ends the CI correctly ...

Here's an example, where the CI was completed in 3 min, and remained blocked for almost 30min until we killed this crashpad_handler.
https://github.com/Infomaniak/android-kDrive/actions/runs/8094185227/job/22160757207

Do you have any idea why this is happening?
We've re-run a clean install of the machine to be sure.

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant