Skip Menu |

This queue is for tickets about the Params-Validate CPAN distribution.

Report information
The Basics
Id: 102343
Status: rejected
Priority: 0/
Queue: Params-Validate

People
Owner: Nobody in particular
Requestors: corsepiu [...] fedoraproject.org
Cc:
AdminCc:

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



Subject: Params-Validate-1.18 test suite error
Date: Wed, 25 Feb 2015 09:21:01 +0100
To: bug-Params-Validate [...] rt.cpan.org
From: Ralf Corsépius <corsepiu [...] fedoraproject.org>
Hi Dave, I am facing a weird test suite error with Params-Validate-1.18 on Fedora 20: ... t/release-pp-35-default-xs-bug.t ........ ok t/release-pp-36-large-arrays.t .......... ok t/release-pp-37-exports.t ............... ok t/release-pp-38-callback-message.t ...... ok t/release-pp-is-loaded.t ................ ok Subroutine foo redefined at lib/Params/Validate.pm line 83. Subroutine bar redefined at lib/Params/Validate.pm line 93. Subroutine foo2 redefined at lib/Params/Validate.pm line 98. t/release-synopsis.t .................... ok # Failed test 'check version in 'blib/lib/Params/ValidatePP.pm'' # at t/release-test-version.t line 29. # No version was found in 'blib/lib/Params/ValidatePP.pm'. # Failed test 'check version in 'blib/lib/Params/ValidateXS.pm'' # at t/release-test-version.t line 29. # No version was found in 'blib/lib/Params/ValidateXS.pm'. # Looks like you failed 2 tests of 8. t/release-test-version.t ................ Dubious, test returned 2 (wstat 512, 0x200) Failed 2/8 subtests t/release-xs-is-loaded.t ................ ok t/release-xs-segfault.t ................. ok Test Summary Report ------------------- t/34-recursive-validation.t (Wstat: 0 Tests: 1 Failed: 0) TODO passed: 1 t/release-test-version.t (Wstat: 512 Tests: 8 Failed: 2) Failed tests: 3-4 Non-zero exit status: 2 Files=91, Tests=1112, 5 wallclock secs ( 0.32 usr 0.06 sys + 5.29 cusr 0.40 csys = 6.07 CPU) Result: FAIL Failed 1/91 test programs. 2/1112 subtests failed. ... This breakdown does not occur on Fedora > 20. Any ideas? Full build log: https://kojipkgs.fedoraproject.org//work/tasks/3893/9063893/build.log RedHat Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1196050 Ralf
The release tests are really just meant for _me_. I suggest simply not setting the RELEASE_TESTING env var in your build script. At a guess, though, I think it may be that you have different versions of the modules used for release testing on different systems.
Subject: Re: [rt.cpan.org #102343] Params-Validate-1.18 test suite error
Date: Wed, 25 Feb 2015 19:01:17 +0100
To: bug-Params-Validate [...] rt.cpan.org
From: Ralf Corsépius <corsepiu [...] fedoraproject.org>
On 02/25/2015 06:32 PM, Dave Rolsky via RT wrote: Show quoted text
> At a guess, though, I think it may be that you have different versions of the modules used for release testing on different systems.
Exactly. Meanwhile, we believe to have isolated the cause: Cf. https://bugzilla.redhat.com/show_bug.cgi?id=1196050 for details.