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

PlannedReparent fixes #6050

Merged
merged 6 commits into from
Apr 15, 2020
Merged

PlannedReparent fixes #6050

merged 6 commits into from
Apr 15, 2020

Commits on Apr 14, 2020

  1. PlannedReparent: call SetReadOnly in PromoteReplica only after master…

    … tablet is written to topo
    
    Signed-off-by: deepthi <deepthi@planetscale.com>
    deepthi committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    4378c83 View commit details
    Browse the repository at this point in the history
  2. PlannedReparent: Rename PromoteSlave -> PromoteReplica. Deprecate

    PromoteSlaveWhenCaughtUp RPC
    
    Signed-off-by: deepthi <deepthi@planetscale.com>
    deepthi committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    0fa8c20 View commit details
    Browse the repository at this point in the history
  3. PlannedReparent: set ReadOnly on master if needed

    Signed-off-by: deepthi <deepthi@planetscale.com>
    deepthi committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    bfe7931 View commit details
    Browse the repository at this point in the history
  4. PlannedReparent: tests for Promote failure, re-run failed PRS, PRS wi…

    …th current master
    
    Signed-off-by: deepthi <deepthi@planetscale.com>
    deepthi committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    eddbb58 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2020

  1. use assertions in tests instead of if/else

    Signed-off-by: deepthi <deepthi@planetscale.com>
    deepthi committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    bcebd61 View commit details
    Browse the repository at this point in the history
  2. Use require to stop execution of tests on fatal errors

    Signed-off-by: deepthi <deepthi@planetscale.com>
    deepthi committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    54480bd View commit details
    Browse the repository at this point in the history