Difference between revisions of "Bug Lists"
From Audacity Wiki
m (→Latest Changes for:) |
Galeandrews (talk | contribs) (addded links to Manual P1, P2 bugs) |
||
Line 28: | Line 28: | ||
* [http://bugzilla.audacityteam.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=DEVEL%20-%20FIX%20MADE&columnlist=bug_severity%2Cpriority%2Cop_sys%2Cassigned_to%2Cbug_status%2Cresolution%2Cshort_desc%2Cchangeddate&keywords=patch_ready&keywords_type=allwords&query_format=advanced&order=changeddate%20DESC%2Cbug_id&query_based_on= All open issues that have Patches attached, that are agreed on and ready for developer review] | * [http://bugzilla.audacityteam.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=DEVEL%20-%20FIX%20MADE&columnlist=bug_severity%2Cpriority%2Cop_sys%2Cassigned_to%2Cbug_status%2Cresolution%2Cshort_desc%2Cchangeddate&keywords=patch_ready&keywords_type=allwords&query_format=advanced&order=changeddate%20DESC%2Cbug_id&query_based_on= All open issues that have Patches attached, that are agreed on and ready for developer review] | ||
+ | |||
+ | * Manual bugs - '''Note:''' links to MediaWiki:Sidebar, ToDo, Welcome For Editors and Help:Translating are NOT bugs. | ||
+ | ** [http://manual.audacityteam.org/m/index.php?title=Special:WhatLinksHere/ToDo-1 Manual P1 bugs] | ||
+ | ** [http://manual.audacityteam.org/m/index.php?title=Special:WhatLinksHere/ToDo-2 Manual P2 bugs] | ||
+ | |||
==Bugs by Priority== | ==Bugs by Priority== |
Revision as of 19:01, 7 March 2012
The Audacity Team track bugs and agreed enhancement issues on our Bugzilla. This page is a list of useful Bugzilla links for Developer/Quality Assurance use.
|
Quick Links:
- Table of issues awaiting fix or review by Priority and Bug Type (also available from the Audacity icon on Bugzilla)
- Latest alpha development builds of Audacity
- Ask for a Bugzilla account (for experienced C++ developers or seasoned bug watchers who want to actively fix or test bugs)
- How to submit patches to our feedback address or developers' mailing list
- audacity-devel developers' mailing list information
Tip: For easy access, bookmark any links in these bug lists!
Tip: If you go to our bugzilla, clicking on the Audacity Icon at top left takes you to a summary table of open bugs. Clicking on the numbers in that table takes you to those bugs.
Latest Changes for:
- Manual bugs - Note: links to MediaWiki:Sidebar, ToDo, Welcome For Editors and Help:Translating are NOT bugs.
Bugs by Priority
Open Bugs | Awaiting Developer Fix | |||
PX | P1 only | P1 bugs prevent any release, including beta. | ||
P1 to P2 | P2 only | P2 bugs prevent a stable release. | ||
P1 to P3 | P3 only | P3 bugs must be release noted. | ||
P1 to P4 | P4 only | P4 and P5 bugs are not release noted. | ||
All Open Bugs | P5 only |
Deciding on bug priority is not an exact science, and some of the natural 'rules' conflict with each other.
- Reproducible crashes and regressions are generally P1.
- However, reproducible bugs which can't be progressed (e.g. because they are incompatibilities in a driver or operating system beyond our control) will usually be P3 or lower, so they don't needlessly prevent stable releases.
- Similarly where a bug lacks a ready way to reproduce it there may be pressures to demote it to P3, even if it is a frequently reported crash or regression. One solution to handling a bug demoted for this reason may be to flag or keyword it, or otherwise encourage testers to discover how to reproduce it.
Also a P2 bug in a new feature we can turn off will generally be a reason to turn that feature off in stable releases so that we can get a stable release out.
Workflow when resolving bugs
- When a bug has a fix committed by a developer, the developer should move the bug status to DEVEL - FIX MADE. This means the bug is still OPEN. Then QA should test it, ideally on all three platforms. If QA are happy with the result, they move the bug status to RESOLVED - FIXED. That means the bug is closed. It will not be visible in searches except when searching for Fixed.
- It is suggested the only case where a developer should change bug status to RESOLVED - FIXED should be for bugs P3 and below where a logic error was to blame which does not appear to have possible platform or machine dependencies, AND where this fix has been committed.
If you plan to use our bugtracker you may want to read about the advantages and hazards of bugtracking, along with a bit more terminology.
Some Categories
- Fixed
- Fix made by developer, not yet resolved by QA
- Moonphase or Heisenbug
- Enhancement Requests
- Nyquist
- Platform Specific
- All awaiting fix or review by developer
Reports
Not strictly bug lists...
One Level
Two Levels
- Bug Type and Priority. This is showing open bugs. It is possibly the best table for getting an overview of the kinds of live bugs we have.
- Status and Priority. This is showing both open and closed bugs. It shows, for example, that we tend to close a higher proportion of high priority bugs than lower priority bugs.
- Status and Bug Type. This is showing open and closed bugs. It shows, for example, that summary issues tend to stay open.