fastmail/authentication_milter

Tests fail on FreeBSD

eserte opened this issue · 1 comments

On all of my FreeBSD smokers the test suite of 2.20180430 fails:

    #   Failed test 'Metrics authmilter_forked_children_total{ident="test_authentication_milter_test"}'
    #   at /home/cpansand/.cpan/build/2018050103/Mail-Milter-Authentication-2.20180430-0/blib/lib/Mail/Milter/Authentication/Tester.pm line 140.
    #          got: '22'
    #     expected: '2'
    # Looks like you failed 1 test of 84.

#   Failed test 'data/metrics/milter_1.json'
#   at /home/cpansand/.cpan/build/2018050103/Mail-Milter-Authentication-2.20180430-0/blib/lib/Mail/Milter/Authentication/Tester.pm line 165.
... (snip more similar errors) ...

SMTP Send expected 250 received 421 4.3.2 Pipeline limit reached
 when sending RSET at /home/cpansand/.cpan/build/2018050103/Mail-Milter-Authentication-2.20180430-0/blib/lib/Mail/Milter/Authentication/Tester.pm line 420, <GEN1> line 38.

    #   Failed test 'Metrics authmilter_forked_children_total{ident="test_authentication_milter_test"}'
    #   at /home/cpansand/.cpan/build/2018050103/Mail-Milter-Authentication-2.20180430-0/blib/lib/Mail/Milter/Authentication/Tester.pm line 140.
    #          got: '27'
    #     expected: '2'
    # Looks like you failed 1 test of 91.
... (snip) ...

Should be fixed in master. Thanks for the report.