Closed
Description
Flakiness Type
Other / Unknown
Name of Job
Node (21) Integration Tests
Name of Test
suites/tracing/metric-summaries/test.ts
Link to Test Run
Details
FAIL suites/tracing/metric-summaries/test.ts
✕ Should add metric summaries to spans (274 ms)
● Should add metric summaries to spans
Expected done to be called once, but it was called multiple times. Reason: [Error: No more expected envelope items but we received a 'session' item]
172 | function complete(error?: Error): void {
173 | child?.kill();
> 174 | done?.(error);
| ^
175 | }
176 |
177 | /** Called after each expect callback to check if we're complete */
at complete (utils/runner.ts:174:9)
at newEnvelope (utils/runner.ts:240:13)
at tryParseEnvelopeFromStdoutLine (utils/runner.ts:315:15)
at Socket.<anonymous> (utils/runner.ts:332:15)