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
Further investigation on #8247 reveals that jest --detectLeaks is flaky. Across 14 out of our ~40 testsuites are known to be memory leaking according to #8247. So I skipped those with describe.skip at top level.
Nevertheless, despite not running any tests, repeated jest --detectLeaks reported between 9 and 11 to be memory leaking.
``jest --detectLeaks --watch` has interesting behavior. When watching one of the flaky testsuites, it consistently iterated between "skipped" and "failed". After deleting something it went to randomly failing around 10% of time.
This issue was closed because it has been stalled for 30 days with no activity. Please open a new issue if the issue is still relevant, linking to this one.
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.
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.
🐛 Bug Report
Further investigation on #8247 reveals that
jest --detectLeaks
is flaky. Across 14 out of our ~40 testsuites are known to be memory leaking according to #8247. So I skipped those withdescribe.skip
at top level.Nevertheless, despite not running any tests, repeated
jest --detectLeaks
reported between 9 and 11 to be memory leaking.``jest --detectLeaks --watch` has interesting behavior. When watching one of the flaky testsuites, it consistently iterated between "skipped" and "failed". After deleting something it went to randomly failing around 10% of time.
To Reproduce
See #8247.
Expected behavior
Consistent behavior.
Link to repl or repo (highly encouraged)
Sorry, can't post all repo online. Tried to make little contained case but didn't succeed. It was not exclusive to using Sequelize as in #8247.
Run
npx envinfo --preset jest
Paste the results here:
The text was updated successfully, but these errors were encountered: