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

fix: worker being killed after being spawned and other worker bugs #13107

Merged
merged 53 commits into from Aug 11, 2022

Commits on Aug 8, 2022

  1. Copy the full SHA
    71d0080 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. Copy the full SHA
    8c6ab73 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    86acdf1 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    718425b View commit details
    Browse the repository at this point in the history
  4. fix: missing license

    phawxby committed Aug 9, 2022
    Copy the full SHA
    de0c0e8 View commit details
    Browse the repository at this point in the history
  5. fix: flaky tests

    phawxby committed Aug 9, 2022
    Copy the full SHA
    d83aa84 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    9435d0b View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    29e1193 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    c23f581 View commit details
    Browse the repository at this point in the history
  9. chore: add fallback timeout

    phawxby committed Aug 9, 2022
    Copy the full SHA
    e8a8058 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    4e0b399 View commit details
    Browse the repository at this point in the history
  11. fix: restarting on init

    phawxby committed Aug 9, 2022
    Copy the full SHA
    790f772 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    b4151ea View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    2753069 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    617e102 View commit details
    Browse the repository at this point in the history
  15. chore: windows debugging

    phawxby committed Aug 9, 2022
    Copy the full SHA
    28230da View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    60b5b1b View commit details
    Browse the repository at this point in the history
  17. chore: remove debugging

    phawxby committed Aug 9, 2022
    Copy the full SHA
    a9a3779 View commit details
    Browse the repository at this point in the history
  18. chore: remove logging

    phawxby committed Aug 9, 2022
    Copy the full SHA
    cdf9627 View commit details
    Browse the repository at this point in the history
  19. Copy the full SHA
    7a79c92 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. chore: only run flaky test

    phawxby committed Aug 10, 2022
    Copy the full SHA
    11fd6f8 View commit details
    Browse the repository at this point in the history
  2. chore: enable tests again

    phawxby committed Aug 10, 2022
    Copy the full SHA
    55f4097 View commit details
    Browse the repository at this point in the history
  3. fix: missing snapshot

    phawxby committed Aug 10, 2022
    Copy the full SHA
    723951b View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    a062850 View commit details
    Browse the repository at this point in the history
  5. chore: logging

    phawxby committed Aug 10, 2022
    Copy the full SHA
    66c83bd View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    c47404d View commit details
    Browse the repository at this point in the history
  7. chore: make noisy

    phawxby committed Aug 10, 2022
    Copy the full SHA
    9331bd2 View commit details
    Browse the repository at this point in the history
  8. chore: debugging

    phawxby committed Aug 10, 2022
    Copy the full SHA
    5058e14 View commit details
    Browse the repository at this point in the history
  9. chore: more

    phawxby committed Aug 10, 2022
    Copy the full SHA
    ddbfb5e View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    811e228 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    197c0da View commit details
    Browse the repository at this point in the history
  12. chore: error handling

    phawxby committed Aug 10, 2022
    Copy the full SHA
    0d0d03e View commit details
    Browse the repository at this point in the history
  13. chore: log this

    phawxby committed Aug 10, 2022
    Copy the full SHA
    11e8b25 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    8f427a4 View commit details
    Browse the repository at this point in the history
  15. chore: remove debug logging

    phawxby committed Aug 10, 2022
    Copy the full SHA
    57d3b20 View commit details
    Browse the repository at this point in the history
  16. chore: remove only

    phawxby committed Aug 10, 2022
    Copy the full SHA
    d3abe14 View commit details
    Browse the repository at this point in the history
  17. Copy the full SHA
    f704620 View commit details
    Browse the repository at this point in the history
  18. Copy the full SHA
    5a840bb View commit details
    Browse the repository at this point in the history
  19. Copy the full SHA
    d6b2db0 View commit details
    Browse the repository at this point in the history
  20. chore: try a different event

    phawxby committed Aug 10, 2022
    Copy the full SHA
    202323b View commit details
    Browse the repository at this point in the history
  21. chore: disconnect handling

    phawxby committed Aug 10, 2022
    Copy the full SHA
    9e7d081 View commit details
    Browse the repository at this point in the history
  22. fix: test bug

    phawxby committed Aug 10, 2022
    Copy the full SHA
    75037d2 View commit details
    Browse the repository at this point in the history
  23. chore: log child and buffer

    phawxby committed Aug 10, 2022
    Copy the full SHA
    37c5a43 View commit details
    Browse the repository at this point in the history
  24. chore: forgot to make public

    phawxby committed Aug 10, 2022
    Copy the full SHA
    3e8b3ae View commit details
    Browse the repository at this point in the history
  25. chore: log

    phawxby committed Aug 10, 2022
    Copy the full SHA
    fab410a View commit details
    Browse the repository at this point in the history
  26. Copy the full SHA
    8e4a31e View commit details
    Browse the repository at this point in the history
  27. Copy the full SHA
    b974eea View commit details
    Browse the repository at this point in the history
  28. chore: different strat

    phawxby committed Aug 10, 2022
    Copy the full SHA
    1e1023d View commit details
    Browse the repository at this point in the history
  29. chore: remove debugging

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

Commits on Aug 11, 2022

  1. Copy the full SHA
    c610bdb View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    SimenB committed Aug 11, 2022
    Copy the full SHA
    ee20013 View commit details
    Browse the repository at this point in the history
  3. chore: pr feedback

    phawxby committed Aug 11, 2022
    Copy the full SHA
    bd786b1 View commit details
    Browse the repository at this point in the history
  4. chore: pr changes

    phawxby committed Aug 11, 2022
    Copy the full SHA
    613fcf2 View commit details
    Browse the repository at this point in the history