Revert unwanted logging change to vttestserver#15148
Merged
vmg merged 3 commits intovitessio:mainfrom Feb 6, 2024
Merged
Conversation
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
Contributor
Review ChecklistHello reviewers! 👋 Please follow this checklist when reviewing this Pull Request. General
Tests
Documentation
New flags
If a workflow is added or modified:
Backward compatibility
|
mattlord
approved these changes
Feb 6, 2024
ajm188
approved these changes
Feb 6, 2024
Contributor
ajm188
left a comment
There was a problem hiding this comment.
LGTM! one take-it-or-leave-it suggestion, I'm ambivalent :)
Co-authored-by: Andrew Mason <amason@hey.com> Signed-off-by: Florent Poinsard <35779988+frouioui@users.noreply.github.com>
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
vmg
approved these changes
Feb 6, 2024
vitess-bot
pushed a commit
that referenced
this pull request
Feb 6, 2024
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr> Signed-off-by: Florent Poinsard <35779988+frouioui@users.noreply.github.com> Co-authored-by: Andrew Mason <amason@hey.com>
vitess-bot
pushed a commit
that referenced
this pull request
Feb 6, 2024
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr> Signed-off-by: Florent Poinsard <35779988+frouioui@users.noreply.github.com> Co-authored-by: Andrew Mason <amason@hey.com>
frouioui
pushed a commit
that referenced
this pull request
Feb 6, 2024
…) (#15149) Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr> Signed-off-by: Florent Poinsard <35779988+frouioui@users.noreply.github.com> Co-authored-by: vitess-bot[bot] <108069721+vitess-bot[bot]@users.noreply.github.com> Co-authored-by: Andrew Mason <amason@hey.com>
frouioui
added a commit
to planetscale/vitess
that referenced
this pull request
Feb 6, 2024
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr> Signed-off-by: Florent Poinsard <35779988+frouioui@users.noreply.github.com> Co-authored-by: Andrew Mason <amason@hey.com>
frouioui
pushed a commit
that referenced
this pull request
Feb 7, 2024
…) (#15150) Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr> Signed-off-by: Florent Poinsard <35779988+frouioui@users.noreply.github.com> Co-authored-by: vitess-bot[bot] <108069721+vitess-bot[bot]@users.noreply.github.com> Co-authored-by: Andrew Mason <amason@hey.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR partially reverts a recent change to logging in vttestserver which was made in #14383.
For normal build (
go build) logging will be enabled by default, however, for tests logging will be enabled only if the-vflag is passed togo test.Backporting this to both
release-18.0andrelease-19.0as the issue is observed on both branches as described in #15119.Related Issue(s)
Fixes #15119
Checklist