You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix database initialization for db_migrator (#3100)
What I did
db_migrator failed to initialize SonicDBConfig, and I fix this issue.
How I did it
If SonicDBConfig is already initialized, do not invoke initialize() again.
How to verify it
Run unit test, and verified on DUT.
0 commit comments