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

Small test fail on FreeBSD 8.2, looking for localhost ip, got actual ip #38

Open
ranguard opened this issue Dec 30, 2011 · 3 comments
Open

Comments

@ranguard
Copy link

This is a new FreeBSD VM, and I've just used perlbrew to install 5.14.2 locally...

FreeBSD 8.2-RELEASE FreeBSD 8.2-RELEASE #1

prove -lvr t/suite.t 
t/suite.t .. 2011/12/30-19:48:04 Starman::Server (type Net::Server::PreFork) starting! pid(77243)
Binding to TCP port 50026 on host 127.0.0.1
Setting gid to "1003 1003 1003"

not ok 46
#   Failed test at /home/lpm/perl5/perlbrew/perls/perl-5.14.2/lib/site_perl/5.14.2/Plack/Test/Suite.pm line 248.
#          got: 'REQUEST_METHOD:GET
# SCRIPT_NAME:
# PATH_INFO:/foo/
# QUERY_STRING:dankogai=kogaidan
# SERVER_NAME:179.25.7.30
# SERVER_PORT:50026
# '
#     expected: 'REQUEST_METHOD:GET
# SCRIPT_NAME:
# PATH_INFO:/foo/
# QUERY_STRING:dankogai=kogaidan
# SERVER_NAME:127.0.0.1
# SERVER_PORT:50026

I didn't know how the box is configured (being a Debian person) but thought I'd report it, have just force installed :)

@miyagawa
Copy link
Owner

I think I heard about this issue before, it was something around NIC configuration and/or jail thing.

@ranguard
Copy link
Author

ranguard commented Jan 2, 2012

Yea, it's a jail VM

@ranguard ranguard closed this as completed Jan 2, 2012
@miyagawa
Copy link
Owner

miyagawa commented Jan 2, 2012

well, you didn't need to close the issue, but we confirm that it's a known issue :-)

@ranguard ranguard reopened this Jan 2, 2012
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

2 participants