-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
What I did Changed the CBF group members sync code to be non-assertive when one of its members is not yet synced. Why I did it There can be situations when the member of a CBF group is not yet synced by the time the CBF group is being synced. Some examples would be: CBF group entry is created before its member in APPL_DB Member sync is being blocked by something, like missing a neighbor/NH entry In this scenarios, we should wait for the member to be synced instead of asserting as the member might become available shortly. How I verified it Added a new UT
- Loading branch information
Showing
2 changed files
with
43 additions
and
3 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
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