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

Tests: Make sure snapshots created with old version of elasticsearch can... #8968

Merged
merged 1 commit into from Jan 20, 2015

Conversation

imotov
Copy link
Contributor

@imotov imotov commented Dec 15, 2014

... be restored

@imotov imotov added :Distributed/Snapshot/Restore Anything directly related to the `_snapshot/*` APIs >test Issues or PRs that are addressing/adding tests review v2.0.0-beta1 labels Dec 15, 2014
@@ -194,7 +210,10 @@ def parse_config():

cfg.tmp_dir = tempfile.mkdtemp()
cfg.data_dir = os.path.join(cfg.tmp_dir, 'data')
cfg.repo_dir = os.path.join(cfg.tmp_dir, 'repo-' + cfg.version)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is the version string needed?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, you are right. That's overcomplicating things. I will remove it.

@rjernst
Copy link
Member

rjernst commented Dec 16, 2014

LGTM

@imotov imotov merged commit fcb0186 into elastic:master Jan 20, 2015
imotov added a commit that referenced this pull request Jan 20, 2015
@imotov imotov deleted the add-old-snapshots-test branch May 1, 2020 22:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Distributed/Snapshot/Restore Anything directly related to the `_snapshot/*` APIs >test Issues or PRs that are addressing/adding tests v1.5.0 v2.0.0-beta1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants