Skip Menu |

This queue is for tickets about the App-CSE CPAN distribution.

Report information
The Basics
Id: 124839
Status: open
Priority: 0/
Queue: App-CSE

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

Bug Information
Severity: (no value)
Broken in:
  • 0.013
  • 0.015
Fixed in: (no value)



Subject: t/05-more-search.t fails on CentOS6
On my CentOS6 smoker I see the following test failure: # Failed test 'Ok got one hit' # at t/05-more-search.t line 111. # got: '0' # expected: '1' # Looks like you failed 1 test of 49. t/05-more-search.t ...... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/49 subtests
Interesting. Is it still the case? Could you find the cause? On Wed Mar 21 03:47:30 2018, SREZIC wrote: Show quoted text
> On my CentOS6 smoker I see the following test failure: > > # Failed test 'Ok got one hit' > # at t/05-more-search.t line 111. > # got: '0' > # expected: '1' > # Looks like you failed 1 test of 49. > t/05-more-search.t ...... > Dubious, test returned 1 (wstat 256, 0x100) > Failed 1/49 subtests
On 2019-12-24 06:13:00, JETEVE wrote: Show quoted text
> Interesting. Is it still the case? Could you find the cause?
Yes, still happening. Don't know if it matters, but "file" reports something different on scalar files on CentOS6. CentOS6: $ file t/toindex/scala/Hello.scala t/toindex/scala/Hello.scala: ASCII English text All other systems: $ file t/toindex/scala/Hello.scala t/toindex/scala/Hello.scala: C++ source, ASCII text Show quoted text
> > On Wed Mar 21 03:47:30 2018, SREZIC wrote:
> > On my CentOS6 smoker I see the following test failure: > > > > # Failed test 'Ok got one hit' > > # at t/05-more-search.t line 111. > > # got: '0' > > # expected: '1' > > # Looks like you failed 1 test of 49. > > t/05-more-search.t ...... > > Dubious, test returned 1 (wstat 256, 0x100) > > Failed 1/49 subtests
> >