Skip to content

Conversation

@andreiborza
Copy link
Member

@andreiborza andreiborza commented Dec 17, 2025

This comes strictly from OTel and we don't really need to assert on it, it's unreliable and flaky.

Closes #18537 (added automatically)

@timfish timfish changed the title chore(e2e): Remove check on `http.response_content_length_uncompressed chore(e2e): Remove check on http.response_content_length_uncompressed Dec 17, 2025
expect.objectContaining({
span_id: expect.stringMatching(/[a-f0-9]{16}/),
trace_id: expect.stringMatching(/[a-f0-9]{32}/),
data: {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You need expect.objectContaining({ around data rather than the span.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah right 😅

…d` as its

unreliable and flaky

This comes strictly from OTel and we don't really need to assert on it.
@andreiborza andreiborza force-pushed the ab/remove-response_content_length_uncompressed-attribute-checks branch from 6edd7fc to 3b3d366 Compare December 17, 2025 10:37
@andreiborza andreiborza merged commit 85b4812 into develop Dec 17, 2025
35 checks passed
@andreiborza andreiborza deleted the ab/remove-response_content_length_uncompressed-attribute-checks branch December 17, 2025 10:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

chore(e2e): Remove check on `http.response_content_length_uncompressed

4 participants