Skip Menu |

This queue is for tickets about the Sniffer-HTTP CPAN distribution.

Report information
The Basics
Id: 124234
Status: new
Priority: 0/
Queue: Sniffer-HTTP

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

Bug Information
Severity: (no value)
Broken in: 0.24
Fixed in: (no value)



Subject: Random test failures
The test suite may fail, see http://fast-matrix.cpantesters.org/?dist=Sniffer-HTTP%200.24;reports=1#sl=7,1 It looks that this is the problem: # $got->[0][0]{_msg} = 'Not Found' # $expected->[0][0]{_msg} = 'Not Found ' That is, the expected \r is missing. I don't see a pattern here.
On 2018-01-26 17:38:57, SREZIC wrote: Show quoted text
> The test suite may fail, see http://fast- > matrix.cpantesters.org/?dist=Sniffer-HTTP%200.24;reports=1#sl=7,1 > > It looks that this is the problem: > > # $got->[0][0]{_msg} = 'Not Found' > # $expected->[0][0]{_msg} = 'Not Found > ' > > That is, the expected \r is missing. > > I don't see a pattern here.
Actually there seems to be a pattern, at least on my smokers: passes on older operating systems (centos6, centos7, freebsd 9, debian/wheezy) and fails on newer ones (Ubuntu 18.04, debian/buster, FreeBSD 12, Fedora 28).