Closed
Bug 455934
Opened 17 years ago
Closed 17 years ago
mozilla-central leak test needs a clobber
Categories
(Release Engineering :: General, defect, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: sdwilsh, Assigned: nthomas)
Details
Linux mozilla-central leak test needs to be clobbered to get rid of nsPlacesDBFlush.js. Not sure if this is a build system bug since the patch that added this has been backed out...
Comment 1•17 years ago
|
||
I need more information to act on this. What hosts need to be clobbered?
Updated•17 years ago
|
Assignee: server-ops → aravind
Reporter | ||
Comment 2•17 years ago
|
||
I don't know anything more than it's the second column on the tinderbox page:
http://tinderbox.mozilla.org/showbuilds.cgi?tree=Firefox
Reporter | ||
Comment 3•17 years ago
|
||
It looks like all the unit test boxes are going to need it too - they are going to get the same leak :(
Comment 4•17 years ago
|
||
I got to the box from the tinderbox logs on a previous build. I deleted the corresponding build directory, but then the doc says to do something on a waterfall page. I am not sure where that page is. Handing off to build.
Assignee: aravind → nobody
Component: Server Operations: Tinderbox Maintenance → Release Engineering: Maintenance
QA Contact: mrz → release
Assignee | ||
Comment 5•17 years ago
|
||
Aravind says he clobbered on moz2-linux-slave1 so far
Assignee: nobody → nthomas
Priority: -- → P1
Assignee | ||
Comment 6•17 years ago
|
||
Removed objdir/dist/bin on moz2-linux-slave02,03,04,05,06, and forced a build.
On to the unit test boxes.
Assignee | ||
Comment 7•17 years ago
|
||
Removed objdir/dist/bin/components/nsPlacesDBFlush.js from qm-centos5-03, qm-centos5-moz2-01 - both while they were testing, so there may be some breakage.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 8•17 years ago
|
||
Gah, this isn't limited to linux
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Summary: Linux mozilla-central leak test needs a clobber → mozilla-central leak test needs a clobber
Assignee | ||
Comment 9•17 years ago
|
||
Windows and Mac builders done. On mac, you have to be careful to do
<cd objdir>
find . -name nsPlacesDBFlush.js -exec rm -v {} \;
to get all the copies.
Assignee | ||
Comment 10•17 years ago
|
||
Windows and Mac unit testers also done.
Status: REOPENED → RESOLVED
Closed: 17 years ago → 17 years ago
Resolution: --- → FIXED
Comment 11•17 years ago
|
||
Ah, crap.
The two new Windows unit test boxes (moz2-win32-slave07 and 08) have been leaking since about noon on the 18th. 8am-noon was a bunch of failed cycles, and before that they were ok.
I'm guessing that these boxes were missed during the previous clobbers, because they were not on the Firefox tinderbox? They are as of today, so they need clobbered.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 12•17 years ago
|
||
(In reply to comment #11)
> Ah, crap.
>
> The two new Windows unit test boxes (moz2-win32-slave07 and 08) have been
> leaking since about noon on the 18th. 8am-noon was a bunch of failed cycles,
> and before that they were ok.
There was no nsPlacesDBFlush.js in objdir/dist/bin on either. Both clobbered.
Status: REOPENED → RESOLVED
Closed: 17 years ago → 17 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 13•17 years ago
|
||
I removed the nsPlacesDBFlush.js on bm-xserve16,17,18 (19 didn't have any).
Assignee | ||
Comment 14•17 years ago
|
||
... because the places fsync stuff landed and got backed out again at Wed Oct 08 11:05:08 2008 -0700.
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•