-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flakes: De-flake TestGatewayBufferingWhenPrimarySwitchesServingState #14968
Merged
Conversation
This file contains 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
Signed-off-by: Matt Lord <[email protected]>
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
|
vitess-bot
bot
added
NeedsBackportReason
If backport labels have been applied to a PR, a justification is required
NeedsDescriptionUpdate
The description is not clear or comprehensive enough, and needs work
NeedsIssue
A linked issue is missing for this Pull Request
NeedsWebsiteDocsUpdate
What it says
labels
Jan 16, 2024
mattlord
force-pushed
the
vtgate_flake
branch
from
January 16, 2024 17:39
ed0663d
to
3f9e72a
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #14968 +/- ##
==========================================
+ Coverage 47.26% 47.28% +0.01%
==========================================
Files 1138 1138
Lines 238842 238842
==========================================
+ Hits 112880 112927 +47
+ Misses 117368 117318 -50
- Partials 8594 8597 +3 ☔ View full report in Codecov by Sentry. |
mattlord
changed the title
Wait for healthy tablet after serving->non-serving->serving cycle
Flakes: De-flake TestGatewayBufferingWhenPrimarySwitchesServingState
Jan 16, 2024
mattlord
added
Component: Build/CI
Type: CI/Build
Type: Testing
Flakes
and removed
NeedsWebsiteDocsUpdate
What it says
NeedsIssue
A linked issue is missing for this Pull Request
NeedsBackportReason
If backport labels have been applied to a PR, a justification is required
labels
Jan 16, 2024
Signed-off-by: Matt Lord <[email protected]>
mattlord
force-pushed
the
vtgate_flake
branch
from
January 16, 2024 18:40
6b725c3
to
34fbb38
Compare
mattlord
removed
the
NeedsDescriptionUpdate
The description is not clear or comprehensive enough, and needs work
label
Jan 16, 2024
Which also had data race issues Signed-off-by: Matt Lord <[email protected]>
mattlord
requested review from
harshit-gangal,
systay,
frouioui and
GuptaManan100
as code owners
January 16, 2024 21:22
5 tasks
dbussink
approved these changes
Jan 17, 2024
frouioui
approved these changes
Jan 17, 2024
arthurschreiber
pushed a commit
to github/vitess-gh
that referenced
this pull request
Nov 8, 2024
…itessio#14968) Signed-off-by: Matt Lord <[email protected]>
3 tasks
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
The
TestGatewayBufferingWhenPrimarySwitchesServingState
unit test has been somewhat flaky in all unit test workflows due to timing issues. For whatever reasons, it was even more flaky in the new code coverage workflow and it was failing there upwards of 50% of the time.The changes in this PR appear to have removed the flakiness as this unit test — for whatever related timing issues — was causing the code coverage workflow to fail upwards of 50% off the time and now in this PR it passed 10 times in a row (there were other unit test failures, but not for this test):
Related Issue(s)
Checklist