Update Orc8r’s subscriberdb servicer to support flat subscriber digests#7302
Merged
hcgatewood merged 8 commits intomagma:masterfrom Jun 11, 2021
Merged
Conversation
Contributor
|
Thanks for opening a PR! 💯 Please note that all commits must be signed off. This is enforced by the Howto
More infoPlease take a moment to read through the Magma project's
If this is your first Magma PR, also consider reading
|
1 task
e1274f8 to
505570f
Compare
505570f to
eb2080c
Compare
emakeev
reviewed
Jun 4, 2021
emakeev
reviewed
Jun 4, 2021
emakeev
reviewed
Jun 4, 2021
eb2080c to
ca70ed3
Compare
hcgatewood
suggested changes
Jun 5, 2021
9dfdb75 to
5f3cc48
Compare
5f3cc48 to
fd9dd1c
Compare
99a33e3 to
d43bc79
Compare
hcgatewood
suggested changes
Jun 10, 2021
ba1a25c to
e75bc3c
Compare
…servicer Signed-off-by: Yuanyuting Wang <[email protected]>
Signed-off-by: Yuanyuting Wang <[email protected]>
… 3) restructure code around digest functionality Signed-off-by: Yuanyuting Wang <[email protected]>
Signed-off-by: Yuanyuting Wang <[email protected]>
Signed-off-by: Yuanyuting Wang <[email protected]>
Signed-off-by: Yuanyuting Wang <[email protected]>
e75bc3c to
af6891b
Compare
Signed-off-by: Yuanyuting Wang <[email protected]>
af6891b to
2b6d6df
Compare
hcgatewood
approved these changes
Jun 11, 2021
Contributor
hcgatewood
left a comment
There was a problem hiding this comment.
Looks great! Just a few cosmetic requests, then let's go ahead and merge
themarwhal
approved these changes
Jun 11, 2021
hcgatewood
reviewed
Jun 11, 2021
Signed-off-by: Yuanyuting Wang <[email protected]>
1d3eca4 to
e660ffa
Compare
rmeleromira
pushed a commit
to rmeleromira/magma
that referenced
this pull request
Jul 24, 2021
…ts (magma#7302) Signed-off-by: Ramon Melero <[email protected]>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Signed-off-by: Yuanyuting Wang [email protected]
Summary
subscriberdbservicer to include digest/no-update short-circuiting logic-related fields inListSubscribersRequestandListSubscribersResponseListSubscribersrpc implementation to include logic for comparing gateway and cloud digests to decide whether to send over updated subscriber dataTest Plan
subscriberdb_servicer_test.gothat tests thesubscriberdbcloud servicer with digests. This test should also passAdditional Information