Subject: | t/29-AuthGPG.t fails |
t/29-AuthGPG.t fails on some of my smokers systems: for all of my FreeBSD smokers and some of my Linux smokers (e.g. Ubuntu 16.04).
Sample test log output:
...
# Failed test 'Succeed to sign'
# at t/29-AuthGPG.t line 45.
# Failed test ' HTTP code is 200'
# at t/test-lib.pm line 307.
# Expect 200, get $VAR1 = [
# 401,
# [
# 'WWW-Authenticate',
# 'SSO http://auth.example.com/'
# ],
# [
# '{"result":0,"error":2}'
# ]
# ];
#
# Failed test ' Get cookie lemonldap ()'
# at t/test-lib.pm line 359.
# Expect Set-Cookie: lemonldap=something, get $VAR1 = [
# 'WWW-Authenticate',
# 'SSO http://auth.example.com/'
# ];
#
# Looks like you failed 3 tests of 17.
t/29-AuthGPG.t ....................................................
Dubious, test returned 3 (wstat 768, 0x300)
Failed 3/17 subtests
...
Sometimes is fails almost silently just with a SIGPIPE.