Skip Menu |

This queue is for tickets about the CatalystX-Test-MockContext CPAN distribution.

Report information
The Basics
Id: 119477
Status: resolved
Priority: 0/
Queue: CatalystX-Test-MockContext

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

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



Subject: Tests fail (with newer Catalyst versions?)
The t/100-basic.t test started to fail on my smokers: ... # Failed test 'undef isa 'MyApp'' # at t/100-basic.t line 14. # undef isn't defined Can't call method "req" on an undefined value at t/100-basic.t line 15. # Tests were run but no plan was declared and done_testing() was not seen. # Looks like your test exited with 2 just after 1. t/100-basic.t ............. Dubious, test returned 2 (wstat 512, 0x200) Failed 1/1 subtests ... Statistical analysis suggests that it fails with Catalyst 5.90113 and newer (negative theta is "bad"): **************************************************************** Regression 'mod:Catalyst' **************************************************************** Name Theta StdErr T-stat [0='const'] 1.0000 0.0000 9945814354331840.00 [1='eq_5.90064'] -0.0000 0.0000 -1.00 [2='eq_5.90071'] 0.0000 0.0000 2.96 [3='eq_5.90076'] 0.0000 0.0000 0.00 [4='eq_5.90079'] 0.0000 0.0000 0.64 [5='eq_5.90082'] 0.0000 0.0000 1.55 [6='eq_5.90084'] 0.0000 0.0000 2.57 [7='eq_5.90085'] 0.0000 0.0000 1.28 [8='eq_5.90093'] 0.0000 0.0000 1.95 [9='eq_5.90100'] 0.0000 0.0000 1.35 [10='eq_5.90101'] 0.0000 0.0000 0.96 [11='eq_5.90102'] 0.0000 0.0000 2.73 [12='eq_5.90103'] 0.0000 0.0000 1.00 [13='eq_5.90104'] 0.0000 0.0000 0.96 [14='eq_5.90105'] 0.0000 0.0000 5.10 [15='eq_5.90106'] 0.0000 0.0000 1.56 [16='eq_5.90112'] 0.0000 0.0000 6.22 [17='eq_5.90113'] -1.0000 0.0000 -9208034837846780.00 [18='eq_5.90114'] -1.0000 0.0000 -9639715697894692.00 R^2= 1.000, N= 131, K= 19 ****************************************************************
I have a PR to fix issues with Catalyst::Middleware::Stash at https://github.com/edenc/CatalystX-Test-MockContext/pull/2 It appears to also fix this issue.