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

fix: fail fast may cause Serial spec or cleanup Node interrupted #1178

Merged
merged 4 commits into from
May 3, 2023

Commits on May 3, 2023

  1. Configuration menu
    Copy the full SHA
    c8bcfb0 View commit details
    Browse the repository at this point in the history
  2. tighten up edges around abort behavior

    1. inter-process aborts should not interrupt cleanup nodes
    2. whenever we fetch interrupt status, check and see if an abort has happened.  if it has ensure we return the latest, correct, abort state.  this allows us to avoid accidentally starting the next spec  because the ABORT_POLLING_INTERVAL hasn't fired yet
    onsi committed May 3, 2023
    Configuration menu
    Copy the full SHA
    15b4871 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df4693a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e291129 View commit details
    Browse the repository at this point in the history