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

SQL: fix test on incompatible client versions #56234

Merged

Commits on May 5, 2020

  1. Fix test on incompatible client versions

    The incomatible client version test is changed to:
    - iterate on all versions prior to the allowed one_s;
    - format the exception message just as the server does it.
    
    The defect stemed from the fact that the clients will not send a
    version's qualifier, but just major.minor.revision, so the raised
    error/exception_message won't contain it, while the test expected it.
    bpintea committed May 5, 2020
    Configuration menu
    Copy the full SHA
    eac2162 View commit details
    Browse the repository at this point in the history