-
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] DefaultEndPointsIT testInferDeploysDefaultE5 failing #115361
Comments
This has been muted on branch main Mute Reasons:
Build Scans: |
Pinging @elastic/ml-core (Team:ML) |
This has been muted on branch 8.16 Mute Reasons:
Build Scans: |
This has been muted on branch 8.x Mute Reasons:
Build Scans: |
the feature under test here is behind a feature flag, so, despite these tests being muted, I believe this is overall low-risk |
The test has as 30 second timeout but the model download took much longer. The fix is use a longer timeout
|
The builds above seem to have 2 failures:
Looking at the timeout failures, it seems that the exception message is:
Seems like the test has a 120 second timeout instead of a 30 second timeout as mentioned above. The original call to create the endpoint has a 30 second timeout but it does not stop the deployment process and we do not wait on this response. Instead we likely need to bump up the 120 second timeout here. I'll put out a PR to raise the timeout and unmute the test. |
Build Scans:
Reproduction Line:
Applicable branches:
8.x
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: