Comment 2 for bug 109628

Revision history for this message
Alexander Sack (asac) wrote : Re: [Bug 109628] Re: allow clues to match "duplicate count > X"; e.g. to list top-crashers

On Wed, Apr 25, 2007 at 06:22:05AM -0000, Daniel Holbach wrote:
> This will be implemented with bug 79140. I'm not convinced we need that in the clue files. Once we transition to the 'bughelper server', it will be easy to add a
> bughelper --nd '>10' -p firefox -A
> query.
>
> I'm inclined to close the bug as duplicate.
>

What are the reasons that you don't want this rule not to be available
for clue files? IMO, all mechanisms should be available in clue
files, as we can easily integrate them in bughelper-data.

Further, we could combine it with different ops, like:

 * find all top-crashes of firefox
 * find bugs that are not MASTER, but have duplicates (-> triaging bug)

Later integer expressions would allow me to match for other measures,
like

 * time since last activity

... again in combination with certain state/tag 'op' combinations this
can have different meaning:
 a) are we waiting for a report? -> Close bug
 b) are we waiting for developer to process bug -> Show up in "Needs
 Processing" task page.

 - Alexander