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

harakiri test fails under CentOS 6.5 #594

Open
ghost opened this issue Jul 13, 2017 · 2 comments
Open

harakiri test fails under CentOS 6.5 #594

ghost opened this issue Jul 13, 2017 · 2 comments

Comments

@ghost
Copy link

ghost commented Jul 13, 2017

t/HTTP-Server-PSGI/harakiri.t ........................ 1/? [Test::TCP] Child process does not block(PID: 20560, PPID: 20559) at /usr/local/share/perl5/Test/TCP.pm line 103.

uname -a
Linux shadowfax 2.6.32-696.3.1.el6.x86_64 #1 SMP Tue May 30 19:52:55 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

perl -version

This is perl, v5.10.1 (*) built for x86_64-linux-thread-multi

@bussdriver
Copy link

same thing happens for me too.

@bussdriver
Copy link

I think it is the test creating a process from a generated script file under /tmp/randomname. On CentOS it doesn't allow exec on /tmp so the test locks up. If you kill the process the tests continue; however, wrapcgi tests fail because they have the same /tmp exec related problems. I've not looked at the test code yet. too busy. I would guess this is fixed by using the build area for the test exec files.

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

No branches or pull requests

1 participant