Skip to content
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] ServerSentEventsRestActionListenerTests testResponse failing #113148

Closed
elasticsearchmachine opened this issue Sep 18, 2024 · 4 comments · Fixed by #113210
Closed

[CI] ServerSentEventsRestActionListenerTests testResponse failing #113148

elasticsearchmachine opened this issue Sep 18, 2024 · 4 comments · Fixed by #113210
Assignees
Labels
:ml Machine learning needs:risk Requires assignment of a risk label (low, medium, blocker) Team:ML Meta label for the ML team >test-failure Triaged test failures from CI

Comments

@elasticsearchmachine
Copy link
Collaborator

Build Scans:

Reproduction Line:

./gradlew ":x-pack:plugin:inference:internalClusterTest" --tests "org.elasticsearch.xpack.inference.rest.ServerSentEventsRestActionListenerTests.testResponse" -Dtests.seed=619704BF15AE6FA -Dtests.locale=cgg-UG -Dtests.timezone=America/Dawson -Druntime.java=22

Applicable branches:
main

Reproduces locally?:
N/A

Failure History:
See dashboard

Failure Message:

java.lang.AssertionError: No exceptions should be thrown.
Expected: null
     but: was <java.io.IOException: Line does not match expected JSON message or DONE message. Line: event: message
data: {"delta":"\uDBD2\uDE9BzL㟙�裦㘻\u0019"}>

Issue Reasons:

  • [main] 2 failures in test testResponse (4.3% fail rate in 46 executions)

Note:
This issue was created using new test triage automation. Please report issues or feedback to es-delivery.

@elasticsearchmachine elasticsearchmachine added :ml Machine learning >test-failure Triaged test failures from CI labels Sep 18, 2024
@elasticsearchmachine
Copy link
Collaborator Author

This has been muted on branch main

Mute Reasons:

  • [main] 2 failures in test testResponse (4.3% fail rate in 46 executions)

Build Scans:

@elasticsearchmachine elasticsearchmachine added Team:ML Meta label for the ML team needs:risk Requires assignment of a risk label (low, medium, blocker) labels Sep 18, 2024
@elasticsearchmachine
Copy link
Collaborator Author

Pinging @elastic/ml-core (Team:ML)

@prwhelan prwhelan self-assigned this Sep 19, 2024
prwhelan added a commit to prwhelan/elasticsearch that referenced this issue Sep 19, 2024
Regex is having trouble parsing some of the larger UTF8 characters, so
instead we are just going to use our non-regex parser.

Fix elastic#113179
Fix elastic#113148
@DaveCTurner
Copy link
Contributor

@prwhelan while you're working on the fix would you mute this in 8.x too?

prwhelan added a commit to prwhelan/elasticsearch that referenced this issue Sep 23, 2024
Regex is having trouble parsing some of the larger UTF8 characters, so
instead we are just going to use our non-regex parser.

Fix elastic#113179
Fix elastic#113148

Co-authored-by: Elastic Machine <[email protected]>
@prwhelan
Copy link
Member

@prwhelan while you're working on the fix would you mute this in 8.x too?

I pushed the fix to 8.x - I'll keep an eye on it over the next few days and mute if needed

prwhelan added a commit to prwhelan/elasticsearch that referenced this issue Sep 23, 2024
elasticsearchmachine pushed a commit that referenced this issue Sep 23, 2024
Regex is having trouble parsing some of the larger UTF8 characters, so
instead we are just going to use our non-regex parser.

Fix #113179
Fix #113148

Co-authored-by: Elastic Machine <[email protected]>
prwhelan added a commit that referenced this issue Oct 22, 2024
georgewallace pushed a commit to georgewallace/elasticsearch that referenced this issue Oct 25, 2024
jfreden pushed a commit to jfreden/elasticsearch that referenced this issue Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:ml Machine learning needs:risk Requires assignment of a risk label (low, medium, blocker) Team:ML Meta label for the ML team >test-failure Triaged test failures from CI
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants