- Improve and fix cmapi tests (exclude failover) to stabilize output.
- fix code style in places when code changed to meet PEP-8
- add and improve docstrings
- fix methods, classes and functions related to broken tests
- fix founded bugs in related code:
- passing arguments while calling get_current_config_root in NodeConfig.apply_config
- method of getting a dispatcher_name in NodeConfig.apply_config
- in code imports in NodeConfig.apply_config
- file open using context manager in NodeConfig.apply_config
- copy default cmapi config if system config doesn't exist
- unused argument in cmapi_server.helpers.get_version function
- DBRM.__send_command naming to DBRM._send_command
- DBRM.__send_command to parse GETREADONLY response in a right way
- MySocket.myreceive_to_magic to read response one byte at a time
- unused open() in endpoints.ClusterController
- dbrm.DBRM._send_command logic
- add CMAPI_DEFAULT_CONF const to cmapi_server._main_
- add CMAPI_DEFAULT_CONF const to cmapi_server._main_
- rem useless mtehod set_cluster_mode from NodeConfig in mcs_node_control/models/node_config.py
|