Closed
Bug 1248692
Opened 9 years ago
Closed 9 years ago
Intermittent Linux debug command timed out: 7200 seconds elapsed running ['/tools/buildbot/bin/python', 'scripts/scripts/desktop_unittest.py', '--cfg', 'unittests/linux_unittest.py', '--xpcshell-suite', 'xpcshell', '--cfg', 'unittests/thunderbird_extra.py
Categories
(Thunderbird :: Testing Infrastructure, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 47.0
People
(Reporter: ssitter, Assigned: aleth)
Details
(Keywords: intermittent-failure)
Attachments
(1 file)
3.49 KB,
patch
|
jlund
:
review+
|
Details | Diff | Splinter Review |
https://treeherder.mozilla.org/logviewer.html#?job_id=32757&repo=comm-central
command timed out: 7200 seconds elapsed running ['/tools/buildbot/bin/python', 'scripts/scripts/desktop_unittest.py', '--cfg', 'unittests/linux_unittest.py', '--xpcshell-suite', 'xpcshell', '--cfg', 'unittests/thunderbird_extra.py', '--blob-upload-branch', 'comm-central', '--download-symbols', 'true'], attempting to kill
Assignee | ||
Comment 1•9 years ago
|
||
This happens 90% of the time now on c-c Linux debug xpcshell. Could something similar to bug 1080010 be done here?
Flags: needinfo?(ryanvm)
Comment 2•9 years ago
|
||
Probably. Would need to go in http://hg.mozilla.org/build/buildbot-configs/file/tip/mozilla-tests/thunderbird_config.py. I'm not actively sheriffing or doing relengy type things in my spare time these days, so you'll need to find another victim, though :)
Flags: needinfo?(ryanvm)
Assignee | ||
Comment 3•9 years ago
|
||
Naive guess of a patch.
Attachment #8722952 -
Flags: review?(jlund)
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → aleth
Status: NEW → ASSIGNED
Comment 4•9 years ago
|
||
Comment on attachment 8722952 [details] [diff] [review]
Use two chunks for TB Linux debug xpcshell tests
Review of attachment 8722952 [details] [diff] [review]:
-----------------------------------------------------------------
if this passes checkconfig for you, ship-it. I can't test locally as I am at a work week. one thing I noticed is this will split xpcshell into two on all branches immediately. do you want this to ride the trains like ff did: https://hg.mozilla.org/build/buildbot-configs/rev/3701f9b8de82#l1.221 ?
Attachment #8722952 -
Flags: review?(jlund) → review+
Assignee | ||
Comment 5•9 years ago
|
||
(In reply to Jordan Lund (:jlund) from comment #4)
> I can't test locally as I am at
> a work week. one thing I noticed is this will split xpcshell into two on all
> branches immediately.
If that's the case, does the differentiation I attempted between XPCSHELL and XPCSHEL_TWO_CHUNKS (and the restriction to Linux debug) make any sense or would it be better to simply use the two chunks version everywhere?
> do you want this to ride the trains like ff did:
> https://hg.mozilla.org/build/buildbot-configs/rev/3701f9b8de82#l1.221 ?
I don't know enough to know the right answer to this question.
If you're asking whether this failure also happens on aurora and beta, the answer is 'yes'.
Flags: needinfo?(jlund)
Assignee | ||
Comment 6•9 years ago
|
||
(In reply to aleth [:aleth] from comment #5)
> (In reply to Jordan Lund (:jlund) from comment #4)
> > I can't test locally as I am at
> > a work week. one thing I noticed is this will split xpcshell into two on all
> > branches immediately.
>
> If that's the case, does the differentiation I attempted between XPCSHELL
> and XPCSHEL_TWO_CHUNKS (and the restriction to Linux debug) make any sense
> or would it be better to simply use the two chunks version everywhere?
Oh sorry, I misread 'branches' as 'platforms' here.
Assignee | ||
Comment 7•9 years ago
|
||
Pushing it to default for now to see if it passes.
Assignee | ||
Comment 8•9 years ago
|
||
https://hg.mozilla.org/build/buildbot-configs/rev/94b69e53b75e20403b8d66703faffae2d30a35ee
Bug 1248692 - Use two chunks for TB Linux debug xpcshell tests. r=jlund
Assignee | ||
Comment 9•9 years ago
|
||
https://hg.mozilla.org/build/buildbot-configs/rev/6e20594924ed11ccdd7e94cbe3b4759150812a62
Bug 1248692 - Use two chunks for TB Linux debug xpcshell tests. r=jlund
Comment 10•9 years ago
|
||
clearing based on https://bugzilla.mozilla.org/show_bug.cgi?id=1248692#c6
Flags: needinfo?(jlund)
Assignee | ||
Updated•9 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 47.0
You need to log in
before you can comment on or make changes to this bug.
Description
•