-
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
fix getting hash from redis db #465
fix getting hash from redis db #465
Conversation
83a270a
to
a499586
Compare
{ | ||
row = key.substr(pos + 1); | ||
if (pos == string::npos) { | ||
continue; |
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.
continue [](start = 12, length = 8)
Thanks for the fix! Could you add a unit test? #Closed
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.
@qiluo-msft,
I added unit test for get_config() and get_table() functions. Please review.
@qiluo-msft , continue was added if separator not found for both cases. Please review. |
/AzurePipelines run |
Commenter does not have sufficient privileges for PR 465 in repo Azure/sonic-swss-common |
6eab00e
to
438080c
Compare
@qiluo-msft, I pushed with force without changes to restart automatic checks and tests. |
@qiluo-msft |
@daall Could you help cherry-pick to 202012 branch? |
No description provided.