Skip Menu |

This queue is for tickets about the Method-ParamValidator CPAN distribution.

Report information
The Basics
Id: 110110
Status: resolved
Priority: 0/
Queue: Method-ParamValidator

People
Owner: MANWAR [...] cpan.org
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.01
Fixed in: 0.02



Subject: Random test failures with perl 5.18 and later (hash randomization?)
The test suite may fail, see log below. This happens on my smoker systems only for perls >= 5.18, so it might be caused by hash randomization introduced in recent perls. # Failed test at t/01-method-paramvalidator.t line 30. # 'add_user(): Missing required parameter. (age) (status: 103) file t/01-method-paramvalidator.t on line 29 # ' # doesn't match '(?^:Undefined required parameter)' # Looks like you failed 1 test of 11. t/01-method-paramvalidator.t .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/11 subtests # Failed test at t/02-method-paramvalidator.t line 32. # 'add_user(): Missing required parameter. (age) (status: 103) file t/02-method-paramvalidator.t on line 31 # ' # doesn't match '(?^:Undefined required parameter)' # Looks like you failed 1 test of 7. t/02-method-paramvalidator.t .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/7 subtests
Hi Slaven, Thanks for reporting the issue. I have now patched the code and soon will be uploading. Best Regards, Mohammad S Anwar
Hi Slaven, Code has been patched Method::ParamValidator v0.02. https://metacpan.org/release/MANWAR/Method-ParamValidator-0.02 https://github.com/Manwar/Method-ParamValidator Best Regards, Mohammad S Anwar
Hi Slaven, Code has been patched Method::ParamValidator v0.02. https://metacpan.org/release/MANWAR/Method-ParamValidator-0.02 https://github.com/Manwar/Method-ParamValidator Best Regards, Mohammad S Anwar
On 2015-12-07 06:22:52, MANWAR wrote: Show quoted text
> Hi Slaven, > > Code has been patched Method::ParamValidator v0.02. > > https://metacpan.org/release/MANWAR/Method-ParamValidator-0.02 > https://github.com/Manwar/Method-ParamValidator >
Looks good, no more problems on Unix-like systems (Windows is probably a different issue): http://matrix.cpantesters.org/?dist=Method-ParamValidator+0.02