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

Add options to vttestserver to pass -foreign_key_mode, -enable_online_ddl, and -enable_direct_ddl through to vtcombo #8177

Merged
merged 7 commits into from
May 27, 2021

Commits on May 24, 2021

  1. go/vt/vttest/local_cluster.go: Config: + ForeignKeyMode, EnableOnline…

    …DDL, EnableDirectDDL
    
    Signed-off-by: Mike Cronce <mc@planetscale.com>
    Mike Cronce committed May 24, 2021
    Configuration menu
    Copy the full SHA
    5528a57 View commit details
    Browse the repository at this point in the history
  2. go/cmd/vttestserver/main.go: init(): Add -foreign_key_mode, -enable_o…

    …nline_ddl, -enable_direct_ddl
    
    Signed-off-by: Mike Cronce <mc@planetscale.com>
    Mike Cronce committed May 24, 2021
    Configuration menu
    Copy the full SHA
    648376d View commit details
    Browse the repository at this point in the history
  3. go/vt/vttest/vtprocess.go: VtcomboProcess(): Pass -foreign_key_mode, …

    …-enable_online_ddl, and -enable_direct_ddl into ExtraArgs
    
    Signed-off-by: Mike Cronce <mc@planetscale.com>
    Mike Cronce committed May 24, 2021
    Configuration menu
    Copy the full SHA
    ee14397 View commit details
    Browse the repository at this point in the history
  4. docker/vttestserver/run.sh: Split out vttestserver run line to multi-…

    …line
    
    Signed-off-by: Mike Cronce <mc@planetscale.com>
    Mike Cronce committed May 24, 2021
    Configuration menu
    Copy the full SHA
    a80ac1e View commit details
    Browse the repository at this point in the history
  5. docker/vttestserver/run.sh: + $FOREIGN_KEY_MODE, $ENABLE_ONLINE_DDL, …

    …$ENABLE_DIRECT_DDL
    
    Signed-off-by: Mike Cronce <mc@planetscale.com>
    Mike Cronce committed May 24, 2021
    Configuration menu
    Copy the full SHA
    88d9792 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2021

  1. go/cmd/vttestserver/vttestserver_test.go: + TestForeignKeys()

    Signed-off-by: Mike Cronce <mc@planetscale.com>
    Mike Cronce committed May 27, 2021
    Configuration menu
    Copy the full SHA
    aecf838 View commit details
    Browse the repository at this point in the history
  2. go/cmd/vttestserver/vttestserver_test.go: + TestDDLModes()

    Signed-off-by: Mike Cronce <mc@planetscale.com>
    Mike Cronce committed May 27, 2021
    Configuration menu
    Copy the full SHA
    7da4c53 View commit details
    Browse the repository at this point in the history