-
Notifications
You must be signed in to change notification settings - Fork 25k
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] InferenceCrudIT testSupportedStream failing #113430
[CI] InferenceCrudIT testSupportedStream failing #113430
Comments
This has been muted on branch main Mute Reasons:
Build Scans: |
Pinging @elastic/ml-core (Team:ML) |
Seems to happen frequently, ~14%, backporting to 8.x until we can figure it out |
Actually the fix is faster - #113456 |
This issue is being re-opened because the referenced test still exists in muted-tests.yml, so it is still muted. Please check and unmute the test if it can be unmuted. In the future, automation will automatically re-open issues whenever they are closed without unmuting the test first. Reach out in #es-delivery or tag the delivery team if you have an issue. |
This has been muted on branch main Mute Reasons:
Build Scans: |
This has been muted on branch 8.x Mute Reasons:
Build Scans: |
It seems to me that the problem is that the string expected is |
the random string generator is generating UTF16 strings - the REST controller decodes them as UTF8, which seems to convert |
randomAlpha is generating UTF16 strings, which return as UTF8 and fail to match. Generating random UTF8 strings can generate control characters, which the REST handler throws an error on. So we're generating UUIDs. Fix elastic#113430
randomAlpha is generating UTF16 strings, which return as UTF8 and fail to match. Generating random UTF8 strings can generate control characters, which the REST handler throws an error on. So we're generating UUIDs. Fix #113430
randomAlpha is generating UTF16 strings, which return as UTF8 and fail to match. Generating random UTF8 strings can generate control characters, which the REST handler throws an error on. So we're generating UUIDs. Fix elastic#113430
randomAlpha is generating UTF16 strings, which return as UTF8 and fail to match. Generating random UTF8 strings can generate control characters, which the REST handler throws an error on. So we're generating UUIDs. Fix elastic#113430
Reopening because it's still muted in 8.x |
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: