Bug triage/2007-08-06

From Second Life Wiki

Jump to: navigation, search

QA Portal > Bug triage > Bug triage/2007-08-06


Next meeting: 2007-08-13. Host: Rob Linden See Bug triage for details.

Contents

Fast Track Import

(Move bugs here that have solid repros, or valid patches that you have reviewed)

Already imported, but has a new solid repro, and I wrote a patch. Please update PJIRA and/or assign. Gigs Taggart
  • Imported

Hot by Vote

  • WEB-257[c] - Votes: 51 - Grid-Login and www.secondlife.com fails: DNS not resoved after ae-4-4.car2.SanFrancisco1.Level3.net - Jim Gustafson
    • Imported, changed priority to "critical", linked to SVC-364, VWR-2005
  • SVC-364[c] - Votes: 7 - Downloaded and installed 1.17.1. Now can not log into SL. "Unable to connect to SL. DNS could not resolve the hostname. " - Chris Eggplant
    • Imported, changed priority to "critical", linked to SVC-364, VWR-2005
  • VWR-2005[c] - Votes: 0 - Unable to connect to SecondLife---DNS could not resolve host name, but i can see website fine. - goose bechir
    • Imported, changed priority to "critical", linked to SVC-364, VWR-2005

Patches

"Showstoppers"

  • MISC-517[c] - Votes: 0 - It will not me log in, it says a unknown error has occurred, and if it doesnt say that it says go to the website. - Chappelle Woller

Misc Pool

Sorted by priority. This probably isn't immediately useful, but we should figure out why it isn't, and figure out a community solution for making this a useful sort order.

Pre-meeting activity

Some issues will be resolved in the course of building this agenda. Rather than deleting them from the proposed agenda, move the issue and associated discussion into the appropriate section below.

Imported

Resolved

Duplicate of bug already on triage agenda. Gigs Taggart
Can't repro. Not a showstopper at any rate. -- Rob Linden

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.

Transcript

See Bug triage/2007-08-06/Transcript

Personal tools