-
Notifications
You must be signed in to change notification settings - Fork 880
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Continue VerifyReplicationTasks if there is any new workflow being ve…
…rified (#4791) <!-- Describe what has changed in this PR --> **What changed?** <!-- Tell your future self why have you made these changes --> **Why?** Currently VerifyReplicationTasks checks one workflow at a time. Workflows are replicated by shards but force replication isn't aware of shards. Given a batch of workflows to be replicated, if the first workflow is the last one to be replicated, VerifyReplicationTasks will not make progress until the first one is replicated, which can lead VerifyReplicationTasks to to fail prematurely. <!-- How have you verified this change? Tested locally? Added a unit test? Checked in staging env? --> **How did you test it?** Unit tests. will do more cluster tests. <!-- Assuming the worst case, what can be broken when deploying this change to production? --> **Potential risks** <!-- Is this PR a hotfix candidate or require that a notification be sent to the broader community? (Yes/No) --> **Is hotfix candidate?**
- Loading branch information
1 parent
5795ad2
commit 46bbbf7
Showing
3 changed files
with
255 additions
and
92 deletions.
There are no files selected for viewing
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
Oops, something went wrong.