-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Package: aws-serverlessIssues related to the Sentry AWS Serverless SDKIssues related to the Sentry AWS Serverless SDKTaskType: Tests
Description
Flakiness Type
Assertion failure
Name of Job
Node (20) Integration Tests
Name of Test
suites/aws-serverless/aws-integration/s3/test.ts
Link to Test Run
https://github.com/getsentry/sentry-javascript/actions/runs/10793202455/job/29934857932?pr=13648
Details
FAIL suites/aws-serverless/aws-integration/s3/test.ts
● awsIntegration › should auto-instrument aws-sdk v2 package.
Expected done to be called once, but it was called multiple times. Reason: [Error: No more expected envelope items but we received a 'event' item]
254 | function complete(error?: Error): void {
255 | child?.kill();
> 256 | done?.(error);
| ^
257 | }
258 |
259 | /** Called after each expect callback to check if we're complete */
at complete (utils/runner.ts:256:9)
at newEnvelope (utils/runner.ts:363:13)
at tryParseEnvelopeFromStdoutLine (utils/runner.ts:450:15)
at Socket.<anonymous> (utils/runner.ts:469:15)
Metadata
Metadata
Assignees
Labels
Package: aws-serverlessIssues related to the Sentry AWS Serverless SDKIssues related to the Sentry AWS Serverless SDKTaskType: Tests