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

Restore connection pools after transactional tests #40384

Merged
merged 1 commit into from
Apr 21, 2021

Commits on Nov 15, 2020

  1. Restore connection pools after transactional tests

    Since b24bfcc, all connection handlers
    share the primary connection pool during transactional tests to ensure
    that replica connections can read data written to primary connections.
    
    The replica connection pools were never restored, which meant that the
    behaviour of non-transactional tests depended on whether a transactional
    test had run first, which could result in nondeterministic failures.
    eugeneius committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    054e19d View commit details
    Browse the repository at this point in the history