-
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
[CI] OpenAiServiceUpgradeIT testOpenAiCompletions {upgradedNodes=2} failing #118163
Comments
Pinging @elastic/ml-core (Team:ML) |
seeing the following message in the error dashboard: org.elasticsearch.client.ResponseException: method [GET], host [http://[::1]:40811], URI [_inference/completion/old-cluster-completions], status line [HTTP/1.1 400 Bad Request] |
|
This has been muted on branch 8.x Mute Reasons:
Build Scans:
|
…penAiCompletions {upgradedNodes=2} #118163
All of the UpgradeIT tests that started failing around the same time are on 8.x. |
Experimental testing shows these upgrade failures were caused by this PR, but the reason this PR causes these failures is still unknown #118105 |
We need to load the two fields from the same response. Otherwise, we can have a sort of race where we load "endpoints" from pre-8.15 as empty and then load "models" from a post-8.15 node also empty, resulting in an empty list because we took the wrong info from either response. closes elastic#118163
…ing (elastic#118624) We need to load the two fields from the same response. Otherwise, we can have a sort of race where we load "endpoints" from pre-8.15 as empty and then load "models" from a post-8.15 node also empty, resulting in an empty list because we took the wrong info from either response. closes elastic#118163
…ing (elastic#118624) We need to load the two fields from the same response. Otherwise, we can have a sort of race where we load "endpoints" from pre-8.15 as empty and then load "models" from a post-8.15 node also empty, resulting in an empty list because we took the wrong info from either response. closes elastic#118163
…ing (#118624) (#118663) We need to load the two fields from the same response. Otherwise, we can have a sort of race where we load "endpoints" from pre-8.15 as empty and then load "models" from a post-8.15 node also empty, resulting in an empty list because we took the wrong info from either response. closes #118163
#118664 ``` - class: org.elasticsearch.xpack.application.CohereServiceUpgradeIT method: testRerank {upgradedNodes=1} issue: #116973 - class: org.elasticsearch.xpack.application.CohereServiceUpgradeIT method: testCohereEmbeddings {upgradedNodes=1} issue: #116974 - class: org.elasticsearch.xpack.application.CohereServiceUpgradeIT method: testCohereEmbeddings {upgradedNodes=2} issue: #116975 - class: org.elasticsearch.xpack.application.OpenAiServiceUpgradeIT method: testOpenAiEmbeddings {upgradedNodes=1} issue: #118156 - class: org.elasticsearch.xpack.application.HuggingFaceServiceUpgradeIT method: testElser {upgradedNodes=1} issue: #118127 - class: org.elasticsearch.xpack.application.OpenAiServiceUpgradeIT method: testOpenAiCompletions {upgradedNodes=1} issue: #118162 - class: org.elasticsearch.xpack.application.OpenAiServiceUpgradeIT method: testOpenAiCompletions {upgradedNodes=2} issue: #118163 - class: org.elasticsearch.xpack.application.OpenAiServiceUpgradeIT method: testOpenAiEmbeddings {upgradedNodes=2} issue: #118204 - class: org.elasticsearch.xpack.application.HuggingFaceServiceUpgradeIT method: testHFEmbeddings {upgradedNodes=1} issue: #118197 ```
…penAiCompletions {upgradedNodes=2} #118163
This has been muted on branch 8.x Mute Reasons:
Build Scans:
|
elastic#118664 ``` - class: org.elasticsearch.xpack.application.CohereServiceUpgradeIT method: testRerank {upgradedNodes=1} issue: elastic#116973 - class: org.elasticsearch.xpack.application.CohereServiceUpgradeIT method: testCohereEmbeddings {upgradedNodes=1} issue: elastic#116974 - class: org.elasticsearch.xpack.application.CohereServiceUpgradeIT method: testCohereEmbeddings {upgradedNodes=2} issue: elastic#116975 - class: org.elasticsearch.xpack.application.OpenAiServiceUpgradeIT method: testOpenAiEmbeddings {upgradedNodes=1} issue: elastic#118156 - class: org.elasticsearch.xpack.application.HuggingFaceServiceUpgradeIT method: testElser {upgradedNodes=1} issue: elastic#118127 - class: org.elasticsearch.xpack.application.OpenAiServiceUpgradeIT method: testOpenAiCompletions {upgradedNodes=1} issue: elastic#118162 - class: org.elasticsearch.xpack.application.OpenAiServiceUpgradeIT method: testOpenAiCompletions {upgradedNodes=2} issue: elastic#118163 - class: org.elasticsearch.xpack.application.OpenAiServiceUpgradeIT method: testOpenAiEmbeddings {upgradedNodes=2} issue: elastic#118204 - class: org.elasticsearch.xpack.application.HuggingFaceServiceUpgradeIT method: testHFEmbeddings {upgradedNodes=1} issue: elastic#118197 ```
…penAiCompletions {upgradedNodes=2} elastic#118163
seems like the fix backport failed for an unrelated reason. Will get the backport merged and then unmute and close. #118664 |
…ing (#118624) (#118664) We need to load the two fields from the same response. Otherwise, we can have a sort of race where we load "endpoints" from pre-8.15 as empty and then load "models" from a post-8.15 node also empty, resulting in an empty list because we took the wrong info from either response. closes #118163 Co-authored-by: Max Hniebergall <137079448+maxhniebergall@users.noreply.github.com>
Build Scans:
Reproduction Line:
Applicable branches:
8.17
Reproduces locally?:
N/A
Failure History:
See dashboard
Failure Message:
Issue Reasons:
Note:
This issue was created using new test triage automation. Please report issues or feedback to es-delivery.
The text was updated successfully, but these errors were encountered: