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: Add upgrade step to static bwc tests #9207

Merged
merged 1 commit into from Jan 8, 2015

Conversation

rjernst
Copy link
Member

@rjernst rjernst commented Jan 8, 2015

This used to happen just for 0.20 in 1.x, but now this will check upgrade works against all static indexes we have.

@rmuir
Copy link
Contributor

rmuir commented Jan 8, 2015

+1, thank you for improving testing here.

@rjernst rjernst merged commit 7f9ffea into elastic:master Jan 8, 2015
@rmuir
Copy link
Contributor

rmuir commented Jan 8, 2015

Should we backport to 1.x? It has this same infrastructure right?

@rjernst
Copy link
Member Author

rjernst commented Jan 8, 2015

Yes, I have the backport ready, but I need to figure out a way to know what the "latest" is, so that the check before upgrading (to make sure we don't have a bogus index that doesn't need upgrading) works? It fails right now on 1.x. Or I could just remove this precheck and assume calling upgrade + check index is upgrade is enough?

@rmuir
Copy link
Contributor

rmuir commented Jan 8, 2015

well the latest should be the current lucene version we are using? I think the check is good, in case background merging fails (we don't want to silently hide some merge exception)

@rjernst rjernst added >test Issues or PRs that are addressing/adding tests v2.0.0-beta1 labels Jan 8, 2015
rjernst added a commit that referenced this pull request Jan 9, 2015
@rjernst
Copy link
Member Author

rjernst commented Jan 9, 2015

Added to 1.x in 5caa42c

@rjernst rjernst added the v1.5.0 label Jan 9, 2015
@rjernst rjernst deleted the tests/static-upgrade branch January 21, 2015 23:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>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

2 participants