-
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 : replace redis-cli with sonic-db-cli and use new DBConnector #3928
Conversation
… and use new DBConnector
This will block until sonic-net/sonic-py-swsssdk#58 is merged |
retest vs |
retest vsimage please |
retest vs please |
@qiluo-msft looks the build docker environment didn't use the latest python swsscommon library, here is one failed case , which cannot find the new DBConnector() API , https://sonic-jenkins.westus2.cloudapp.azure.com/job/vs/job/buildimage-vs-all-pr/1898/consoleFull Could you help confirm environment is good or not. Now the pytest at platform/vs/tests cannot find the correct new API.
|
Retest vs please |
I fixed the Jenkins worker. Please check test result again. |
retest this please |
retest broadcom please |
retest vsimage please |
2 similar comments
retest vsimage please |
retest vsimage please |
retest this please |
retest vsimage please |
retest vs please |
retest vsimage please |
update multiDB changes in sonic-py-swsssdk, including: - read portchannel name from LAG_NAME_MAP_TABLE in COUNTERS_DB (#51) - Revert "read portchannel name from LAG_NAME_MAP_TABLE in COUNTERS_DB (#51)" (#57) - [MultiDB] sonic-db-cli should support EVAL operation, app script use … (#58) PR #3928 needs this swsssdk-py changes to work Signed-off-by: Dong Zhang [email protected]
retest vs please |
retest vsimage please |
@qiluo-msft FYI . all tests passed |
this commit made changes in sonic-buildimage module directory except ./dockers/(this is done in another PR) amd ./src/(will do in next PR)
replace redis-cli with sonic-db-cli
replace old DBConnector with new DBConnector
vs tests passed, loaded on DUT, looks good, script works fine.
Signed-off-by: Dong Zhang [email protected]