Skip Menu |

This queue is for tickets about the Text-Summarize CPAN distribution.

Report information
The Basics
Id: 117392
Status: new
Priority: 0/
Queue: Text-Summarize

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

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



Subject: Failed test 'getSumbasicRankingOfSentences.'
Some of my smoker machines report the following failure: # Failed test 'getSumbasicRankingOfSentences.' # at t/001_test.t line 8. # Looks like you failed 1 test of 2. t/001_test.t .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/2 subtests Unfortunately I am not able to find a pattern causing the failure. Overview of test reports: http://matrix.cpantesters.org/?dist=Text-Summarize%200.50;os=linux;reports=1
On 2016-09-01 02:07:03, SREZIC wrote: Show quoted text
> Some of my smoker machines report the following failure: > > > # Failed test 'getSumbasicRankingOfSentences.' > # at t/001_test.t line 8. > # Looks like you failed 1 test of 2. > t/001_test.t .. > Dubious, test returned 1 (wstat 256, 0x100) > Failed 1/2 subtests > > > Unfortunately I am not able to find a pattern causing the failure. > > Overview of test reports: http://matrix.cpantesters.org/?dist=Text- > Summarize%200.50;os=linux;reports=1
Looking again at http://matrix.cpantesters.org/?dist=Text-Summarize%200.50 I think this could be a hash randomization problem. Fails happen since perl 5.17.6, which is the first perl with hash randomization activated (again). There are also fails for older perls, but these seem to be caused by "uselongdouble" perls (see https://rt.cpan.org/Ticket/Display.html?id=75845 ).