Skip to content

Commit 0a6788d

Browse files
committed
more expected
1 parent 9b340f4 commit 0a6788d

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

e2e/federation-subscriptions-passthrough/federation-subscriptions-passthrough.memtest.ts

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,13 @@ describe('upstream subscriptions via http callbacks', () => {
5050
`,
5151
expectedHeavyFrame: (frame) =>
5252
// these frames are not leaks and have been confirmed to be stable analysing the heap snapshots (they do allocate a lot, but they all of their memory gets freed)
53-
['delete', 'get pathname', 'onRequest', 'Repeater.next'].includes(
54-
frame.name,
55-
),
53+
[
54+
'delete',
55+
'get pathname',
56+
'onRequest',
57+
'Repeater.next',
58+
'Set',
59+
].includes(frame.name),
5660
},
5761
async () => {
5862
const availablePort = await getAvailablePort();

0 commit comments

Comments
 (0)