Skip Menu |

This queue is for tickets about the Protocol-CassandraCQL CPAN distribution.

Report information
The Basics
Id: 113958
Status: open
Priority: 0/
Queue: Protocol-CassandraCQL

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

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



CC: pjacklam [...] cpan.org
Subject: t/02types.t fails (with latest Math::BigInt?)
See subject. Test output: # Failed test 'encode DECIMAL 0.25' # at t/02types.t line 116. # at bytes 0-0xf (0-15) # got: | 00 00 00 02 00 .. .. .. .. .. .. .. .. .. .. .. |..... | # exp: | 00 00 00 02 19 .. .. .. .. .. .. .. .. .. .. .. |..... | # Failed test 'decode DECIMAL 0.25' # at t/02types.t line 117. # got: '0' # expected: '0.25' # Looks like you failed 2 tests of 62. t/02types.t ... Dubious, test returned 2 (wstat 512, 0x200) Failed 2/62 subtests
I am not able to reproduce this with the latest version of Math::BigInt (v1.999722).
RT-Send-CC: pjacklam [...] cpan.org
On 2016-04-27 03:37:51, pjacklam wrote: Show quoted text
> I am not able to reproduce this with the latest version of > Math::BigInt (v1.999722).
It fails only with Math-BigInt-1.999718. The neighbor versions (1.999717 and 1.999719) are OK. Nevertheless I would propose a new release: * to remove the red spots from http://matrix.cpantesters.org/?dist=Protocol-CassandraCQL * to make sure that a possibly installed Math-BigInt-1.999718 is upgraded in Makefile.PL resp. Build.PL (i.e. set the minimum prereq version in this case)