Closed
Bug 140382
Opened 23 years ago
Closed 23 years ago
you can't remigrate twice
Categories
(Core Graveyard :: Profile: BackEnd, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla1.0.1
People
(Reporter: sspitzer, Assigned: sspitzer)
References
Details
you can't remigrate twice.
The reason is we'll fail to re-migrate if the "<xxxxxxxx>.slt-old" directory
already exists, and re-migrating the first time creates that directory.
there may not be an immediate need to fix this, as the migration interval is
set to 6 months, so users won't see this for a year. (QA might see it, in
their testing, I've alert grace.)
Comment 1•23 years ago
|
||
Since the user won't run into this for a year, this isn't so pressing. Though
since it's an easy fix which would help QA, I'll make a patch.
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla1.0.1
Assignee | ||
Comment 2•23 years ago
|
||
actually, now that we're doing -new instead of -old, and we're using
CreateUnique(), this is fixed.
note to grace / ktrina, this won't appear fixed on the branch until #137886 is
fixed.
it's already fixed on the trunk.
Assignee | ||
Comment 3•23 years ago
|
||
fixed on trunk, so marking fixed.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 4•23 years ago
|
||
verified on both trunk and branch
Status: RESOLVED → VERIFIED
QA Contact: ktrina → gbush
Updated•9 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•