Skip Menu |

This queue is for tickets about the Search-Sitemap CPAN distribution.

Report information
The Basics
Id: 86048
Status: open
Priority: 0/
Queue: Search-Sitemap

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

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



Subject: Random test results
As per subject: seemingly regardsless of the perl version, if I let a smoker repeat the tests often enough, there will eventually come a FIAL report every so often. Sample fail reports best illustrated with the matrix: http://matrix.cpantesters.org/?dist=Search-Sitemap-2.13 The common thing among all fail reports I inspected was a one second difference between "expected" and "got". HTH && Thanks,
On 2013-06-10 16:42:55, ANDK wrote: Show quoted text
> As per subject: seemingly regardsless of the perl version, if I let a > smoker repeat the tests often enough, there will eventually come a > FIAL report every so often. > > Sample fail reports best illustrated with the matrix: > > http://matrix.cpantesters.org/?dist=Search-Sitemap-2.13 > > The common thing among all fail reports I inspected was a one second > difference between "expected" and "got". > > HTH && Thanks,
It looks like there's a race condition in t/Search-Sitemap-Types.t: # Failed test 'Coercion from HTTP::Response gives correct result 2015-12-19T09:00:42+00:00' # at t/Search-Sitemap-Types.t line 129. # got: '2015-12-19T09:00:43+00:00' # expected: '2015-12-19T09:00:42+00:00' # Failed test 'Coercion from Str gives correct result 2015-12-19T09:00:42+00:00' # at t/Search-Sitemap-Types.t line 129. # got: '2015-12-19T09:00:43+00:00' # expected: '2015-12-19T09:00:42+00:00' # Looks like you failed 2 tests of 35. t/Search-Sitemap-Types.t .. Dubious, test returned 2 (wstat 512, 0x200) Failed 2/35 subtests