-
Notifications
You must be signed in to change notification settings - Fork 3
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
DPL-1100 - As developers we need to fix and merge the dependencies to reduce security problems and reduce techncial debt #909
Comments
List of dependencies to update. Please ensure to do a rebase before commiting as they may be out of date:
|
Attaching some finds on #890: The error message from CI log is attached below:
The update from If a subclass that does not implement all the methods decorated with I do not think that this will affect our database connection initiation logic in our business logic, as it uses the helper function Tests were fixed via the following code changes:
cmd_change_user = MagicMock()
cmd_debug = MagicMock()
cmd_init_db = MagicMock()
cmd_ping = MagicMock()
cmd_process_kill = MagicMock()
cmd_query = MagicMock()
cmd_query_iter = MagicMock()
cmd_quit = MagicMock()
cmd_refresh = MagicMock()
cmd_reset_connection = MagicMock()
cmd_shutdown = MagicMock()
cmd_statistics = MagicMock()
cmd_stmt_close = MagicMock()
cmd_stmt_execute = MagicMock()
cmd_stmt_prepare = MagicMock()
cmd_stmt_reset = MagicMock()
cmd_stmt_send_long_data = MagicMock()
connection_id = MagicMock()
get_row = MagicMock() |
The changes discussed in #909 (comment) and #909 (comment) were completed and merged into develop (and master) with |
Describe the Housekeeping
As developers we need to fix and merge the dependencies to reduce security problems and reduce techncial debt
Blocking issues
Describe any other issues or tickets that may be blocking this change.
Additional context
The text was updated successfully, but these errors were encountered: