handsontable / handsontable/hyperformula

Memory leaks in unit tests

Open
#927 1 comment 0 reactions 1 assignee View on GitHub

@sequba is already working on this.

Since Mar 8, 2022.

Bug Impact: Low Performance Tech Debt
Dominant language
TypeScript
Stars
2.8k
Forks
171
Avg merge
1d 22h
Merged PRs (30d)
7

Description

Description

When running unit tests we can see that the heap size increases with every spec file. There must be a memory leak somewhere. It might be related to the way unit tests are written but we cannot be sure that the production code is OK. Needs investigation.

image
image

Steps to reproduce
  1. Run unit tests with heap size analysis
jest --runInBand --logHeapUsage

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.