kberov / Mojolicious-Command-generate-resources

Routes from database for your application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test suite started to fail

eserte opened this issue · comments

I see the following new test failures on my smokers:

Unknown command "resources", maybe you need to install it?
t/002_crud.t ...... 
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
Unknown command "resources", maybe you need to install it?
t/003_open_api.t .. 
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 

Statistical analysis shows two dependencies which might cause the failure:

  • Mojolicious >= 8.01
  • Mojolicious::Plugin::OpenAPI = 2.00

With more test reports created it seems that Mojolicious 8.01 is causing the problem:

****************************************************************
Regression 'mod:Mojolicious'
****************************************************************
Name           	       Theta	      StdErr	 T-stat
[0='const']    	      1.0000	      0.0000	16373084040400522.00
[1='eq_7.71']  	      0.0000	      0.0000	   4.72
[2='eq_7.74']  	      0.0000	      0.0000	  11.05
[3='eq_7.75']  	      0.0000	      0.0000	  12.32
[4='eq_7.81']  	      0.0000	      0.0000	   4.28
[5='eq_7.83']  	      0.0000	      0.0000	   3.67
[6='eq_7.84']  	      0.0000	      0.0000	   6.73
[7='eq_7.85']  	      0.0000	      0.0000	   4.20
[8='eq_7.93']  	      0.0000	      0.0000	   3.67
[9='eq_8.0']   	      0.0000	      0.0000	   3.15
[10='eq_8.01'] 	     -1.0000	      0.0000	-15141899981860710.00

R^2= 1.000, N= 129, K= 11
****************************************************************
commented

This is partly related to a change for Mojolicious 8.01