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

Do not purge inUse connections #260

Merged
merged 9 commits into from
Nov 23, 2017
Merged

Commits on Nov 20, 2017

  1. Configuration menu
    Copy the full SHA
    eb21478 View commit details
    Browse the repository at this point in the history
  2. Added connection pool state tests and concurrent tests

    Simplified test logic to not worry about connection validation if not needed
    Renamed `AvailableConnections` to `IdleConnections`
    Zhen committed Nov 20, 2017
    Configuration menu
    Copy the full SHA
    b48f368 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    63f961f View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2017

  1. Remove purge on connection errors but deactiviate

    Added tests for verify deactiviation
    Zhen committed Nov 21, 2017
    Configuration menu
    Copy the full SHA
    0de98ba View commit details
    Browse the repository at this point in the history
  2. I miss-spelled deactivate

    Zhen committed Nov 21, 2017
    Configuration menu
    Copy the full SHA
    afa6493 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc42022 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2017

  1. Fixed reading is not atomic problem

    Zhen committed Nov 22, 2017
    Configuration menu
    Copy the full SHA
    eccd0b9 View commit details
    Browse the repository at this point in the history
  2. Renamed

    Open -> Active
    Zombie -> Inactive
    Zhen committed Nov 22, 2017
    Configuration menu
    Copy the full SHA
    1e78b6b View commit details
    Browse the repository at this point in the history
  3. Fix failing test

    Zhen committed Nov 22, 2017
    Configuration menu
    Copy the full SHA
    25dea0f View commit details
    Browse the repository at this point in the history