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

[WIP] Add Stop() method to shut down cluster. #322

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Aug 28, 2017

  1. Add Stop() method to shut down cluster.

    This enables to terminate all pending health checks. Apart from making
    our tests shut down cleanly, it will also give users an opportunity to
    stop otherwise potentially leaking health-checking goroutines.
    timoreimann committed Aug 28, 2017
    Configuration menu
    Copy the full SHA
    c9a4f30 View commit details
    Browse the repository at this point in the history
  2. Extend fakeServer to stop the Marathon client by default.

    Add extra CloseServer method for cases where only the server should be
    closed.
    timoreimann committed Aug 28, 2017
    Configuration menu
    Copy the full SHA
    76a0fe8 View commit details
    Browse the repository at this point in the history