J. Williams
J. Williams

Reputation: 734

Firebase app being killed by Android OS in Firebase Test Lab

Recently I've added a few more Espresso tests to my Firebase Android App, so the total time of running them on emulator grew up to something like 8 minutes.

Now whenever I'm trying to run our Espresso tests in Firebase Test Lab, the app always gets killed by Android OS for various reasons. Examples:

Of course the Firebase Test Lab immediately notices the process being killed and responds by marking the test "failed" with reason: Process crashed.

My question is: how can I deal with this behavior of Android OS in Firebase test lab? Creating a junit retry @Rule doesn't help - the whole process is killed, not leaving any chance for retries to kick in.

Upvotes: 4

Views: 625

Answers (1)

J. Williams
J. Williams

Reputation: 734

Turns out this was a temporary (well, spanning for at least about a month) issue in Firebase Test Lab. I got in touch with Firebase Support and they kept me posted weekly until it was resolved.

Upvotes: 1

Related Questions