Skip Menu |

This queue is for tickets about the Apache-Solr CPAN distribution.

Report information
The Basics
Id: 114542
Status: resolved
Priority: 0/
Queue: Apache-Solr

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

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



Subject: t/11expand.t fails for perl >= 5.18 (1.03)
The test failure and the fact that only 5.18+ is affected looks like a hash randomization issue, however I was not able to find a PERL_HASH_SEED value to make the test pass. Test output: # Failed test 'test select expansion' # at t/11expand.t line 95. # got: 'q # inStock:true # rows # 10 # group # true # hl # true # stats # true # facet # true # mlt # true # facet.mincount # 1 # facet.limit # -1 # facet.field # cat # facet.field # inStock # f.cat.facet.missing # true # mlt.fl # manu,cat # mlt.mintf # 1 # mlt.mindf # 1 # stats.field # price # stats.field # popularity # group.limit # 3 # group.query # price:[0 TO 99.99] # ' # expected: 'q # inStock:true # rows # 10 # mlt # true # hl # true # group # true # stats # true # facet # true # facet.limit # -1 # facet.mincount # 1 # facet.field # cat # facet.field # inStock # f.cat.facet.missing # true # mlt.fl # manu,cat # mlt.mintf # 1 # mlt.mindf # 1 # stats.field # price # stats.field # popularity # group.query # price:[0 TO 99.99] # group.limit # 3 # ' # Looks like you failed 1 test of 5. t/11expand.t .... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/5 subtests
Got fixed with release 1.04, over a year ago