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

integration: fix SerialConsistencyTests #186

Merged
merged 2 commits into from
Oct 9, 2024

Commits on Oct 9, 2024

  1. integration: fix SerialConsistencyTests

    Original cpp-driver allows user to SET the invalid serial consistency.
    Then, the request is sent with an invalid serial consistency, resulting in a server error.
    However, rust-driver comes with a type safety in this matter, disallowing
    the user to set invalid serial consistency, thus we are not able to mimic this behaviour in cpp-rust-driver.
    We need to adjust the integration test, and assert that setting the invalid serial consistency fails with an error.
    muzarski committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    f445558 View commit details
    Browse the repository at this point in the history
  2. ci: enable SerialConsistencyTests

    We adjusted the test in the previous commit, so now it should be passing during CI.
    muzarski committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    4c7af17 View commit details
    Browse the repository at this point in the history