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

Remove Redundant EsBlobStoreTestCase (#49603) #49605

Merged
merged 1 commit into from
Nov 26, 2019

Conversation

original-brownbear
Copy link
Member

All the implementations of EsBlobStoreTestCase use the exact same
bootstrap code that is also used by their implementation of
EsBlobStoreContainerTestCase.
This means all tests might as well live under EsBlobStoreContainerTestCase
saving a lot of code duplication. Also, there was no HDFS implementation for
EsBlobStoreTestCase which is now automatically resolved by moving the tests over
since there is a HDFS implementation for the container tests.

backport of #49603

All the implementations of `EsBlobStoreTestCase` use the exact same
bootstrap code that is also used by their implementation of
`EsBlobStoreContainerTestCase`.
This means all tests might as well live under `EsBlobStoreContainerTestCase`
saving a lot of code duplication. Also, there was no HDFS implementation for
`EsBlobStoreTestCase` which is now automatically resolved by moving the tests over
since there is a HDFS implementation for the container tests.
@original-brownbear original-brownbear added :Distributed Coordination/Snapshot/Restore Anything directly related to the `_snapshot/*` APIs backport labels Nov 26, 2019
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-distributed (:Distributed/Snapshot/Restore)

@original-brownbear original-brownbear merged commit 3862400 into elastic:7.x Nov 26, 2019
@original-brownbear original-brownbear deleted the 49603-7.x branch November 26, 2019 19:57
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants