Closed
Bug 164464
Opened 23 years ago
Closed 23 years ago
Importxml will fail if versioncache needs update
Categories
(Bugzilla :: Bug Import/Export & Moving, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.18
People
(Reporter: bugreport, Assigned: myk)
References
Details
(Whiteboard: [fixed in 2.16.1])
Attachments
(1 file)
439 bytes,
patch
|
bbaetz
:
review+
timeless
:
review+
|
Details | Diff | Splinter Review |
importxml tries to get the version table before connecting to the database.
This will fail if GetVersionTable needs to regenerate the version table.
GetVersionTable();
ConnectToDatabase();
This is true in all the major branches.
Reporter | ||
Comment 1•23 years ago
|
||
Comment 2•23 years ago
|
||
Comment on attachment 96588 [details] [diff] [review]
Fix - needed on 2.16 as well as 2.17
r=burnus
Attachment #96588 -
Flags: review+
Reporter | ||
Updated•23 years ago
|
Attachment #96588 -
Flags: review+
Comment 3•23 years ago
|
||
Comment on attachment 96588 [details] [diff] [review]
Fix - needed on 2.16 as well as 2.17
r=bbaetz x2
The versiontable sucks
Attachment #96588 -
Flags: review+
Attachment #96588 -
Flags: review+
Reporter | ||
Comment 4•23 years ago
|
||
Checked in
On HEAD:
Checking in importxml.pl;
/cvsroot/mozilla/webtools/bugzilla/importxml.pl,v <-- importxml.pl
new revision: 1.27; previous revision: 1.26
done
And on BUGZILLA-2_16-BRANCH
/cvsroot/mozilla/webtools/bugzilla/importxml.pl,v <-- importxml.pl
new revision: 1.23.2.1; previous revision: 1.23
done
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Updated•23 years ago
|
Whiteboard: [fixed in 2.16.1]
Reporter | ||
Updated•23 years ago
|
Target Milestone: --- → Bugzilla 2.18
Reporter | ||
Comment 5•23 years ago
|
||
*** Bug 147599 has been marked as a duplicate of this bug. ***
Updated•22 years ago
|
Component: Creating/Changing Bugs → Bug Import/Export & Moving
Updated•13 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•