Skip Menu |

This queue is for tickets about the WWW-Offliberty CPAN distribution.

Report information
The Basics
Id: 122651
Status: new
Priority: 0/
Queue: WWW-Offliberty

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in:
  • 1.000005
  • 1.000008
Fixed in: (no value)



Subject: t/50-network.t fails
t/50-network.t started to fail since some days: ... # Failed test 'youtube' # at t/50-network.t line 11. # '0' # >= # '1' # Failed test 'youtube, video_file => 1' # at t/50-network.t line 14. # got: '0' # expected: '2' # Failed test 'video URL contains ".mp4"' # at t/50-network.t line 16. # undef # doesn't match '(?^:\.mp4)' # Looks like you failed 3 tests of 4. t/50-network.t .. Dubious, test returned 3 (wstat 768, 0x300) Failed 3/4 subtests ... See also: http://matrix.cpantesters.org/?dist=WWW-Offliberty%201.000005;reports=1#sl=7,1
On 2017-07-30 11:55:13, SREZIC wrote: Show quoted text
> t/50-network.t started to fail since some days: > > ... > # Failed test 'youtube' > # at t/50-network.t line 11. > # '0' > # >= > # '1' > > # Failed test 'youtube, video_file => 1' > # at t/50-network.t line 14. > # got: '0' > # expected: '2' > > # Failed test 'video URL contains ".mp4"' > # at t/50-network.t line 16. > # undef > # doesn't match '(?^:\.mp4)' > # Looks like you failed 3 tests of 4. > t/50-network.t .. > Dubious, test returned 3 (wstat 768, 0x300) > Failed 3/4 subtests > ... > > > See also: http://matrix.cpantesters.org/?dist=WWW- > Offliberty%201.000005;reports=1#sl=7,1
The test suite started to fail again with 1.000008, but now the test failures look different: ... # Failed test 'some URL contains ".mp4"' # at t/50-network.t line 17. # 'http://k9.offliberty.com/' # doesn't match '(?^:\.mp4)' # Looks like you failed 1 test of 4. t/50-network.t .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/4 subtests ...