Closed gmpify closed 2 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.Attention: Patch coverage is 85.71429%
with 3 lines
in your changes missing coverage. Please review.
Project coverage is 67.40%. Comparing base (
3499a77
) to head (bc26c47
). Report is 5 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
go/vt/vttest/vtprocess.go | 88.88% | 2 Missing :warning: |
go/vt/vttest/local_cluster.go | 0.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
Description
When
--grpc_bind_address
is supplied tovttestserver
, it is now forwarded up tovtcombo
.Related Issue(s)
Part of https://github.com/vitessio/vitess/issues/16798
Checklist
Deployment Notes