Skip Menu |

This queue is for tickets about the Kwalify CPAN distribution.

Report information
The Basics
Id: 131610
Status: resolved
Priority: 0/
Queue: Kwalify

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

Bug Information
Severity: (no value)
Broken in: 1.22
Fixed in:
  • 1.22_90
  • 1.23



Subject: t/Kwalify.t fails with newest YAML::Syck
See subject. Probably caused by https://github.com/toddr/YAML-Syck/issues/52
On Wed Jan 29 17:47:22 2020, SREZIC wrote: Show quoted text
> See subject. Probably caused by https://github.com/toddr/YAML-Syck/issues/52
Observed in CPAN-River-3000 testing today. perl-5.31.9, FreeBSD-11, threaded. ##### [Kwalify-1.22] $ thisprove -vb t/Kwalify.t t/Kwalify.t .. 1..80 ok 1 - use Kwalify; ok 2 - use Schema::Kwalify; ok 3 - sequence of str ok 4 - sequence with default type (str) ok 5 - Non valid data, int in sequence of str ok 6 ok 7 - mapping ok 8 - invalid mapping ok 9 ok 10 ok 11 ok 12 - sequence of mapping ok 13 ok 14 ok 15 ok 16 ok 17 - mapping of sequence ok 18 ok 19 ok 20 ok 21 - Many rules ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 - unique ok 34 ok 35 ok 36 ok 37 ok 38 [/mapping/recursive_hash/name] Expected subschema (a hash) # Looks like your test exited with 2 just after 38. Dubious, test returned 2 (wstat 512, 0x200) Failed 42/80 subtests Test Summary Report ------------------- t/Kwalify.t (Wstat: 512 Tests: 38 Failed: 0) Non-zero exit status: 2 Parse errors: Bad plan. You planned 80 tests but ran 38. Files=1, Tests=38, 0 wallclock secs ( 0.02 usr 0.02 sys + 0.05 cusr 0.03 csys = 0.12 CPU) Result: FAIL ##### Thank you very much. Jim Keenan
On 2020-02-21 22:22:12, JKEENAN wrote: Show quoted text
> On Wed Jan 29 17:47:22 2020, SREZIC wrote:
> > See subject. Probably caused by https://github.com/toddr/YAML- > > Syck/issues/52
> > Observed in CPAN-River-3000 testing today. perl-5.31.9, FreeBSD-11, > threaded. >
1.23 does not have the problem and was released yesterday.