Add back support for deserializing old authentication in test#139811
Merged
elasticsearchmachine merged 2 commits intoelastic:mainfrom Dec 19, 2025
Merged
Add back support for deserializing old authentication in test#139811elasticsearchmachine merged 2 commits intoelastic:mainfrom
elasticsearchmachine merged 2 commits intoelastic:mainfrom
Conversation
Collaborator
|
Pinging @elastic/es-security (Team:Security) |
jfreden
added a commit
to jfreden/elasticsearch
that referenced
this pull request
Dec 19, 2025
…#139811) This test sometimes (randomly) generates a stored authentication object serialized using 7.X. Since it's stored auth that needs to be supported and that's also why this test fails after [removing special handling for it](https://github.com/elastic/elasticsearch/pull/139018/files#diff-d4a20b10b16547e676296d3cb974eaf83b608be71ad0c278fb397891294a1451L560-L573). Resolves: elastic#139026, elastic#139031
Collaborator
💚 Backport successful
|
szybia
added a commit
to szybia/elasticsearch
that referenced
this pull request
Dec 19, 2025
* upstream/main: Update text_similarity_rank_retriever to support inference ID as an argument when reranking on chunks (elastic#137397) Mute org.elasticsearch.test.rest.yaml.CssSearchYamlTestSuiteIT test {p0=search.retrievers/result-diversification/10_mmr_result_diversification_retriever/Test MMR result diversification multiple indexes} elastic#139826 Mute org.elasticsearch.index.mapper.SkipperSettingsTests testTSDBSkipperSettingDefaults elastic#139824 Unmute test fix elastic#129517 (elastic#139782) Add back support for deserializing old refresh token in test (elastic#139811) Add documentation for exponential_histogram field type (elastic#139684) make ES|QL sample CSV test looser (elastic#139814) Add `frozen_after` field to data stream lifecycle (elastic#139042) Quieten many `ERROR` logs to `WARN` (elastic#139799)
elasticsearchmachine
pushed a commit
that referenced
this pull request
Dec 19, 2025
#139823) This test sometimes (randomly) generates a stored authentication object serialized using 7.X. Since it's stored auth that needs to be supported and that's also why this test fails after [removing special handling for it](https://github.com/elastic/elasticsearch/pull/139018/files#diff-d4a20b10b16547e676296d3cb974eaf83b608be71ad0c278fb397891294a1451L560-L573). Resolves: #139026, #139031
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This test sometimes (randomly) generates a stored authentication object serialized using 7.X. Since it's stored auth that needs to be supported and that's also why this test fails after removing special handling for it.
Resolves: #139026, #139031