Skip Menu |

This queue is for tickets about the CatalystX-CRUD-ModelAdapter-DBIC CPAN distribution.

Report information
The Basics
Id: 110092
Status: resolved
Priority: 0/
Queue: CatalystX-CRUD-ModelAdapter-DBIC

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

Bug Information
Severity: (no value)
Broken in: 0.13
Fixed in: 0.14



Subject: t/01-dbic.t fails
t/01-dbic.t started to fail on my smoker machines (linux+freebsd, various perl versions): # Failed test 'iterator for cd.title=Bad' # at t/01-dbic.t line 34. # got: '7' # expected: '3' # Failed test 'search for cd.title=Bad' # at t/01-dbic.t line 36. # got: '7' # expected: '3' # Failed test 'count for cd.title=Bad' # at t/01-dbic.t line 38. # got: '7' # expected: '3' # Looks like you failed 3 tests of 23. t/01-dbic.t ....... Dubious, test returned 3 (wstat 768, 0x300) Failed 3/23 subtests
On 2015-12-04 18:36:51, SREZIC wrote: Show quoted text
> t/01-dbic.t started to fail on my smoker machines (linux+freebsd, > various perl versions): > > # Failed test 'iterator for cd.title=Bad' > # at t/01-dbic.t line 34. > # got: '7' > # expected: '3' > > # Failed test 'search for cd.title=Bad' > # at t/01-dbic.t line 36. > # got: '7' > # expected: '3' > > # Failed test 'count for cd.title=Bad' > # at t/01-dbic.t line 38. > # got: '7' > # expected: '3' > # Looks like you failed 3 tests of 23. > t/01-dbic.t ....... > Dubious, test returned 3 (wstat 768, 0x300) > Failed 3/23 subtests
The problem might be caused by newer versions of DBIx::Class. Statistical analysis lists the following (negative theta is bad): **************************************************************** Regression 'mod:DBIx::Class' **************************************************************** Name Theta StdErr T-stat [0='const'] 1.0000 0.0000 18790187242516808.00 [1='eq_0.08270'] 0.0000 0.0000 9.52 [2='eq_0.082810'] -1.0000 0.0000 -11883957869478364.00 [3='eq_0.082820'] -1.0000 0.0000 -17715558425264786.00 R^2= 1.000, N= 44, K= 4 ****************************************************************
Thanks, should be fixed in 0.14