Closed
Bug 752966
Opened 13 years ago
Closed 12 years ago
Foopy kill_stalled.sh does not properly kill bcontroller.py
Categories
(Infrastructure & Operations Graveyard :: CIDuty, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Callek, Assigned: Callek)
References
Details
Attachments
(2 files, 1 obsolete file)
1.40 KB,
patch
|
bear
:
review+
|
Details | Diff | Splinter Review |
723 bytes,
patch
|
bear
:
review+
Callek
:
checked-in+
|
Details | Diff | Splinter Review |
We found out with our investigation into Bug 752222 that bcontroller.py hangs around far too long, and that kill_stalled.sh is not properly killing it off.
I decided to share code here, by using the stuff we already have in sut_tools for it.
Making this very simple since kill_stalled is called by humans.
Attachment #622026 -
Flags: review?(bear)
Comment 1•13 years ago
|
||
Comment on attachment 622026 [details] [diff] [review]
[tools] v1
can you make a small helper python script in sut_tools named tegra_checkstalled.py or something?
much easier to maintain going forward and easier to debug
Attachment #622026 -
Flags: review?(bear) → review-
Assignee | ||
Comment 2•13 years ago
|
||
Assignee: nobody → bugspam.Callek
Attachment #622026 -
Attachment is obsolete: true
Status: NEW → ASSIGNED
Attachment #622042 -
Flags: review?(bear)
Assignee | ||
Updated•13 years ago
|
Attachment #622042 -
Attachment is patch: true
Comment 3•13 years ago
|
||
Comment on attachment 622042 [details] [diff] [review]
[tools] v2
is this line supposed to be present?
+sys.exit(sut_lib.checkStalled('tegra-$tegra'))
if not, remove and r+
Attachment #622042 -
Flags: review?(bear) → review+
Assignee | ||
Comment 4•13 years ago
|
||
Apparently I never tested this before checkin/review. This is not a critical fix, since I did not yet update kill_stalled.sh in /builds on the foopies.
This version is tested!
Attachment #623217 -
Flags: review?(bear)
Updated•13 years ago
|
Attachment #623217 -
Flags: review?(bear) → review+
Assignee | ||
Comment 5•13 years ago
|
||
Comment on attachment 623217 [details] [diff] [review]
[tools] Part 2 -- minor fixup
http://hg.mozilla.org/build/tools/rev/35b1839b1ce1
Attachment #623217 -
Flags: checked-in+
Assignee | ||
Updated•12 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
Updated•7 years ago
|
Product: Release Engineering → Infrastructure & Operations
Updated•5 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•