timeouts in abrek action need fixing

Bug #773670 reported by Paul Larson
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
LAVA Dispatcher
Fix Released
High
Unassigned

Bug Description

Several places need fixing for timeouts.
Just glancing quickly:
client.run_shell_command( 'chroot /mnt/root abrek help', response = "list-tests", timeout = 10)
 - a 10 second timeout there can sometimes fail. If there have been a lot of writes to the SD card, it *can* take longer than 10 seconds for it to catch up (yes I saw this actually fail)

for test in tests:
            client.run_shell_command( 'chroot /mnt/root abrek install %s' % test, response = MASTER_STR)
- This needs a timeout.

There could be others, so rather than just patching quickly I want to open a bug to remind someone to take a look through it

Related branches

Paul Larson (pwlars)
Changed in lava:
status: New → Confirmed
importance: Undecided → High
Revision history for this message
Paul Larson (pwlars) wrote :

This should be fairly well resolved in the latest, due to the attached branch and other related changes. A new bug should be reopened if further problems are encountered.

Changed in lava:
status: Confirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.