-
Notifications
You must be signed in to change notification settings - Fork 227
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
@aws-sdk/client-s3 TAV tests failing in main #3523
Comments
Not failing when running in local but it seems the instrumentation is not working ion the CI. Snapshot of the spans generated while testing
|
npm ls @smithy/smithy-client
elastic-apm-node@3.48.0 /Users/david/Documents/repos/el/apm-agent-nodejs
├─┬ @aws-sdk/client-s3@3.379.1
│ ├─┬ @aws-sdk/client-sts@3.379.1
│ │ └── @smithy/smithy-client@2.0.1
│ ├─┬ @aws-sdk/credential-provider-node@3.379.1
│ │ └─┬ @aws-sdk/credential-provider-sso@3.379.1
│ │ ├─┬ @aws-sdk/client-sso@3.379.1
│ │ │ └── @smithy/smithy-client@2.0.1
│ │ └─┬ @aws-sdk/token-providers@3.379.1
│ │ └─┬ @aws-sdk/client-sso-oidc@3.379.1
│ │ └── @smithy/smithy-client@2.0.1
│ └── @smithy/smithy-client@2.0.1
└─┬ @aws-sdk/s3-request-presigner@3.367.0
└── @smithy/smithy-client@1.0.3 Smithy client dependency has been updated to a new major in this PR but only bumping a minor in the |
`@smithy/client@2` is used in `@aws-sdk/*` v3.378.0 and later. Closes: #3523
`@smithy/client@2` is used in `@aws-sdk/*` v3.378.0 and later. Closes: elastic#3523
Latest TAV tests in main are failing for
@aws-sdk/client-s3
instrumentation see https://github.com/elastic/apm-agent-nodejs/actions/runs/5713633220/job/15479387000#step:3:288We should check if there have been changes in higher versions that we are not aware of. The assertion failing is about the error reported to the APM server.
We expect to send a proper span with
failure
outcome.But instead we get a HTTP span
The text was updated successfully, but these errors were encountered: