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

Allocs are healthy if service checks get healthy before task health #7944

Merged
merged 2 commits into from
May 13, 2020

Commits on May 13, 2020

  1. tests: tests for health check sequencing

    Add a failing tests to show that if an alloc checks is marked healthy before the
    alloc tasks start up, the alloc may be forever considered unhealthy.
    Mahmood Ali committed May 13, 2020
    Configuration menu
    Copy the full SHA
    d4e4563 View commit details
    Browse the repository at this point in the history
  2. allochealth: Fix when check health preceeds task health

    Fix a bug where if the alloc check becomes healthy before the task health, the
    alloc may never be considered healthy.
    Mahmood Ali committed May 13, 2020
    Configuration menu
    Copy the full SHA
    22b65f2 View commit details
    Browse the repository at this point in the history