Skip Menu |

This queue is for tickets about the Mojolicious-Plugin-FormValidatorLazy CPAN distribution.

Report information
The Basics
Id: 110381
Status: resolved
Priority: 0/
Queue: Mojolicious-Plugin-FormValidatorLazy

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

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



Subject: Test suite fails with Mojolicious 6.37
I see test failures, probably caused by Mojolicious 6.37 (6.36 and earlier versions are fine): # Failed test '200 OK' # at t/02_basic.t line 735. # got: '400' # expected: '200' # Looks like you planned 179 tests but ran 178. # Looks like you failed 1 test of 178 run. t/02_basic.t .... Dubious, test returned 1 (wstat 256, 0x100) Failed 2/179 subtests Here's the result of statistical analysis (negative theta is bad): **************************************************************** Regression 'mod:Mojolicious' **************************************************************** Name Theta StdErr T-stat [0='const'] 1.0000 0.0000 617765181199385600.00 [1='eq_6.01'] 0.0000 0.0000 2.53 [2='eq_6.03'] 0.0000 0.0000 0.00 [3='eq_6.08'] 0.0000 0.0000 0.00 [4='eq_6.11'] 0.0000 0.0000 0.00 [5='eq_6.17'] 0.0000 0.0000 0.00 [6='eq_6.27'] 0.0000 0.0000 2.53 [7='eq_6.31'] 0.0000 0.0000 0.00 [8='eq_6.32'] 0.0000 0.0000 1.83 [9='eq_6.34'] -0.0000 0.0000 -7.31 [10='eq_6.36'] -0.0000 0.0000 -15.17 [11='eq_6.37'] -1.0000 0.0000 -218412974403510944.00 R^2= 1.000, N= 40, K= 12 ****************************************************************
On 2015-12-16 16:48:37, SREZIC wrote: Show quoted text
> I see test failures, probably caused by Mojolicious 6.37 (6.36 and > earlier versions are fine): > > > # Failed test '200 OK' > # at t/02_basic.t line 735. > # got: '400' > # expected: '200' > # Looks like you planned 179 tests but ran 178. > # Looks like you failed 1 test of 178 run. > t/02_basic.t .... > Dubious, test returned 1 (wstat 256, 0x100) > Failed 2/179 subtests > > Here's the result of statistical analysis (negative theta is bad): > > **************************************************************** > Regression 'mod:Mojolicious' > **************************************************************** > Name Theta StdErr T-stat > [0='const'] 1.0000 0.0000 617765181199385600.00 > [1='eq_6.01'] 0.0000 0.0000 2.53 > [2='eq_6.03'] 0.0000 0.0000 0.00 > [3='eq_6.08'] 0.0000 0.0000 0.00 > [4='eq_6.11'] 0.0000 0.0000 0.00 > [5='eq_6.17'] 0.0000 0.0000 0.00 > [6='eq_6.27'] 0.0000 0.0000 2.53 > [7='eq_6.31'] 0.0000 0.0000 0.00 > [8='eq_6.32'] 0.0000 0.0000 1.83 > [9='eq_6.34'] -0.0000 0.0000 -7.31 > [10='eq_6.36'] -0.0000 0.0000 -15.17 > [11='eq_6.37'] -1.0000 0.0000 -218412974403510944.00 > > R^2= 1.000, N= 40, K= 12 > ****************************************************************
There is a known regression with Mojolicious 6.37, see https://github.com/zoffixznet/Test-Mojo-Role-SubmitForm/issues/9 Maybe the fails in your module have to do with this regression?
Thank you. I just checked that the latest version of Mojolicious is fixed on the issue so I'll bump the dependent version as soon as the next Mojolicious version is released. On 2015-12月-17 木 01:25:39, SREZIC wrote: Show quoted text
> On 2015-12-16 16:48:37, SREZIC wrote:
> > I see test failures, probably caused by Mojolicious 6.37 (6.36 and > > earlier versions are fine): > > > > > > # Failed test '200 OK' > > # at t/02_basic.t line 735. > > # got: '400' > > # expected: '200' > > # Looks like you planned 179 tests but ran 178. > > # Looks like you failed 1 test of 178 run. > > t/02_basic.t .... > > Dubious, test returned 1 (wstat 256, 0x100) > > Failed 2/179 subtests > > > > Here's the result of statistical analysis (negative theta is bad): > > > > **************************************************************** > > Regression 'mod:Mojolicious' > > **************************************************************** > > Name Theta StdErr T-stat > > [0='const'] 1.0000 0.0000 617765181199385600.00 > > [1='eq_6.01'] 0.0000 0.0000 2.53 > > [2='eq_6.03'] 0.0000 0.0000 0.00 > > [3='eq_6.08'] 0.0000 0.0000 0.00 > > [4='eq_6.11'] 0.0000 0.0000 0.00 > > [5='eq_6.17'] 0.0000 0.0000 0.00 > > [6='eq_6.27'] 0.0000 0.0000 2.53 > > [7='eq_6.31'] 0.0000 0.0000 0.00 > > [8='eq_6.32'] 0.0000 0.0000 1.83 > > [9='eq_6.34'] -0.0000 0.0000 -7.31 > > [10='eq_6.36'] -0.0000 0.0000 -15.17 > > [11='eq_6.37'] -1.0000 0.0000 -218412974403510944.00 > > > > R^2= 1.000, N= 40, K= 12 > > ****************************************************************
> > There is a known regression with Mojolicious 6.37, see > https://github.com/zoffixznet/Test-Mojo-Role-SubmitForm/issues/9 > Maybe the fails in your module have to do with this regression?
I have released v0.03 with dependency update I mentioned on last post. And the test reports look OK so I'll close the issue. Thank you. On 2015-12月-17 木 02:15:43, JAMADAM wrote: Show quoted text
> Thank you. I just checked that the latest version of Mojolicious is > fixed on the issue so > I'll bump the dependent version as soon as the next Mojolicious > version is released. > > On 2015-12月-17 木 01:25:39, SREZIC wrote:
> > On 2015-12-16 16:48:37, SREZIC wrote:
> > > I see test failures, probably caused by Mojolicious 6.37 (6.36 and > > > earlier versions are fine): > > > > > > > > > # Failed test '200 OK' > > > # at t/02_basic.t line 735. > > > # got: '400' > > > # expected: '200' > > > # Looks like you planned 179 tests but ran 178. > > > # Looks like you failed 1 test of 178 run. > > > t/02_basic.t .... > > > Dubious, test returned 1 (wstat 256, 0x100) > > > Failed 2/179 subtests > > > > > > Here's the result of statistical analysis (negative theta is bad): > > > > > > **************************************************************** > > > Regression 'mod:Mojolicious' > > > **************************************************************** > > > Name Theta StdErr T-stat > > > [0='const'] 1.0000 0.0000 > > > 617765181199385600.00 > > > [1='eq_6.01'] 0.0000 0.0000 2.53 > > > [2='eq_6.03'] 0.0000 0.0000 0.00 > > > [3='eq_6.08'] 0.0000 0.0000 0.00 > > > [4='eq_6.11'] 0.0000 0.0000 0.00 > > > [5='eq_6.17'] 0.0000 0.0000 0.00 > > > [6='eq_6.27'] 0.0000 0.0000 2.53 > > > [7='eq_6.31'] 0.0000 0.0000 0.00 > > > [8='eq_6.32'] 0.0000 0.0000 1.83 > > > [9='eq_6.34'] -0.0000 0.0000 -7.31 > > > [10='eq_6.36'] -0.0000 0.0000 -15.17 > > > [11='eq_6.37'] -1.0000 0.0000 > > > -218412974403510944.00 > > > > > > R^2= 1.000, N= 40, K= 12 > > > ****************************************************************
> > > > There is a known regression with Mojolicious 6.37, see > > https://github.com/zoffixznet/Test-Mojo-Role-SubmitForm/issues/9 > > Maybe the fails in your module have to do with this regression?