Closed
Bug 445578
Opened 17 years ago
Closed 16 years ago
windows unit test boxes need maintenance after an xpcshell test hangs
Categories
(Release Engineering :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dbaron, Unassigned)
Details
Attachments
(1 file)
2.31 KB,
patch
|
lsblakk
:
review+
|
Details | Diff | Splinter Review |
The Windows unit test boxes need manual maintenance if somebody checks in code that causes one of the xpcshell unit tests to hang. This happens, I think, because the xpcshell process never dies, which means that files are held open, and the tree can't be deleted:
rm -f -rf _tests
rm: cannot unlink `_tests/xpcshell-simple/test_places/autocomplete/head_000.js': Permission denied
rm: cannot unlink `_tests/xpcshell-simple/test_places/autocomplete/head_autocomplete.js': Permission denied
rm: cannot unlink `_tests/xpcshell-simple/test_places/autocomplete/test_417798.js': Permission denied
rm: cannot remove directory `_tests/xpcshell-simple/test_places/autocomplete': Directory not empty
rm: cannot remove directory `_tests/xpcshell-simple/test_places': Directory not empty
make[1]: Leaving directory `/c/builds/slave/win2k3_03/build/objdir'
rm: cannot remove directory `_tests/xpcshell-simple': Directory not empty
rm: cannot remove directory `_tests': Directory not empty
make[1]: *** [default] Error 1
make: *** [build] Error 2
The automation should be fixed so manual intervention (as in bug 445571) is not needed.
Reporter | ||
Comment 1•17 years ago
|
||
Happened again (bug 446143) due to bug 445893 comment 6.
Reporter | ||
Updated•17 years ago
|
Component: Testing → Release Engineering
Product: Core → mozilla.org
QA Contact: testing → release
Version: Trunk → other
Comment 2•17 years ago
|
||
Something like this ?
Updated•17 years ago
|
Status: NEW → ASSIGNED
Updated•17 years ago
|
Priority: -- → P2
Updated•17 years ago
|
Assignee: nobody → lukasblakk
Status: ASSIGNED → NEW
Updated•16 years ago
|
Attachment #330366 -
Flags: review?(lukasblakk)
Comment 3•16 years ago
|
||
I'm just waiting on some windows vms for moz2 staging so I can run this patch, shouldn't be too much longer.
Comment 4•16 years ago
|
||
The production machines are hitting this just about every day. Can I do anything to help ?
Severity: normal → critical
Comment 5•16 years ago
|
||
(In reply to comment #4)
> The production machines are hitting this just about every day. Can I do
> anything to help ?
Maybe bug 420216 comment 21 !?
Updated•16 years ago
|
Attachment #330366 -
Flags: review?(lukasblakk) → review+
Comment 6•16 years ago
|
||
Comment on attachment 330366 [details] [diff] [review]
Kill xpcshell at start of run
I've used this on staging, will need to get it into all the master.cfg files (total of 4) for unittest
Comment 7•16 years ago
|
||
Bah, this still doesn't kill the files off all the xpcshell processes. I suspect bug 453260.
Updated•16 years ago
|
Assignee: lukasblakk → nobody
Comment 8•16 years ago
|
||
Not sure if this is still an issue, since bug 420216 is fixed now. Either way, taking my name off assignment since I'm not actively working on it. Anyone who wants it can take it.
Comment 9•16 years ago
|
||
(In reply to comment #7)
> Bah, this still doesn't kill the files off all the xpcshell processes. I
> suspect bug 453260.
(In reply to comment #8)
> Not sure if this is still an issue, since bug 420216 is fixed now.
hmmm... are we still seeing this happen?
I'll leave this open for now, but move to Future while we wait-and-see a little longer. If we dont hit this again, lets close this out as done, ok?
Severity: critical → normal
Component: Release Engineering → Release Engineering: Future
Priority: P2 → --
Comment 10•16 years ago
|
||
(In reply to comment #9)
> (In reply to comment #7)
> (In reply to comment #8)
> > Not sure if this is still an issue, since bug 420216 is fixed now.
> hmmm... are we still seeing this happen?
>
> I'll leave this open for now, but move to Future while we wait-and-see a little
> longer. If we dont hit this again, lets close this out as done, ok?
Can we now close this bug?
Comment 11•16 years ago
|
||
(In reply to comment #10)
> (In reply to comment #9)
> > (In reply to comment #7)
> > (In reply to comment #8)
> > > Not sure if this is still an issue, since bug 420216 is fixed now.
> > hmmm... are we still seeing this happen?
> >
> > I'll leave this open for now, but move to Future while we wait-and-see a little
> > longer. If we dont hit this again, lets close this out as done, ok?
>
> Can we now close this bug?
I'm assuming yes.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Comment 12•15 years ago
|
||
Moving closed Future bugs into Release Engineering in preparation for removing the Future component.
Component: Release Engineering: Future → Release Engineering
Assignee | ||
Updated•11 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•