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