-
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
CI: Lower resources used for TestVtctldMigrateSharded #16875
Merged
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
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
Oct 2, 2024
mattlord
added
Backport to: release-18.0
Backport to: release-19.0
Needs to be back ported to release-19.0
Backport to: release-20.0
Needs to be backport to release-20.0
and removed
NeedsDescriptionUpdate
The description is not clear or comprehensive enough, and needs work
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
Oct 2, 2024
By eliminating replica and rdonly tables from the two sharded Vitess clusters it creates. Signed-off-by: Matt Lord <[email protected]>
mattlord
force-pushed
the
migrate_sharded_flakes
branch
from
October 2, 2024 12:17
78cf76a
to
6dbd295
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #16875 +/- ##
==========================================
- Coverage 69.43% 69.41% -0.02%
==========================================
Files 1571 1571
Lines 203195 203195
==========================================
- Hits 141079 141054 -25
- Misses 62116 62141 +25 ☔ View full report in Codecov by Sentry. |
deepthi
approved these changes
Oct 2, 2024
rohit-nayak-ps
approved these changes
Oct 2, 2024
This was referenced Oct 2, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Backport to: release-19.0
Needs to be back ported to release-19.0
Backport to: release-20.0
Needs to be backport to release-20.0
Component: Build/CI
Component: VReplication
Type: CI/Build
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
We added a new
TestVtctldMigrateSharded
test in #16769 and since then it's become our most flaky test in Launchable. This then causes thevreplication_migrate_vdiff2_convert_tz
GitHub Actions workflow to fail regularly.Example case where it failed two times in a row: https://github.com/vitessio/vitess/actions/runs/11130696603/attempts/1?pr=16860
The failures seem to be resource related as things stop progressing and we eventually time out:
This test creates two sharded Vitess clusters, so in this PR we hope to address this flakiness by lowering the resources required by eliminating replica and rdonly tablets from the two sharded Vitess clusters it creates.
We should backport this test-only change to v18 as the noted PR was backported to v18.
I ran the test 10 times in the PR and it passed every time: https://github.com/vitessio/vitess/actions/runs/11143601365/job/30969074871?pr=16875
Related Issue(s)
Checklist