-
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
Flaky test fix: TestMoveTablesSharded and TestMoveTablesUnsharded #17343
Flaky test fix: TestMoveTablesSharded and TestMoveTablesUnsharded #17343
Conversation
Signed-off-by: Rohit Nayak <rohit@planetscale.com>
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
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #17343 +/- ##
=======================================
Coverage 67.48% 67.49%
=======================================
Files 1577 1577
Lines 253424 253424
=======================================
+ Hits 171033 171046 +13
+ Misses 82391 82378 -13 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! ❤️
…7343) Signed-off-by: Rohit Nayak <rohit@planetscale.com>
Description
There was an extra query that was being run when these tests failed. The query is called when the vreplication state is being updated. Looks like there is a race where a stream terminates in the test early some times before the state is updated.
This flakiness surfaced during v21, so backporting this to
release-21.0
Related Issue(s)
Checklist
Deployment Notes