Bug triage

From Second Life Wiki

(Redirected from Bug triage/)
Jump to: navigation, search

QA Portal > Bug triage

A bug triage (or "bug triage meeting") is a process where bugs are sorted and processed for import into Linden Lab's internal issue tracking system for deeper consideration. This is a first step for an issue towards a fix in the official Second Life viewer.

Contents

Next bug triages

Focus Time Next Place Prev
General Mondays
12pm PST
2008-07-14 Hippotropolis Meeting area 2008-07-07
Release Candidate Wednesdays
3pm PST
2008-07-16 Bridie Linden's house 2008-07-09

Triage Attendance Guidelines

  • We work off of prepared agendas that can be found in the triage links above. If you have an item you'd like to discuss, please add it to the agenda prior to the meeting.
  • All triages are done in chat so we are able to keep the transcripts. We ask that voice be turned off so those not using voice may participate in all conversations.
  • Since some people are on slower machines, we ask that all poofers and particle effects be turned off please.
  • Please turn off all gesture sounds.

Process notes

During the actual bug triage, we step through each issue one at a time, identifying which issues deserve priority for closer attention. It's a subjective process, but here are some of the criteria evaluated:

  • Does this bug have a large impact on users and/or a lot of JIRA votes?
  • Is there enough information for developers to address it (i.e. a quick repro), or is more information needed?
  • Is there a patch attached that addresses the issue?

A triage meeting may find bugs that don't have a proper reproduction or are duplicates of other bugs. These issues may be marked as "Resolved" as "Duplicate" or "Cannot Reproduce", as appropriate.

  • If a bug has no repro, it will be marked "Resolved/No Repro", but the bug isn't closed.
    • All bugs marked "resolved" are implicitly assigned to the reporter.
    • If the reporter agrees (is unable to provide a consistent repro), they close it. If not, they reopen with a repro

We take the number and quality of repros into account, so if there's something you want to make sure we get around to, please add whatever debug information you can. Some attention is paid to the number of votes (where really highly voted issues will probably get noticed), so vote for the issues that you think are most important.

Lindens: if you are aware of a duplicate issue filed internally, please enter the number of the internal issue into the external tracker.

Setting an agenda for a triage meeting

Community members generally collaborate on the agenda for bug triage meetings. Here's how you can quickly fill in an otherwise blank agenda:

 
#!/usr/bin/env perl
use XML::Simple;
 
my $bugs = XMLin($ARGV[0]);
 
foreach my $item (@{$bugs->{channel}->{item}}) {
  $title = $item->{title};
  $title =~ s/^\[[^\]]*\] //;
  $key = $item->{key}->{content};
  $votes = $item->{votes};
  $reporter = $item->{reporter}->{username};
  print "* {{jira|$key}} - Votes: $votes - $title - {{User|$reporter}}\n";
}
 
 
 
  • Pick a reasonable cutoff point, and copy the output into the appropriate section of your newly created page.

We usually get through about 20 issues in a meeting (+/- 10). By getting involved in the agenda creation process, you can help make sure we discuss the 20 most important issues rather than a random 20.

Best Meeting Times

Help us choose the best meeting times. If you regularly attend triages (or would like to do so), please add yourself to this list and mark off the most convenient (Second Life Time) hours for yourself:

  Name               Weekday 6a 9a 12 15 18 21   Weekend 6a 9a 12 15 18 21
  Able Whitman                         *  *  *               *  *  *  *
  Alissa Sabre                *  *     *                  *              *
  Boroondas Gupte                   *  *                  *  *  *  *
  Celierra Darling                     *  *  *                  *  *  *  *
  Daedalus Young                    *  *                  *     *  *
  Dale Glass                     *  *  *  *               *  *  *  *  *
  Dana Fagerstrom             *  *  *
  Jacek Antonelli                   *  *  *  *                  *  *  *  *
  Jason Giglio                      *  *  *  *                  *  *  *  *
  John Hurliman                     *  *  *  *                     *  *
  Haravikk Mistral                                        *  *     *
  Nick                        *  *  *  *                  *  *  *  *
  NickCA Dittmann                   *  *  *  *                  *

Notes from previous triages

Personal tools