Closed vitess-bot[bot] closed 6 days ago
Hello @GuptaManan100, there are conflicts in this backport.
Please address them in order to merge this Pull Request. You can execute the snippet below to reset your branch and resolve the conflict manually.
Make sure you replace origin
by the name of the vitessio/vitess remote
git fetch --all
gh pr checkout 17233 -R vitessio/vitess
git reset --hard origin/release-19.0
git cherry-pick -m 1 9fdfdb962a6f38b61dc171d0121371ae7be075a0
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 94.28571%
with 2 lines
in your changes missing coverage. Please review.
Project coverage is 65.16%. Comparing base (
3a35868
) to head (fc5086d
). Report is 1 commits behind head on release-19.0.
Files with missing lines | Patch % | Lines |
---|---|---|
go/vt/vttablet/tabletserver/health_streamer.go | 90.47% | 2 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
This is a backport of #17230