Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

t/04.PurePerl.t started to fail #199

Closed
eserte opened this issue Jul 8, 2021 · 0 comments · Fixed by #201
Closed

t/04.PurePerl.t started to fail #199

eserte opened this issue Jul 8, 2021 · 0 comments · Fixed by #201

Comments

@eserte
Copy link

eserte commented Jul 8, 2021

t/04.PurePerl.t fails since yesterday on all of my smoker systems (various perls, various OS):

Use of uninitialized value $cleaned in substitution (s///) at lib/Mail/DMARC/Policy.pm line 34.
Use of uninitialized value $cleaned in substitution (s///) at lib/Mail/DMARC/Policy.pm line 35.
Use of uninitialized value $cleaned in substitution (s///) at lib/Mail/DMARC/Policy.pm line 36.
Use of uninitialized value $cleaned in substitution (s///) at lib/Mail/DMARC/Policy.pm line 37.
Use of uninitialized value $cleaned in substr at lib/Mail/DMARC/Policy.pm line 38.
Use of uninitialized value $cleaned in split at lib/Mail/DMARC/Policy.pm line 39.
Use of uninitialized value $got in string eq at (eval in cmp_ok) t/04.PurePerl.t line 467.

#   Failed test 'fetch_dmarc_record, 1.2.1 one_one.test.dmarc-qa.com'
#   at t/04.PurePerl.t line 467.
#          got: undef
#     expected: 'reject'
Use of uninitialized value $cleaned in substitution (s///) at lib/Mail/DMARC/Policy.pm line 34.
Use of uninitialized value $cleaned in substitution (s///) at lib/Mail/DMARC/Policy.pm line 35.
Use of uninitialized value $cleaned in substitution (s///) at lib/Mail/DMARC/Policy.pm line 36.
Use of uninitialized value $cleaned in substitution (s///) at lib/Mail/DMARC/Policy.pm line 37.
Use of uninitialized value $cleaned in substr at lib/Mail/DMARC/Policy.pm line 38.
Use of uninitialized value $cleaned in split at lib/Mail/DMARC/Policy.pm line 39.
Use of uninitialized value $got in string eq at (eval in cmp_ok) t/04.PurePerl.t line 474.

#   Failed test 'fetch_dmarc_record, 1.2.3 DNS error subdomain'
#   at t/04.PurePerl.t line 474.
#          got: undef
#     expected: 'none'
Use of uninitialized value $got in string eq at (eval in cmp_ok) t/04.PurePerl.t line 478.

#   Failed test 'fetch_dmarc_record, 1.2.3 DNS srvfail'
#   at t/04.PurePerl.t line 478.
#          got: undef
#     expected: 'none'
Use of uninitialized value $got in string eq at (eval in cmp_ok) t/04.PurePerl.t line 485.

#   Failed test 'fetch_dmarc_record, 1.2.5 CNAME results in Org match'
#   at t/04.PurePerl.t line 485.
#          got: undef
#     expected: 'reject'
Use of uninitialized value $got in string eq at (eval in cmp_ok) t/04.PurePerl.t line 489.

#   Failed test 'fetch_dmarc_record, 1.3.1 unrelated TXT'
#   at t/04.PurePerl.t line 489.
#          got: undef
#     expected: 'reject'
Use of uninitialized value $got in string eq at (eval in cmp_ok) t/04.PurePerl.t line 493.

#   Failed test 'fetch_dmarc_record, 1.3.1 mixed TXT'
#   at t/04.PurePerl.t line 493.
#          got: undef
#     expected: 'none'

#   Failed test 'discover_policy, 1.3.3 multiple DMARC records not allowed'
#   at t/04.PurePerl.t line 232.
# Looks like you failed 7 tests of 116.
t/04.PurePerl.t .............................. 
Dubious, test returned 7 (wstat 1792, 0x700)
Failed 7/116 subtests 
msimerson added a commit that referenced this issue Aug 10, 2021
* dmarc-qa.com looks dead, remove it (fixes #199)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant