Advertisement
Guest User

Untitled

a guest
Sep 20th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.29 KB | None | 0 0
  1. ./startcts
  2. Android CTS version 2.3_r4
  3. Device(emulator-5554) connected
  4. cts_host > start --plan CTS -t android.example.cts.ExampleSecondaryTest#testZorch
  5. (repeat this about an hour)
  6.  
  7. ..and this happens:
  8.  
  9. 01:36:50 E/ddms: ADB rejected shell command (am instrument -w -e bundle true android.tests.devicesetup/android.tests.getinfo.DeviceInfoInstrument): closed CTS_ERROR >>> Failed to execute shell command am instrument -w -e bundle true
  10. android.tests.devicesetup/android.tests.getinfo.DeviceInfoInstrument on device emulator-5554 com.android.ddmlib.AdbCommandRejectedException: closed CTS_ERROR >>> Timeout: getDeviceInfo start test android.example.cts.ExampleSecondaryTest#testZorch
  11. ============================================================== Test package: android.example
  12. 01:38:50 E/ddms: ADB rejected shell command (am broadcast -a android.tests.util.disablekeyguard): closed CTS_ERROR >>> Failed to execute shell command am broadcast -a android.tests.util.disablekeyguard on device emulator-5554 com.android.ddmlib.AdbCommandRejectedException: closed CTS_ERROR >>> Installing met timeout due to Unknown reason. Time: 130.9s
  13.  
  14. Can be any test case for example same loop for android.sax.cts.ElementTest#testAndroidTestCaseSetupProperly results same error:
  15.  
  16. 11:56:46 E/ddms: ADB rejected shell command (am instrument -w -e bundle true android.tests.devicesetup/android.tests.getinfo.DeviceInfoInstrument): closed CTS_ERROR >>> Failed to execute shell command am instrument -w -e bundle true android.tests.devicesetup/android.tests.getinfo.DeviceInfoInstrument on device emulator-5554 com.android.ddmlib.AdbCommandRejectedException: closed CTS_ERROR >>> Timeout: getDeviceInfo
  17. 11:58:46 E/ddms: ADB rejected shell command (am broadcast -a android.tests.util.disablekeyguard): closed CTS_ERROR >>> Failed to execute shell command am broadcast -a android.tests.util.disablekeyguard on device emulator-5554 com.android.ddmlib.AdbCommandRejectedException: closed start test android.sax.cts.ElementTest#testAndroidTestCaseSetupProperly
  18. ============================================================== Test package: android.sax CTS_ERROR >>> Installing met timeout due to Unknown reason. Time: 130.3s
  19.  
  20. #!/bin/bash
  21. while [ true ]; do
  22. ./startcts start --plan CTS -t android.example.cts.ExampleSecondaryTest#testZorch
  23. done;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement