Code review comment for lp://staging/~ethan.chang/savilerow/add-welcome-background

Revision history for this message
Chris Wayne (cwayne) wrote :

Still seeing failures:
cwayne@starbuck:~/Projects/add-welcome-background/tests$ phablet-test-run customLoading tests from: /home/phablet/autopilot

Tests running...
======================================================================
FAIL: custom.api.test_custom_upstartjobs.CustomjobsVerificationTests.test_custom_upstartjobs_running_process
----------------------------------------------------------------------
/var/log/syslog: {{{Jul 23 13:53:55 ubuntu-phablet kernel: [ 103.130645] input: autopilot-finger as /devices/virtual/input/input6}}}

Traceback (most recent call last):
File "/home/phablet/autopilot/custom/api/test_custom_upstartjobs.py", line 38, in test_custom_upstartjobs_running_process
self.assertTrue(any(job in proc for proc in proc_cmd_list))
File "/usr/lib/python3.4/unittest/case.py", line 654, in assertTrue
raise self.failureException(msg)
AssertionError: False is not true
======================================================================
FAIL: custom.api.test_scopes.ScopeVerificationTest.test_scope_customization_running_process
----------------------------------------------------------------------
Empty attachments:
/var/log/syslog

Traceback (most recent call last):
File "/home/phablet/autopilot/custom/api/test_scopes.py", line 41, in test_scope_customization_running_process
self.assertTrue(any(scope in proc for proc in proc_cmd_list))
File "/usr/lib/python3.4/unittest/case.py", line 654, in assertTrue
raise self.failureException(msg)
AssertionError: False is not true

Ran 20 tests in 1.401s
FAILED (failures=2)
cwayne@starbuck:~/Projects/add-welcome-background/tests$ phablet-test-run customLoading tests from: /home/phablet/autopilot

Tests running...
======================================================================
FAIL: custom.api.test_scopes.ScopeVerificationTest.test_scope_customization_running_process
----------------------------------------------------------------------
Empty attachments:
/var/log/syslog

Traceback (most recent call last):
File "/home/phablet/autopilot/custom/api/test_scopes.py", line 41, in test_scope_customization_running_process
self.assertTrue(any(scope in proc for proc in proc_cmd_list))
File "/usr/lib/python3.4/unittest/case.py", line 654, in assertTrue
raise self.failureException(msg)
AssertionError: False is not true
======================================================================
FAIL: custom.api.test_custom_upstartjobs.CustomjobsVerificationTests.test_custom_upstartjobs_running_process
----------------------------------------------------------------------
Empty attachments:
/var/log/syslog

Traceback (most recent call last):
File "/home/phablet/autopilot/custom/api/test_custom_upstartjobs.py", line 38, in test_custom_upstartjobs_running_process
self.assertTrue(any(job in proc for proc in proc_cmd_list))
File "/usr/lib/python3.4/unittest/case.py", line 654, in assertTrue
raise self.failureException(msg)
AssertionError: False is not true

Ran 20 tests in 1.406s
FAILED (failures=2)

« Back to merge proposal