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

Make test_reconnect async #6000

Merged
merged 6 commits into from
Mar 31, 2022
Merged

Make test_reconnect async #6000

merged 6 commits into from
Mar 31, 2022

Commits on Mar 25, 2022

  1. Make test_reconnect async

    This was flakey due to cleaning up resources.
    
    My experience is that making things async helps with this in general.
    I don't have strong confidence that this will fix the issue, but I do
    have mild confidence, and strong confidence that it won't hurt.
    mrocklin committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    9262524 View commit details
    Browse the repository at this point in the history
  2. extend timeout

    mrocklin committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    ec59e96 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c0d170 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. Configuration menu
    Copy the full SHA
    6fa50ed View commit details
    Browse the repository at this point in the history
  2. Go full async

    mrocklin committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    d08dfae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa8c7d9 View commit details
    Browse the repository at this point in the history