-
Notifications
You must be signed in to change notification settings - Fork 273
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
[ConfigDBPipeConnector]: Added set_entry API #586
Conversation
Signed-off-by: Nazarii Hnydyn <[email protected]>
Suggest change title. This change is a general feature, no need to mention PBH. "Edit Flows" is also not clear to readers. Checking https://dev.azure.com/mssonic/build/_build/results?buildId=78095&view=codecoverage-tab, could you also add unit test to cover corner case branch? |
Signed-off-by: Nazarii Hnydyn <[email protected]>
@qiluo-msft review comments are handled |
@anish-n we need to have this PR merged before moving forward with swss changes. Please review it with a high prio. |
@anish-n just a kind reminder |
I have reviewed the PR and provided feedback as per my understanding, since I haven't contributed to configdb.cpp/h in the past, request that you get review from someone who typically contributes to these files as well! :) |
@anish-n thanks a lot for your feedback! Your comments are very valuable - a lot of interesting questions were answered. |
**What I did** * Reworked `set_entry` to support Redis transactions * Added PBH Edit Flows State DB schema **Why I did it** * Implementation is done according to the PBH HLD
**What I did** * Reworked `set_entry` to support Redis transactions * Added PBH Edit Flows State DB schema **Why I did it** * Implementation is done according to the PBH HLD
Signed-off-by: Nazarii Hnydyn [email protected]
HLD: sonic-net/SONiC#909
What I did
set_entry
to support Redis transactionsWhy I did it
How I verified it
Details if related