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

Add test to check if Nginx is serving requests #308

Merged
merged 1 commit into from May 5, 2016

Commits on Apr 7, 2016

  1. Add test to check if Nginx is serving requests

    urllib's error handling is not very helpful for this test, but I'm
    using it in an effort to avoid extra dependencies. This only checks
    if Nginx is alive and returning requests, not whether the HTTP status
    codes indicate success. The reason for this is that the test pillars
    we have in the repo are not valid, causing Buildbot and Homu to die
    after starting, and thus Nginx returns 502 Bad Gateway errors when it
    tries to reverse proxy requests.
    
    Enable the test on Travis as well.
    aneeshusa committed Apr 7, 2016
You can’t perform that action at this time.