Closed
Bug 577538
(pg-xt-search)
Opened 15 years ago
Closed 15 years ago
xt/search.t does not pass on PostgreSQL
Categories
(Bugzilla :: Query/Bug List, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 4.2
People
(Reporter: mkanat, Assigned: mkanat)
References
Details
(Keywords: meta)
Attachments
(1 file)
|
2.14 KB,
patch
|
mkanat
:
review+
|
Details | Diff | Splinter Review |
Right now, the search.t test can't even complete on Pg, because various features are broken, and in Pg, if there's one error during a transaction, any other statement run during that transaction throws an error.
| Assignee | ||
Updated•15 years ago
|
| Assignee | ||
Updated•15 years ago
|
Alias: pg-xt-search
| Assignee | ||
Comment 1•15 years ago
|
||
xt/search.t now completes on Pg!! :-D
However, it does not yet pass.
| Assignee | ||
Comment 2•15 years ago
|
||
I'm actually going to consider this FIXED now that the test completes, and I'm going to work on other things.
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Summary: xt/search.t does not pass on PostgreSQL → xt/search.t does not complete on PostgreSQL
| Assignee | ||
Comment 3•15 years ago
|
||
All right, nevermind, I'm going to actually make it pass. :-)
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Summary: xt/search.t does not complete on PostgreSQL → xt/search.t does not pass on PostgreSQL
| Assignee | ||
Comment 4•15 years ago
|
||
Woo! And this makes the test pass by marking the ones that fail on Pg but not on MySQL as TODO.
Attachment #456518 -
Flags: review+
| Assignee | ||
Comment 5•15 years ago
|
||
Wooohoooo!!! :-)
Committing to: bzr+ssh://bzr.mozilla.org/bugzilla/trunk/
modified xt/lib/Bugzilla/Test/Search/Constants.pm
modified xt/lib/Bugzilla/Test/Search/FieldTest.pm
Committed revision 7316.
Status: REOPENED → RESOLVED
Closed: 15 years ago → 15 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 6•15 years ago
|
||
Oh, a bit more work is still required to fix custom fields.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Comment 7•15 years ago
|
||
Now it fully passes. :-)
Status: REOPENED → RESOLVED
Closed: 15 years ago → 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•