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

[READY] Properly shut down on Windows #282

Merged
merged 5 commits into from Jul 22, 2016
Merged

Commits on Jul 22, 2016

  1. Add server management tests

    Test if server and subservers are properly shut down from a handler
    or the watchdog plugin. By using a handler, we have a portable way
    to properly shut down the server from a client.
    micbou committed Jul 22, 2016
    Configuration menu
    Copy the full SHA
    7077fb7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2df3ed2 View commit details
    Browse the repository at this point in the history
  3. Update Waitress to 0.8.10

    By switching from the low-level Python thread module to the threading
    module in 0.8.10, Waitress is now correctly traced by coverage.py.
    Since some of our tests are using Waitress to start a WSGI app, we
    are updating it to fix this coverage issue.
    micbou committed Jul 22, 2016
    Configuration menu
    Copy the full SHA
    d233603 View commit details
    Browse the repository at this point in the history
  4. Add shutdown handler

    micbou committed Jul 22, 2016
    Configuration menu
    Copy the full SHA
    65f524e View commit details
    Browse the repository at this point in the history
  5. Update client example

    micbou committed Jul 22, 2016
    Configuration menu
    Copy the full SHA
    ed23b23 View commit details
    Browse the repository at this point in the history