Open shlomi-noach opened 3 days ago
Hello reviewers! :wave: Please follow this checklist when reviewing this Pull Request.
release notes (needs details)
label if users need to know about this change.-
), and have a clear help text.Jobs
should be named in order to mark it as required
.required
, the maintainer team must be notified._vt
tables and RPCs need to be backward compatible.vtctl
command output order should be stable and awk
-able.All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 67.40%. Comparing base (
216fd70
) to head (54a7ad0
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
This PR adds two enhancements in
go/test/endtoend/cluster
:VtctldClientProcess
supportsQuiet
mode, where it does not log the command line invocation to standard output. TheQuiet
field is not thread safe. This will be useful to reduce log clutter. I especially intend to use it to reduceCheckThrottler
logs.VttabletProcess
supportsMultiQueryTablet()
, complementingMultiQueryTabletWithDB()
. This can be used to issue non-DB specific multi-query SQL from external source.Related Issue(s)
No issue for this PR.
Checklist
Deployment Notes