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

feat: implement aborted transactions retry mechanism #1

Closed
wants to merge 13 commits into from

Commits on Sep 4, 2020

  1. Copy the full SHA
    b5a38ec View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into transactions_retry

    IlyaFaer committed Sep 4, 2020
    Copy the full SHA
    57a1382 View commit details
    Browse the repository at this point in the history
  3. fix typos

    IlyaFaer committed Sep 4, 2020
    Copy the full SHA
    0550de9 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2020

  1. make StreamedResultsSet() objects push their results into transaction…

    … checksum
    IlyaFaer committed Sep 7, 2020
    Copy the full SHA
    da12f15 View commit details
    Browse the repository at this point in the history
  2. fix asserts

    IlyaFaer committed Sep 7, 2020
    Copy the full SHA
    d181f4b View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    da45f4b View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2020

  1. pushing commented things

    IlyaFaer committed Sep 8, 2020
    Copy the full SHA
    896c9bd View commit details
    Browse the repository at this point in the history
  2. add unit test for Session.run_in_transaction()

    IlyaFaer committed Sep 8, 2020
    Copy the full SHA
    365271f View commit details
    Browse the repository at this point in the history
  3. add checksums comparison helper, fix some errors

    IlyaFaer committed Sep 8, 2020
    Copy the full SHA
    91f69ed View commit details
    Browse the repository at this point in the history
  4. add comments

    IlyaFaer committed Sep 8, 2020
    Copy the full SHA
    24c1030 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2020

  1. fix the tests, erase an excess method

    IlyaFaer committed Sep 17, 2020
    Copy the full SHA
    5350338 View commit details
    Browse the repository at this point in the history
  2. use len() to compare checksums

    IlyaFaer committed Sep 17, 2020
    Copy the full SHA
    37cce49 View commit details
    Browse the repository at this point in the history
  3. fix comment

    IlyaFaer committed Sep 17, 2020
    Copy the full SHA
    37096a3 View commit details
    Browse the repository at this point in the history