workflow-kotlin icon indicating copy to clipboard operation
workflow-kotlin copied to clipboard

Investigate recent CI issues

Open zach-klippenstein opened this issue 3 years ago • 1 comments

The level 29 emulator has been crashing before it can finish running tests pretty consistently over the last week (see the Actions tab), and it seems that some of the emulators have started timing out too. What's going on?

It would be super helpful to have access to the emulator's logcat to debug some of this stuff. There's no standard way to do this, and it seems to be tricky – @pyricau gave it a good try on another repo without success. But it must be possible, somehow.

image

zach-klippenstein avatar Mar 05 '21 16:03 zach-klippenstein

Here's an example of a recent 29 failure (from #352):

com.squareup.workflow1.ui.tests.ViewTreeIntegrationTest > complex_modal_backstack_with_text_entry[test(AVD) - 10] FAILED 
Test failed to run to completion. Reason: 'Test run failed to complete. Expected 1 tests, received 0'. Check device logcat for details
Tests on test(AVD) - 10 failed: Test run failed to complete. Expected 1 tests, received 0. onError: commandError=false message=INSTRUMENTATION_ABORTED: System has crashed.

zach-klippenstein avatar Mar 05 '21 16:03 zach-klippenstein