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 SLM check for restore in progress #50868

Merged
merged 2 commits into from
Jan 10, 2020

Commits on Jan 10, 2020

  1. Fix SLM check for restore in progress

    This commit fixes the check in SLM where the `RestoreInProgress`
    metadata was checked for existence. Rather than check existence we
    should instead check the `isEmpty` method. Prior to this, a successful
    restore for a repository that used SLM retention would prevent SLM
    retention from running in subsequent invocations, due to SLM thinking
    that a restore was still running.
    dakrone committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    bf6e8fd View commit details
    Browse the repository at this point in the history
  2. Add additional unit test

    dakrone committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    616e2bb View commit details
    Browse the repository at this point in the history