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

PYTHON-4763 Migrate test_change_stream.py to async #1853

Merged
merged 30 commits into from
Sep 16, 2024

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    1b5e820 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. add the async tests

    sleepyStick committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    8ffec6d View commit details
    Browse the repository at this point in the history
  2. fix the sleeps for async

    sleepyStick committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    db5957b View commit details
    Browse the repository at this point in the history
  3. import anext

    sleepyStick committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    581d4fc View commit details
    Browse the repository at this point in the history
  4. fix import

    sleepyStick committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    4b91bcb View commit details
    Browse the repository at this point in the history
  5. fix import pt 2

    sleepyStick committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    1a94a92 View commit details
    Browse the repository at this point in the history
  6. attempt to fix errors

    sleepyStick committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    246a067 View commit details
    Browse the repository at this point in the history
  7. attempt to fix errors pt2

    sleepyStick committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    3554857 View commit details
    Browse the repository at this point in the history
  8. attempt to fix errors pt3

    sleepyStick committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    20f7dba View commit details
    Browse the repository at this point in the history
  9. attempt to fix errors pt4

    sleepyStick committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    3b0f012 View commit details
    Browse the repository at this point in the history
  10. attempt to fix errors pt5

    sleepyStick committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    5aec1ff View commit details
    Browse the repository at this point in the history
  11. fix: its async with await

    sleepyStick committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    3c38292 View commit details
    Browse the repository at this point in the history
  12. forgot some awaits

    sleepyStick committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    f728fee View commit details
    Browse the repository at this point in the history
  13. maybe too many awaits?

    sleepyStick committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    9981a03 View commit details
    Browse the repository at this point in the history
  14. left out an async

    sleepyStick committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    5ee726d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d3dc8a6 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0ed7a71 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. fix timed out tests

    sleepyStick committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    82ef463 View commit details
    Browse the repository at this point in the history
  2. fix timed out tests pt2

    sleepyStick committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    37e52bd View commit details
    Browse the repository at this point in the history
  3. fix timed out tests pt3

    sleepyStick committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    fa3207c View commit details
    Browse the repository at this point in the history
  4. fix timed out tests pt4

    sleepyStick committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    7d04121 View commit details
    Browse the repository at this point in the history
  5. fix timed out tests pt5

    sleepyStick committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    a66219b View commit details
    Browse the repository at this point in the history
  6. fix timed out tests pt6

    sleepyStick committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    04e96b5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3b8c85c View commit details
    Browse the repository at this point in the history
  8. missing awaits

    sleepyStick committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    26a01b2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d3ce4ad View commit details
    Browse the repository at this point in the history
  10. add parens around await

    sleepyStick committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    52c81a4 View commit details
    Browse the repository at this point in the history
  11. missing awaits pt 3?

    sleepyStick committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    cd73375 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. fix _wait_until

    sleepyStick committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    a0d285b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ad7be2 View commit details
    Browse the repository at this point in the history