Unmute CCSDuelIT_testTerminateAfter test#132648
Merged
drempapis merged 2 commits intoelastic:mainfrom Aug 11, 2025
Merged
Conversation
Collaborator
|
Pinging @elastic/es-search-foundations (Team:Search Foundations) |
Contributor
|
Could you help me understand how its presence causes the test to fail and get muted? |
Contributor
Author
|
@pawankartik-elastic Please address the assertion error mentioned in the reported ticket. The failure occurs when terminated_early does not match. |
Contributor
|
We may want to backport it since the original issue is on 8.19 |
smalyshev
approved these changes
Aug 11, 2025
pawankartik-elastic
approved these changes
Aug 11, 2025
Contributor
Author
|
Thank you both! |
Collaborator
💚 Backport successful
|
drempapis
added a commit
to drempapis/elasticsearch
that referenced
this pull request
Aug 11, 2025
Contributor
|
@drempapis 8.19 too? |
Contributor
Author
|
@smalyshev This issue was initially reported but not muted in the branch version 8.19. |
elasticsearchmachine
pushed a commit
that referenced
this pull request
Aug 12, 2025
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.
I removed the "terminated_early" from the responseToMap(...); This is a best-effort, transport metadata, and removing it only affects the local comparison map, not the server response, and none of the tests assert on that flag. The intent of all the tests in the class is preserved. If we ever need to test terminated_early explicitly, that should be a separate, targeted test, not this CCS duel.
Closes 126085