Skip Menu |

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

Maintainer(s)' notes

Important note

Do NOT report bugs here - if you do, your report won't be read by anybody. We've asked for this tracker to simply be disabled, but apparently that's not possible at present. So if you have a package on CPAN, you get a RT tracker whether you like it or not.

Instead, report bugs in the Xapian bug tracker.





























































































































































































































































































































































































































































































































































Report information
The Basics
Id: 124860
Status: resolved
Priority: 0/
Queue: Search-Xapian

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

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



Subject: t/parser.t test may fail
On some of my smokers parser.t fails: ... # Test 44 got: "Xapian::Query(VALUE_RANGE 3 10 $20)" (t/parser.t at line 144 fail #9) # Expected: "Xapian::Query(VALUE_RANGE 3 !10 $20)" # t/parser.t line 144 is: ok( qd($query), "Xapian::Query($res)" ); t/parser.t ............ Failed 1/62 subtests ... Looking at the fail reports it seems that the failure happens on older systems: CentOS6, Debian/jessie, FreeBSD 10. The test passes on Debian/stretch, Ubuntu 16.04 and FreeBSD 11 (the latter only if gcc/g++ is installed; see the other issue about clang compilers).
On Thu Mar 22 02:58:51 2018, SREZIC wrote: Show quoted text
> On some of my smokers parser.t fails: > > ... > # Test 44 got: "Xapian::Query(VALUE_RANGE 3 10 $20)" (t/parser.t at > line 144 fail #9) > # Expected: "Xapian::Query(VALUE_RANGE 3 !10 $20)" > # t/parser.t line 144 is: ok( qd($query), "Xapian::Query($res)" > ); > t/parser.t ............ > Failed 1/62 subtests > ... > > Looking at the fail reports it seems that the failure happens on older > systems: CentOS6, Debian/jessie, FreeBSD 10. The test passes on > Debian/stretch, Ubuntu 16.04 and FreeBSD 11 (the latter only if > gcc/g++ is installed; see the other issue about clang compilers).
As the RT bug page say, please report bugs to https://xapian.org/bugs instead of here if you actually want them to be seen. This one was fixed about a year ago in 1.2.25.1.
On 2019-09-15 23:56:42, OLLY wrote: Show quoted text
> On Thu Mar 22 02:58:51 2018, SREZIC wrote:
> > On some of my smokers parser.t fails: > > > > ... > > # Test 44 got: "Xapian::Query(VALUE_RANGE 3 10 $20)" (t/parser.t at > > line 144 fail #9) > > # Expected: "Xapian::Query(VALUE_RANGE 3 !10 $20)" > > # t/parser.t line 144 is: ok( qd($query), "Xapian::Query($res)" > > ); > > t/parser.t ............ > > Failed 1/62 subtests > > ... > > > > Looking at the fail reports it seems that the failure happens on > > older > > systems: CentOS6, Debian/jessie, FreeBSD 10. The test passes on > > Debian/stretch, Ubuntu 16.04 and FreeBSD 11 (the latter only if > > gcc/g++ is installed; see the other issue about clang compilers).
> > As the RT bug page say, please report bugs to https://xapian.org/bugs > instead of here if you actually want them to be seen.
Please see the other issue. It was not possible for me to report through the official channels. Show quoted text
> This one was fixed about a year ago in 1.2.25.1.
That's good.