square / spoon

Distributing instrumentation tests to all your Androids.
https://square.github.io/spoon/
Apache License 2.0
2.7k stars 477 forks source link

Some result will be lost #557

Open kelinshih opened 5 years ago

kelinshih commented 5 years ago

Test run failed to complete. Expected 14 tests, received 13

This is we test method:

  1. Download&Install "A" app (need test this app)
  2. Build&Install "B" app (include UIautomator script)
  3. Execute spoon on "B" app
  4. "B" app would launch "A" app to test
  5. Sometimes result would be lost....

And happened other issue (sometimes) TestCase log empty but result is Pass Failed to receive adb shell test output within 300000 ms. Test may have timed out, or adb connection to device became unresponsive com.android.ddmlib.ShellCommandUnresponsiveException

This has bothered me for weeks... Thanks.