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

Test failure for 2.13 on 5.16.3 #345

Open
simbabque opened this issue Jul 31, 2022 · 4 comments
Open

Test failure for 2.13 on 5.16.3 #345

simbabque opened this issue Jul 31, 2022 · 4 comments
Labels

Comments

@simbabque
Copy link
Contributor

simbabque commented Jul 31, 2022

http://matrix.cpantesters.org/?dist=WWW-Mechanize%202.13;os=linux;perl=5.16.3;reports=1

There is no form named "post_form" at t/history.t line 132.
make: *** [test_dynamic] Terminated

@simbabque
Copy link
Contributor Author

simbabque commented Aug 16, 2022

I've done a clean install of 5.16.3 with perlbrew and WWW::Mechanize on both 2.13 and 2.14 install cleanly. I don't know what happened here. That test and the HTML file it uses have not been touched in years.

I'm tempted to close this.

@oalders
Copy link
Member

oalders commented Aug 16, 2022

Maybe @eserte has some insight into how to reproduce this?

@eserte
Copy link

eserte commented Aug 17, 2022

This test seems to regularly hang on this smoker system (CentOS 7 with system perl), and I have to kill it.

@eserte
Copy link

eserte commented Aug 17, 2022

I can produce the problem with the following Dockerfile

FROM centos:7
RUN yum install -y perl-CPAN perl-Test perl-Test-Simple perl-CPAN-Meta perl-ExtUtils-Config perl-Module-Build \
	which \
	perl-libwww-perl
# XXX FirstTime configuration may fail first time
RUN cpan -t WWW::Mechanize || true
CMD cpan -t WWW::Mechanize

Run it using something like docker build -t perl-test . && docker run perl-test --- once it hangs it cannot be killed with Ctrl-C, but use docker ps and docker kill instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants