-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Reintroduce common-analysis tests #120604
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
Reintroduce common-analysis tests #120604
Conversation
Pinging @elastic/es-search-foundations (Team:Search Foundations) |
{ | ||
IndexVersion version = IndexVersionUtils.randomVersionBetween( | ||
random(), | ||
IndexVersions.MINIMUM_READONLY_COMPATIBLE, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have replaced the IndexVersions.V_7_0_0
with IndexVersions.MINIMUM_READONLY_COMPATIBLE
. If you think that it is ok, we should also apply it to CommonAnalysisPluginTests
and SynonymsAnalysisTests
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I think that is okay. I see the tests from #112570 regarding CommonAnalysisPluginTests and SynonymAnalysisTests are already rolled back, would you mind doing the suggested changes in this PR just for completeness?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, @cbuescher, for the review. Yes, I'll make the update in this PR.
Thank you, LGTM. Left one little task for adapting the two tests that are already reverted. |
Reintroduce tests deleted via #112570
Some of the classes were reverted in this work #118972