Bug triage

This article is obsolete, but kept as a historical record. Do not rely on this information in any way. However, it may be used in the future, so please do not delete or modify.

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.


Triage Attendance Guidelines

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:

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.

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:


Setting up

Populating the issue listings section(s)

<perl>

  1. !/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 "* $key - Votes: $votes - $title - $reporter\n";

}


</perl>

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:

Best Meeting Times
Name Weekday 06 09 12 15 18 21 Weekend 06 09 12 15 18 21
Able Whitman Weekday * * * Weekend * * * *
Alissa Sabre Weekday * * * Weekend * *
Boroondas Gupte Weekday * * Weekend * * * *
Celierra Darling Weekday * * * Weekend * * * *
Daedalus Young Weekday * * Weekend * * *
Dale Glass Weekday * * * * Weekend * * * * *
Dana Fagerstrom Weekday * * * Weekend
Gordon Wendt Weekday * * * * Weekend * * * * *
Haravikk Mistral Weekday * * * Weekend * * *
Henri Beauchamp Weekday * * * Weekend * * *
Jacek Antonelli Weekday * * * * Weekend * * * *
Jason Giglio Weekday * * * * Weekend * * * *
John Hurliman Weekday * * * * Weekend * *
Nick Weekday * * * * Weekend * * * *
NickCA Dittmann Weekday * * * * Weekend *
Meni Kaiousei Weekday * Weekend *
Maggie Darwin Weekday * Weekend * * * *
Techwolf Lupindo Weekday * Weekend * * * * *
Arabella Steadham Weekday Weekend * * *
Void Singer Weekday * * Weekend * *
Weekday Weekend

Notes from previous triages

See Category:Bug triage