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

[7.5] Retry on RepositoryException in SLM tests (#48548) #48589

Merged
merged 2 commits into from
Oct 28, 2019

Conversation

gwbrown
Copy link
Contributor

@gwbrown gwbrown commented Oct 28, 2019

Backports the following commits to 7.5:

Due to a bug, GETing a snapshot can cause a RespositoryException to be
thrown. This error is transient and should be retried, rather than
causing the test to fail. This commit converts those
RepositoryExceptions into AssertionErrors so that they will be retried
in code wrapped in assertBusy.
@gwbrown gwbrown merged commit 93b5675 into elastic:7.5 Oct 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant