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(NODE-4385): add cmap pool pausing functionality #3321

Merged
merged 55 commits into from
Sep 7, 2022

Commits on Aug 31, 2022

  1. Configuration menu
    Copy the full SHA
    49dfc40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46810f2 View commit details
    Browse the repository at this point in the history
  3. feat: clear pauses pool

    dariakp committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    143d008 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b53e2c0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e97757e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7fd9537 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    72977c1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f0735a7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fb210de View commit details
    Browse the repository at this point in the history
  10. fix: pool cleared error name

    dariakp committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    7fe8ce3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ae629f0 View commit details
    Browse the repository at this point in the history
  12. refactor: update constants

    dariakp committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    53ee54e View commit details
    Browse the repository at this point in the history
  13. test: skip failing cmap test

    dariakp committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    ccc6057 View commit details
    Browse the repository at this point in the history
  14. refactor: misc cleanup

    dariakp committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    e9405ce View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    941e8f0 View commit details
    Browse the repository at this point in the history
  16. test: update stat cmap tests

    dariakp committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    6d1648b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    0570932 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    809eee5 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    629afa0 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    97d93ed View commit details
    Browse the repository at this point in the history
  21. test: update skips

    dariakp committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    a089bf6 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    6e08633 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    154a60f View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    ad5437b View commit details
    Browse the repository at this point in the history
  25. refactor: minor pool cleanup

    dariakp committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    5aa4805 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    d8466d0 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    763d7db View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    6e30e6f View commit details
    Browse the repository at this point in the history
  29. lint: remove todo

    dariakp committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    ae006a7 View commit details
    Browse the repository at this point in the history
  30. refactor: more pool cleanup

    dariakp committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    aa98693 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    080a19a View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    4ffa108 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    3765084 View commit details
    Browse the repository at this point in the history
  34. fix: accidental early return

    dariakp committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    ded355f View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    6f4c0e9 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    146dafb View commit details
    Browse the repository at this point in the history
  37. lint

    dariakp committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    398136d View commit details
    Browse the repository at this point in the history
  38. Revert "refactor: check pool state and modify pending count in create…

    …Connection"
    
    This reverts commit e2940bf.
    dariakp committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    525c29f View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    88ef8a5 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    0206e84 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    4e0ada2 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    d914234 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    223cf11 View commit details
    Browse the repository at this point in the history
  44. fix: missed a spot

    dariakp committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    ea9e742 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    92a7c54 View commit details
    Browse the repository at this point in the history
  46. Revert "refactor: keep waitqueue members in queue until connection re…

    …ady"
    
    This reverts commit 0206e84.
    dariakp committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    ffcdbb4 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. Configuration menu
    Copy the full SHA
    a09ad23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d5edd9 View commit details
    Browse the repository at this point in the history
  3. test: skip flaky tests

    dariakp committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    24a1860 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2022

  1. lint: remove stray comment

    dariakp committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    e91e0bb View commit details
    Browse the repository at this point in the history
  2. fix: type cleanup

    dariakp committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    c33d731 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    61aa0b3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a69c796 View commit details
    Browse the repository at this point in the history
  5. lint: test type fix

    dariakp committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    10c384b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fe381dc View commit details
    Browse the repository at this point in the history