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

VReplication: Relax restrictions on Cancel and ReverseTraffic when writes not involved #17128

Merged
merged 8 commits into from
Nov 6, 2024

Commits on Oct 31, 2024

  1. Relax restrictions on Cancel and ReverseTraffic when writes not involved

    Signed-off-by: Matt Lord <mattalord@gmail.com>
    mattlord committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    c1ff0ae View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Add unit tests

    Signed-off-by: Matt Lord <mattalord@gmail.com>
    mattlord committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    252b6c2 View commit details
    Browse the repository at this point in the history
  2. Do NOT drop target tables on multi-tenant delete/cancel

    Signed-off-by: Matt Lord <mattalord@gmail.com>
    mattlord committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    42d0a23 View commit details
    Browse the repository at this point in the history
  3. Fix e2e tests

    Signed-off-by: Matt Lord <mattalord@gmail.com>
    mattlord committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    d8ad0ba View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Improve comment and eliminate test case cruft

    Signed-off-by: Matt Lord <mattalord@gmail.com>
    mattlord committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    5e937c2 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/main' into cancel_if_reads_switched

    Signed-off-by: Matt Lord <mattalord@gmail.com>
    mattlord committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    e7c3f11 View commit details
    Browse the repository at this point in the history
  3. Two more nitty nits (halp)

    Signed-off-by: Matt Lord <mattalord@gmail.com>
    mattlord committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    0d9bd27 View commit details
    Browse the repository at this point in the history
  4. Undo require.Zero test change as it fails with:

    Should be zero, but was []
    
    Signed-off-by: Matt Lord <mattalord@gmail.com>
    mattlord committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    d5ebfc9 View commit details
    Browse the repository at this point in the history