-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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
[Rest Api Compatibility] Enable tests after types and cat api fixed #75179
[Rest Api Compatibility] Enable tests after types and cat api fixed #75179
Conversation
Some tests are fixed after typed api is available with compatible api. Also cat api returning text fixed some tests
].join(',') | ||
} | ||
tasks.named("transformV7RestTests").configure({ task -> | ||
task.addAllowedWarningRegex("setting \\[ecs\\] is deprecated as ECS format is the default and only option") |
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.
a deprecation added in 8.0, maybe we should use onOrAfter(v8) for this? https://github.com/elastic/elasticsearch/blob/master/modules/ingest-user-agent/src/main/java/org/elasticsearch/ingest/useragent/UserAgentProcessor.java#L196
'analysis-common/40_token_filters/delimited_payload_filter_error', | ||
'analysis-common/20_analyzers/standard_html_strip' | ||
].join(',') | ||
'search.query/50_queries_with_synonyms/Test common terms query with stacked tokens', // #42654 - not sure, remove `common` query |
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.
'mtermvectors/11_basic_with_types/Basic tests for multi termvector get', | ||
'mtermvectors/21_deprecated_with_types/Deprecated camel case and _ parameters should fail in Term Vectors query', | ||
'mtermvectors/30_mix_typeless_typeful/mtermvectors without types on an index that has types', | ||
'search/150_rewrite_on_coordinator/Ensure that we fetch the document only once', //terms_lookup |
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.
already fixed, added back here by mistake due to merge conflict
…ts_after_types_and_cat_fixed
…ts_after_types_and_cat_fixed
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.
LGTM. Once all of the tests we expect to pass we should remove the "v7compatibilityNotSupportedTests" array since it will be redundant.
…lastic#75179) Some tests are fixed after typed api is available with compatible api. Also cat api returning text fixed some tests relates elastic#51816
Some tests are fixed after typed api is available with compatible api.
Also cat api returning text fixed some tests
relates #51816