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 MySQL 8.0 tests, properly close timed out connections #660

Merged
merged 7 commits into from
Jan 26, 2022

Commits on Jan 22, 2022

  1. fix closed MySQL 8.0 connections not always being detected properly

    ensure connections are closed properly when the server connection was lost
    Nothing4You committed Jan 22, 2022
    Configuration menu
    Copy the full SHA
    1c34686 View commit details
    Browse the repository at this point in the history
  2. implement a custom StreamReader to avoid accessing the internal attri…

    …bute `_eof` on asyncio.StreamReader
    Nothing4You committed Jan 22, 2022
    Configuration menu
    Copy the full SHA
    9db7cc7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d32585e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    43cb3a5 View commit details
    Browse the repository at this point in the history
  5. docs

    Nothing4You committed Jan 22, 2022
    Configuration menu
    Copy the full SHA
    61f7dce View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2022

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

Commits on Jan 26, 2022

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