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

Use Correct Enum in Wipe Snapshots Test Method (#40422) #40439

Merged
merged 1 commit into from
Mar 26, 2019

Conversation

original-brownbear
Copy link
Member

  • Mistake was made in Wipe Snapshots Before Indices in RestTests #39662
  • The response deserialized here is org.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsResponse which uses org.elasticsearch.snapshots.SnapshotInfo which uses org.elasticsearch.snapshots.SnapshotState and not the shard state

* Mistake was made in elastic#39662
* The response deserialized here is `org.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsResponse` which uses `org.elasticsearch.snapshots.SnapshotInfo` which uses `org.elasticsearch.snapshots.SnapshotState` and not the shard state
@original-brownbear original-brownbear added >test Issues or PRs that are addressing/adding tests :Distributed Coordination/Snapshot/Restore Anything directly related to the `_snapshot/*` APIs backport labels Mar 26, 2019
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-distributed

@original-brownbear original-brownbear merged commit f1edfa3 into elastic:7.0 Mar 26, 2019
@original-brownbear original-brownbear deleted the 40422-7.0 branch March 26, 2019 08:00
@original-brownbear original-brownbear restored the 40422-7.0 branch August 6, 2020 19:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport :Distributed Coordination/Snapshot/Restore Anything directly related to the `_snapshot/*` APIs >test Issues or PRs that are addressing/adding tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants