-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[MultiDB] (except ./src and ./dockers dirs): replace redis-cli with sonic-db-cli and use new DBConnector #4035
Conversation
…onic-db-cli and use new DBConnector
retest vsimage please |
1 similar comment
retest vsimage please |
@qiluo-msft We can start review on this PR now |
@@ -113,7 +113,10 @@ function preStartAction() | |||
fi | |||
|
|||
echo -n "" > /tmp/snmpagentaddr.yml | |||
keys=`/usr/bin/redis-cli -n 4 keys "SNMP_AGENT_ADDRESS_CONFIG|*"` | |||
# we should avoid using 'keys' operation via redis-cli or sonic-db-cli |
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.
add explicit TODO as a marker in the comment.
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.
updated the TODO marker, it trigger the testing again and you may need to approve it later again.
b04ee64
retest baseimage please |
retest broadcom please |
retest vsimage please |
1 similar comment
retest vsimage please |
Since the previous commit passed PR checks, the new commit only modifies code comment, we are safe to merge.
|
…onic-db-cli and use new DBConnector (#4035) * [MultiDB] (except ./src and ./dockers dirs): replace redis-cli with sonic-db-cli and use new DBConnector * update comment for a potential bug * update comment * add TODO maker as review reqirement
…onic-db-cli and use new DBConnector (sonic-net#4035) * [MultiDB] (except ./src and ./dockers dirs): replace redis-cli with sonic-db-cli and use new DBConnector * update comment for a potential bug * update comment * add TODO maker as review reqirement
…onic-db-cli and use new DBConnector (sonic-net#4035) * [MultiDB] (except ./src and ./dockers dirs): replace redis-cli with sonic-db-cli and use new DBConnector * update comment for a potential bug * update comment * add TODO maker as review reqirement
this commit made changes in sonic-buildimage module directory except ./dockers/(this is done in another PR) amd ./src/(will do in next PR)
Signed-off-by: Dong Zhang d.zhang@alibaba-inc.com