Re: Issue 140 in perlwikipedia: t/27_sitematrix.t fails if noc.wikimedia.org is offline

1 view
Skip to first unread message

perlwi...@googlecode.com

unread,
Sep 23, 2010, 8:06:46 PM9/23/10
to perlwiki...@googlegroups.com
Updates:
Summary: t/27_sitematrix.t fails if noc.wikimedia.org is offline

Comment #1 on issue 140 by mike.lifeguard: t/27_sitematrix.t fails if
noc.wikimedia.org is offline
http://code.google.com/p/perlwikipedia/issues/detail?id=140

Probably noc was offline, so aawiki didn't get filtered out:

# Now filter out closed wikis
my $response =
$self->{api}->{ua}->get('http://noc.wikimedia.org/conf/closed.dblist');
if ($response->is_success()) {
my @closed_list = split(/\n/, $response->decoded_content);
CLOSED: foreach my $closed (@closed_list) {
delete($by_db{$closed});
}
}

It might be possible to write the test such that this doesn't fail under
such circumstances.

perlwi...@googlecode.com

unread,
Mar 26, 2011, 9:32:43 PM3/26/11
to perlwiki...@googlegroups.com
Updates:
Status: WontFix

Comment #2 on issue 140 by mike.lifeguard: t/27_sitematrix.t fails if

Not worth the effort.

Reply all
Reply to author
Forward
0 new messages