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

tm revamp: deprecate obsolete code #6241

Merged
merged 5 commits into from
Jun 3, 2020

Commits on Jun 3, 2020

  1. tm revamp: remove all calls to old TER

    Signed-off-by: Sugu Sougoumarane <ssougou@gmail.com>
    sougou committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    dc500c2 View commit details
    Browse the repository at this point in the history
  2. tm revamp: remove deprecated taabletmanager TER

    Signed-off-by: Sugu Sougoumarane <ssougou@gmail.com>
    sougou committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    5407fe7 View commit details
    Browse the repository at this point in the history
  3. tm revamp: delete obsolete schemaswap

    It was making direct updates to the tablet record.
    
    Signed-off-by: Sugu Sougoumarane <ssougou@gmail.com>
    sougou committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    7e09a38 View commit details
    Browse the repository at this point in the history
  4. tm revamp: remove unnecessary runHealthCheck

    ChangeType was invoking a runHealthCheck at the end, but this is
    unnecessary because the refreshTablet call already runs it. I found
    it while changing tests that were using the old TER to use the
    new ChangeType calls.
    
    Signed-off-by: Sugu Sougoumarane <ssougou@gmail.com>
    sougou committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    c033d50 View commit details
    Browse the repository at this point in the history
  5. tm revamp: address review comments

    Signed-off-by: Sugu Sougoumarane <ssougou@gmail.com>
    sougou committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    740c92d View commit details
    Browse the repository at this point in the history