-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Memory Leak on using Jest Circus as the Test-Runner #19
Comments
Reference: #6 |
I won't have time to look into this properly until the weekend/next week, but |
This is a rough draft of how I traced the mem-leak. Will edit it later for a cleaner one TestCaseReporterHandler.ts [sendMessageToJest(‘test-case-result’, testCaseResult)] -> TestRunner -> EventEmiiter.on(‘test-case-result’, (testCaseResult)) ->TestScheduler (onTestCaseResult) -> ReporterDispatcher (onTestCaseResult) -> default_reporter (onTestCaseResult) -> Status (addTestCaseResult()) Here, This was avoided down the lane, in Status function by making a |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Where did the memory leak originate?
How to reproduce the issue?
How does the "memory leak test fail" look?
The text was updated successfully, but these errors were encountered: