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 using ServerPools with MOCK_* strategy #1125

Merged
merged 1 commit into from
Mar 19, 2024
Merged

Commits on Feb 9, 2024

  1. fix using ServerPools with MOCK_* strategy

    Fixes cannatag#1007
    
    When using ServerPool's the Server to use is checked with
    check_availability. Since neither the Server nor the ServerPool know
    about the chosen connection strategy, we can just override the
    check_availability function when creating the Connection with a MOCK_*
    strategy.
    Markus Bach committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    a6a346d View commit details
    Browse the repository at this point in the history