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: Introduce knowledge of FreeBSD jails #1167

Closed
wants to merge 1 commit into from

Commits on Mar 18, 2015

  1. test: Introduce knowledge of FreeBSD jails

    FreeBSD jails act differently than your average vm or similar
    application container. All routing passes through one ip address,
    which makes things like localhost or 0.0.0.0 resolve differently.
    
    Introduce a helper that allows us to verify if we're in a jail
    and another one for returning an ip address for localhost.
    
    Also, skip one test instead of trading additional complexity
    in common.js for one specific user scenario.
    
    PR-URL: nodejs#1167
    jbergstroem committed Mar 18, 2015
    Configuration menu
    Copy the full SHA
    5d3eefa View commit details
    Browse the repository at this point in the history