Skip to content
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

feat: add workerIdleMemoryLimit to support worker recycling in the event of node >16.11.0 memory leaks #13056

Merged
merged 51 commits into from Aug 5, 2022

Commits on Jul 22, 2022

  1. feat: process recycling

    phawxby committed Jul 22, 2022
    Copy the full SHA
    3e4c26b View commit details
    Browse the repository at this point in the history
  2. chore: changelog

    phawxby committed Jul 22, 2022
    Copy the full SHA
    833e429 View commit details
    Browse the repository at this point in the history
  3. chore: remove temp files

    phawxby committed Jul 22, 2022
    Copy the full SHA
    7da8127 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. Copy the full SHA
    40a23cf View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    1961d65 View commit details
    Browse the repository at this point in the history
  3. chore: try this test config

    phawxby committed Jul 25, 2022
    Copy the full SHA
    d7f292f View commit details
    Browse the repository at this point in the history
  4. chore: linting

    phawxby committed Jul 25, 2022
    Copy the full SHA
    8bfcd74 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    fd1be6f View commit details
    Browse the repository at this point in the history
  6. chore: add facebook header

    phawxby committed Jul 25, 2022
    Copy the full SHA
    233477e View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    19fb71c View commit details
    Browse the repository at this point in the history
  8. fix: spying of totalmem

    phawxby committed Jul 25, 2022
    Copy the full SHA
    e2a853d View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    ab6554d View commit details
    Browse the repository at this point in the history
  10. chore: more debugging

    phawxby committed Jul 25, 2022
    Copy the full SHA
    207ae05 View commit details
    Browse the repository at this point in the history
  11. chore: more debugging

    phawxby committed Jul 25, 2022
    Copy the full SHA
    c4d2389 View commit details
    Browse the repository at this point in the history
  12. chore: check files exist

    phawxby committed Jul 25, 2022
    Copy the full SHA
    0f5c7bb View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    d35e4b9 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. chore: try this

    phawxby committed Jul 26, 2022
    Copy the full SHA
    daee499 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    fd96e78 View commit details
    Browse the repository at this point in the history
  3. chore: debug failing test

    phawxby committed Jul 26, 2022
    Copy the full SHA
    576ca63 View commit details
    Browse the repository at this point in the history
  4. fix: windows tests

    phawxby committed Jul 26, 2022
    Copy the full SHA
    491b16c View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    479c123 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'process-recycling' of https://github.com/phawxby/jest i…

    …nto process-recycling
    phawxby committed Jul 26, 2022
    Copy the full SHA
    ad238f2 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    e3e63e4 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. Copy the full SHA
    74ce892 View commit details
    Browse the repository at this point in the history
  2. chore: set sensible timeout

    phawxby committed Jul 27, 2022
    Copy the full SHA
    8467b8b View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    6338419 View commit details
    Browse the repository at this point in the history
  4. chore: try this

    phawxby committed Jul 27, 2022
    Copy the full SHA
    d2acdc3 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    dea2ef2 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    44ff11d View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    6b3ba00 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    f208aa9 View commit details
    Browse the repository at this point in the history
  9. fix: out of memory test

    phawxby committed Jul 27, 2022
    Copy the full SHA
    1ca06bc View commit details
    Browse the repository at this point in the history
  10. chore: increase timeout

    phawxby committed Jul 27, 2022
    Copy the full SHA
    c98dd32 View commit details
    Browse the repository at this point in the history
  11. chore: debugging output

    phawxby committed Jul 27, 2022
    Copy the full SHA
    c21b48e View commit details
    Browse the repository at this point in the history
  12. Merge branch 'process-recycling' of https://github.com/phawxby/jest i…

    …nto process-recycling
    phawxby committed Jul 27, 2022
    Copy the full SHA
    33405a2 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    98f5e82 View commit details
    Browse the repository at this point in the history
  14. chore: more debugging

    phawxby committed Jul 27, 2022
    Copy the full SHA
    a1b647f View commit details
    Browse the repository at this point in the history
  15. feat: add stderr concat

    phawxby committed Jul 27, 2022
    Copy the full SHA
    54dccb3 View commit details
    Browse the repository at this point in the history
  16. chore: back to full tests

    phawxby committed Jul 27, 2022
    Copy the full SHA
    0f5da7d View commit details
    Browse the repository at this point in the history
  17. Copy the full SHA
    debf034 View commit details
    Browse the repository at this point in the history
  18. Copy the full SHA
    4619055 View commit details
    Browse the repository at this point in the history
  19. test: more retries

    phawxby committed Jul 27, 2022
    Copy the full SHA
    da47b50 View commit details
    Browse the repository at this point in the history
  20. Copy the full SHA
    ba00b26 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2022

  1. Copy the full SHA
    019c5d4 View commit details
    Browse the repository at this point in the history
  2. chore: docs

    phawxby committed Jul 28, 2022
    Copy the full SHA
    7239650 View commit details
    Browse the repository at this point in the history
  3. chore: linting

    phawxby committed Jul 28, 2022
    Copy the full SHA
    fdb4a66 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

  1. Copy the full SHA
    3e3be99 View commit details
    Browse the repository at this point in the history
  2. docs: copyright header

    phawxby committed Aug 1, 2022
    Copy the full SHA
    9f9dff1 View commit details
    Browse the repository at this point in the history
  3. chore: improve test flake

    phawxby committed Aug 1, 2022
    Copy the full SHA
    43f1054 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. chore: fix typing

    phawxby committed Aug 2, 2022
    Copy the full SHA
    791b7a5 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. chore: pr feedback

    phawxby committed Aug 4, 2022
    Copy the full SHA
    f3db1cc View commit details
    Browse the repository at this point in the history