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

Vttest create db #7989

Merged
merged 7 commits into from
Apr 29, 2021
Merged

Vttest create db #7989

merged 7 commits into from
Apr 29, 2021

Commits on Apr 26, 2021

  1. make it possible for create database to work inside vttestserver

    Signed-off-by: Andres Taylor <andres@planetscale.com>
    systay committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    d25977c View commit details
    Browse the repository at this point in the history
  2. added create database plugin in vtcombo

    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    harshit-gangal committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    4a841a5 View commit details
    Browse the repository at this point in the history
  3. vttest: add logic for drop database

    Signed-off-by: Andres Taylor <andres@planetscale.com>
    systay committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    879a5d5 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2021

  1. remember the tablet uid so we can later shut it down

    Signed-off-by: Andres Taylor <andres@planetscale.com>
    systay committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    a839ca7 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2021

  1. fix drop database by removing shard and tablets from topo and invokin…

    …g rebuild srv keyspace
    
    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    harshit-gangal committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    0ea9c81 View commit details
    Browse the repository at this point in the history
  2. refactored code a little and changed the test to run 3 times to perfo…

    …rm create and drop of same database
    
    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    harshit-gangal committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    148c1c7 View commit details
    Browse the repository at this point in the history
  3. use context from the dbddl engine call to be used in create and drop …

    …database in the plugin
    
    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    harshit-gangal committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    0eea010 View commit details
    Browse the repository at this point in the history