Skip Menu |

This queue is for tickets about the Complete-Sah CPAN distribution.

Report information
The Basics
Id: 131722
Status: resolved
Priority: 0/
Queue: Complete-Sah

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

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



Subject: t/complete_from_schema.t may fail
On some of my systems: ... # Failed test at t/complete_from_schema.t line 187. # Structures begin differing at: # $got = undef # $expected = HASH(0x4184f0c0) # Failed test at t/complete_from_schema.t line 190. # Structures begin differing at: # $got = undef # $expected = HASH(0x4184f3d8) # Looks like you failed 2 tests of 3. # Failed test 'schema is based on other schema' # at t/complete_from_schema.t line 192. # Looks like you failed 1 test of 8. t/complete_from_schema.t .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/8 subtests ... I don't see a pattern --- it may pass or fail for freebsd and linux, and it does not seem to depend on perl versions: http://matrix.cpantesters.org/?dist=Complete-Sah%200.001
On Mon, 10 Feb 2020 08:11:49 GMT, SREZIC wrote: Show quoted text
> On some of my systems: > > ... > # Failed test at t/complete_from_schema.t line 187. > # Structures begin differing at: > # $got = undef > # $expected = HASH(0x4184f0c0) > > # Failed test at t/complete_from_schema.t line 190. > # Structures begin differing at: > # $got = undef > # $expected = HASH(0x4184f3d8) > # Looks like you failed 2 tests of 3. > > # Failed test 'schema is based on other schema' > # at t/complete_from_schema.t line 192. > # Looks like you failed 1 test of 8. > t/complete_from_schema.t .. > Dubious, test returned 1 (wstat 256, 0x100) > Failed 1/8 subtests > ... > > I don't see a pattern --- it may pass or fail for freebsd and linux, > and it does not seem to depend on perl versions: > http://matrix.cpantesters.org/?dist=Complete-Sah%200.001
Fixed, this is caused by a missing dependency to Sah::Schema::{posint,negint}.