fastmail/authentication_milter

Tests fail (with older Net::DNS?)

Closed this issue · 2 comments

Some of my smoker systems report test failures in the
Mail-Milter-Authentication-v1.1.5 test suite. A sample report: http://www.cpantesters.org/cpan/report/88c7bd0c-e2ab-11e7-b222-88ae21bd3ef7

Statistical analysis suggests that failures happen with older Net::DNS. 1.06 and later seems to be fine.


****************************************************************
Regression 'mod:Net::DNS'
****************************************************************
Name           	       Theta	      StdErr	 T-stat
[0='const']    	     -0.0000	      0.0000	  -0.48
[1='eq_0.83']  	     -0.0000	      0.0000	  -2.24
[2='eq_1.05']  	      0.0000	      0.0000	   3.50
[3='eq_1.06']  	      1.0000	      0.0000	7718567285497487.00
[4='eq_1.07']  	      1.0000	      0.0000	7718567285497485.00
[5='eq_1.10']  	      1.0000	      0.0000	7473470638328288.00
[6='eq_1.11']  	      1.0000	      0.0000	7877729747836621.00
[7='eq_1.12']  	      1.0000	      0.0000	8072270887361718.00
[8='eq_1.13']  	      1.0000	      0.0000	8386483735388949.00
[9='eq_1.14']  	      1.0000	      0.0000	8521067562021882.00

R^2= 1.000, N= 92, K= 10
****************************************************************

Thanks for the report. The info about Net::DNS versions is most helpful.

Fixed in master, older Net::DNS was reporting an 'unknown error or no error' which was altering the tested data.
Thanks again.