You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, in the issues above, it sounds like downgrading from 16.17 to 16.10 fixed the problems. I'm seeing the leaks on all Node versions - 14, 16.10 and 16.17.
Describe your environment
macOS 12.6
(no browser)
9.11.0
firestore@9.11.0
,firebase-tools@11.14.1
Describe the problem
Testing code that uses Firestore Web SDK doesn't clean up memory between tests. Using
firestore.terminate()
orfirebase.deleteApp
doesn't help.Steps to reproduce:
Clone repo firebase-leak-repro and run
yarn test
. The process will run out of memory.Relevant Code:
Given many tests (tested with 50) that look like this:
Process will run out of memory, even though we're cleaning up db and app.
The text was updated successfully, but these errors were encountered: