utah on phablet hangs because it does not report back to the controlling host
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
UTAH |
New
|
Medium
|
Andy Doan |
Bug Description
I had a typo in a test directory name which led to the test being aborted early and the controlling run_utah_phablet.py just waited forever.
cat /tmp/utah.log
+ [ -d /tmp/utah-probes ]
+ rm -rf /tmp/utah-probes
+ [ -d /tmp/utah-probes ]
+ mkdir /tmp/utah-probes
+ utah -d -o /var/lib/
2013-06-27 18:51:04,121 - DEBUG - Namespace(
2013-06-27 18:51:04,130 - INFO - ('Linux', 'ubuntu-phablet', '3.4.0-3-mako', '#13-Ubuntu SMP PREEMPT Tue Jun 25 17:07:54 UTC 2013', 'armv7l', 'armv7l')
Control file, /var/lib/
2013-06-27 18:51:06,115 - DEBUG - Running cleanup
+ sleep 2
+ [ -f /var/lib/
utah: completed /etc/utah/
so the tc_control did not exist (my fail!) but then it hangs waiting for a feedback from utah on the phone.
Changed in utah: | |
importance: | Undecided → Medium |
assignee: | nobody → Andy Doan (doanac) |