Skip to content

Commit

Permalink
actually test vtcombo (#14095)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Mason <andrew@planetscale.com>
  • Loading branch information
Andrew Mason authored Sep 26, 2023
1 parent 5b65a25 commit df36e71
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
16 changes: 10 additions & 6 deletions go/flags/endtoend/flags_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ var (
//go:embed vtaclcheck.txt
vtaclcheckTxt string

//go:embed vtcombo.txt
vtcomboTxt string

//go:embed vtexplain.txt
vtexplainTxt string

Expand Down Expand Up @@ -87,19 +90,20 @@ var (
"mysqlctl": mysqlctlTxt,
"mysqlctld": mysqlctldTxt,
"vtaclcheck": vtaclcheckTxt,
"vtexplain": vtexplainTxt,
"vtgate": vtgateTxt,
"vttablet": vttabletTxt,
"vttlstest": vttlstestTxt,
"vtbackup": vtbackupTxt,
"vtcombo": vtcomboTxt,
"vtctld": vtctldTxt,
"vtctlclient": vtctlclientTxt,
"vtctldclient": vtctldclientTxt,
"vtexplain": vtexplainTxt,
"vtgate": vtgateTxt,
"vtorc": vtorcTxt,
"vttablet": vttabletTxt,
"vttestserver": vttestserverTxt,
"zkctld": zkctldTxt,
"vtbackup": vtbackupTxt,
"vttlstest": vttlstestTxt,
"zk": zkTxt,
"zkctl": zkctlTxt,
"zkctld": zkctldTxt,
}
)

Expand Down
1 change: 1 addition & 0 deletions go/flags/endtoend/vtcombo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ Flags:
--gc_check_interval duration Interval between garbage collection checks (default 1h0m0s)
--gc_purge_check_interval duration Interval between purge discovery checks (default 1m0s)
--gh-ost-path string override default gh-ost binary full path
--grpc-send-session-in-streaming If set, will send the session as last packet in streaming api to support transactions in streaming
--grpc-use-effective-groups If set, and SSL is not used, will set the immediate caller's security groups from the effective caller id's groups.
--grpc-use-static-authentication-callerid If set, will set the immediate caller id to the username authenticated by the static auth plugin.
--grpc_auth_mode string Which auth plugin implementation to use (eg: static)
Expand Down

0 comments on commit df36e71

Please sign in to comment.