Closed
Bug 36906
Opened 25 years ago
Closed 24 years ago
Bugzilla helper to search resolved bugs as well
Categories
(Bugzilla :: Bugzilla-General, enhancement, P3)
Bugzilla
Bugzilla-General
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: ashted, Assigned: gerv)
Details
There's an interesting situation which arises from marking bugs as duplicates.
Person a reports a set of symptoms which in discussion appears to be the result
of a much deeper problem. Person b reports a different set of symptoms which
are, by the studied opinion of one of the engineers, also the result of the same
deeper problem. So said engineer marks the bug as a duplicate. Then person c
comes to report the same symptoms which bothered b. He goes to the bugzilla
helper and does the search step bug gets no results since the helper only
searches NEW, ASSIGNED and REOPENED bugs. So he reports it. Now our good
engineer has to go mark that one as duplicate. About that time d arrives . . .
P'raps the helper could be set to search resolved bugs as well. This would also
aid in getting folks to reopen a bug rather than submit a new one.
Comment 1•25 years ago
|
||
Hmm maybe instead of making it search "new|assigned|reopened", it could
search "no resolution|duplicate".
Reporter | ||
Comment 2•25 years ago
|
||
I thought about that and it should definitely help the duplicate bug problem.
It won't encouraged folks to reopen old bugs, but it also won't incur the same
penalty that searching the entire base does. Also, I think we'd probably best
stay with *just* "no resolution" for searching the description. If you search
the database for "buzilla helper" as a case-insensitive substring without
narrowing it to new|assigned|reopened, you blow the poor bugzilla's brain!
Comment 4•24 years ago
|
||
Reassigning to gerv, who currently maintains bugzilla helper.
Assignee: cbegle → gervase.markham
Assignee | ||
Comment 5•24 years ago
|
||
What's the request here? Change Bugzilla Helper's Simple Search to search
DUPLICATE bugs as well?
Gerv
Comment 6•24 years ago
|
||
Yeah, or make it an option (open bugs, or open and duplicate bugs). Ted also
said that long-description searches might need to be restricted to open bugs
only.. I haven't tried timing different longdesc searches. (btw, the longdesc
option should have a "(slow)" next to it.)
Assignee | ||
Comment 7•24 years ago
|
||
CCing dmose. Dmose - what's your view of the performance impact of changing
Simple Search to also search bugs marked DUPLICATE?
Gerv
Comment 8•24 years ago
|
||
We're having some performance problems as it is right now; I don't think now is
the right time to do this. I understand it's utility, and perhaps at some point
in the future when we've worked past the current issues it would be worth
considering again.
Assignee | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 9•24 years ago
|
||
dmose - what's the current thinking here? Do we still have performance problems?
Gerv
Comment 10•24 years ago
|
||
There are still performance problems; we regularly see threads get killed by the
mysql-watcher script. CCing endico on this, as she's now getting the mail from
that script. Maybe the eventual upgrade to MySQL 3.23 will help.
Comment 11•24 years ago
|
||
FYI: I have recently changed my QuickSearch tool (which is intended to replace
the SimpleSearch tool at some point in the hopefully not so distant future, see
bug 61561 or http://www.ags.uni-sb.de/~afranke/mozilla/quicksearch.html ) so
include DUPLICATE bugs in the search by default (following a suggestion from
Asa). So far, I haven't seen a big slowdown caused by that, and I think I like
it.
Assignee | ||
Comment 12•24 years ago
|
||
Marking WONTFIX; use QuickSearch.
Gerv
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → WONTFIX
Updated•24 years ago
|
Component: Bugzilla → Bugzilla Helper
Comment 13•22 years ago
|
||
Webtools/Bugzilla Helper is being retired.
Component: Bugzilla Helper → Bugzilla-General
Product: Webtools → Bugzilla
Target Milestone: --- → Bugzilla old
Version: other → unspecified
Comment 14•22 years ago
|
||
clearing milestone on all DUPLICATE/WONTFIX/WORKSFORME/INVALID so they'll show
up as untriaged if they get reopened. "Jiminy Cricket!" for the filters (and I
don't care if it's spelled wrong ;)
Target Milestone: Bugzilla old → ---
Updated•12 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
•