Skip Menu |

This queue is for tickets about the PasswordMonkey CPAN distribution.

Report information
The Basics
Id: 117406
Status: open
Priority: 0/
Queue: PasswordMonkey

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.09
Fixed in: (no value)



Subject: Tests fail (with Expect >= 1.30 & freebsd)
Tests fail on some smoker systems, see http://matrix.cpantesters.org/?dist=PasswordMonkey%200.09 On the matrix page one can see that there's almost only fail reports for FreeBSD systems. On http://analysis.cpantesters.org/reports_by_field?SUBMIT_xxx=Submit&distv=PasswordMonkey-0.09&field=meta%3Aosname%2Bperl&field=mod%3AExpect one can see that tests usually passed for non-freebsd systems until Expect 1.30, and starting to fail with this Expect version.
Thanks for letting me know, it looks like the Expect.pm CPAN module broke backwards compatibility with 1.30+. Do you happen to know where the Expect.pm authors host their source control, so we can run some tests to figure out when the interface changed to trip off PasswordMonkey? On Thu Sep 01 14:38:06 2016, SREZIC wrote: Show quoted text
> Tests fail on some smoker systems, see > http://matrix.cpantesters.org/?dist=PasswordMonkey%200.09
On 2016-10-05 03:19:56, MSCHILLI wrote: Show quoted text
> Thanks for letting me know, it looks like the Expect.pm CPAN module > broke backwards compatibility with 1.30+. > > Do you happen to know where the Expect.pm authors host their source > control, so we can run some tests to figure out when the interface > changed to trip off PasswordMonkey?
The current Expect version does not have META.* files, but previous versions pointed to https://github.com/jacoby/expect.pm Show quoted text
> > > On Thu Sep 01 14:38:06 2016, SREZIC wrote:
> > Tests fail on some smoker systems, see > > http://matrix.cpantesters.org/?dist=PasswordMonkey%200.09
On 2016-09-01 14:38:06, SREZIC wrote: Show quoted text
> Tests fail on some smoker systems, see > http://matrix.cpantesters.org/?dist=PasswordMonkey%200.09 > > On the matrix page one can see that there's almost only fail reports > for FreeBSD systems. > > On > http://analysis.cpantesters.org/reports_by_field?SUBMIT_xxx=Submit&distv=PasswordMonkey- > 0.09&field=meta%3Aosname%2Bperl&field=mod%3AExpect one can see that > tests usually passed for non-freebsd systems until Expect 1.30, and > starting to fail with this Expect version.
The fail/pass pattern has changed. Today I got most failures on a debian/stretch system, and almost only passes on other systems (older Debian, various FreeBSD).