-
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 TestOnlineDDLVDiff: add additional check for vreplication workflow to exist #15695
Flaky test TestOnlineDDLVDiff: add additional check for vreplication workflow to exist #15695
Conversation
…se test is flaky. Signed-off-by: Rohit Nayak <[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
|
Signed-off-by: Shlomi Noach <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #15695 +/- ##
=======================================
Coverage 68.40% 68.40%
=======================================
Files 1556 1556
Lines 195121 195121
=======================================
+ Hits 133468 133474 +6
+ Misses 61653 61647 -6 ☔ 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.
❤️
Followup to #15546 |
Description
We were checking for the Online DDL to reach
OnlineDDLStatusRunning
before checking for the status of the underlying VReplication workflow. However inexecutor.ExecuteWithVReplication()
OnlineDDLStatusRunning
is set before the VReplication records are created, resulting in flakiness in subsequent checks where we wait for the workflow to reachRunning
status.This PR adds another wait for the VReplication Workflow to be created.
Related Issue(s)
Checklist
Deployment Notes