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

test(instrumentation-aws-sdk): skip failing tests of @aws-sdk/client-sqs ReceiveMessage context handling #1847

Merged
merged 21 commits into from
Dec 11, 2023

Conversation

trentm
Copy link
Contributor

@trentm trentm commented Dec 5, 2023

Fixes: #1477
Refs: #707


Tests of @aws-sdk/client-sqs instrumentation are failing for versions >=3.316.0. The issue (#1477 (comment)) may take a while to resolve. This disables the subset of tests that are failing.

This is an alternative to @pichlermarc's #1711 that reduces the set of tests being skipped to just the problematic ones.

Copy link

codecov bot commented Dec 5, 2023

Codecov Report

Merging #1847 (901bf41) into main (a8f3a3d) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1847   +/-   ##
=======================================
  Coverage   91.45%   91.45%           
=======================================
  Files         144      144           
  Lines        7406     7406           
  Branches     1483     1483           
=======================================
  Hits         6773     6773           
  Misses        633      633           

@trentm trentm requested a review from pichlermarc December 8, 2023 18:21
Copy link
Member

@pichlermarc pichlermarc left a comment

Choose a reason for hiding this comment

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

Yep, splitting it like this is better. Thanks @trentm 🙂

@trentm
Copy link
Contributor Author

trentm commented Dec 11, 2023

Woot. aws-sdk tav tests passed.

@trentm trentm merged commit 196aa2d into open-telemetry:main Dec 11, 2023
16 checks passed
@trentm trentm deleted the tm-disable-client-sqs-context-test branch December 11, 2023 22:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tests failing for @aws-sdk/client-sqs >=3.316
4 participants