-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Description
Flakiness Type
Assertion failure
Name of Job
Node (12) Integration Tests
Name of Test
sentry-javascript/packages/node-integration-tests/suites/sessions/exited-session-aggregate/test.ts
Link to Test Run
https://github.com/getsentry/sentry-javascript/actions/runs/3957354582/jobs/6777781028
Details
(Worker 0) Finished test "/home/runner/work/sentry-javascript/sentry-javascript/packages/node-integration-tests/suites/sessions/exited-session-aggregate/test.ts"
FAIL suites/sessions/exited-session-aggregate/test.ts
✕ should aggregate successful sessions (1878 ms)
● should aggregate successful sessions
expect(received).toMatchObject(expected)
- Expected - 1
+ Received + 5
Object {
"aggregates": Array [
Object {
- "exited": 3,
+ "exited": 2,
"started": Any<String>,
+ },
+ Object {
+ "exited": 1,
+ "started": "2023-01-19T10:18:00.000Z",
},
],
}
29 | });
30 |
> 31 | expect(envelope[2]).toMatchObject({
| ^
32 | aggregates: [
33 | {
34 | started: expect.any(String),
at Object.<anonymous> (suites/sessions/exited-session-aggregate/test.ts:31:23)
at fulfilled (../../node_modules/tslib/tslib.js:115:62)