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

qe: Implement isolation levels for batch transactions #3199

Merged
merged 2 commits into from Sep 20, 2022

Commits on Sep 19, 2022

  1. qe: Implement isolation levels for batch transactions

    Add optional `isolation_level` field to `MultiDoc` and propogate it up
    to connector. This mostly reuses iTx isolation level logic, implemented
    on connector level.
    Test-wise, we also test them in a same way iTx are tested right now:
    check that valid value is accepted, invalid is rejected and rely on
    quaint tests to do the right thing.
    SevInf committed Sep 19, 2022
    Copy the full SHA
    bd57fc4 View commit details
    Browse the repository at this point in the history
  2. Address review feedback

    SevInf committed Sep 19, 2022
    Copy the full SHA
    3eb13fb View commit details
    Browse the repository at this point in the history