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

gradle connectedCheck task hangs waiting for debugger to attach #166

Open
grodin opened this issue Aug 2, 2023 · 1 comment
Open

gradle connectedCheck task hangs waiting for debugger to attach #166

grodin opened this issue Aug 2, 2023 · 1 comment
Labels
bug Something isn't working ci Relating to CI robustness Issues related to making the app more robust tech debt tests

Comments

@grodin
Copy link
Collaborator

grodin commented Aug 2, 2023

This is happening on CI and happens with a freshly checked out repo, but wasn't happening on my local dev copy!

For now, we can work round it by using the installDebug task and running the tests via adb.

My suspicion is that some dependency upgrade did this, but it was covered up by the integration tests being so flaky.

@grodin grodin added bug Something isn't working tests robustness Issues related to making the app more robust tech debt ci Relating to CI labels Aug 2, 2023
@grodin
Copy link
Collaborator Author

grodin commented Sep 14, 2023

Now it's happening locally too!
Worked around it by invoking the tests via adb.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ci Relating to CI robustness Issues related to making the app more robust tech debt tests
Projects
None yet
Development

No branches or pull requests

1 participant