[1275] modify test_utils.py
- remove the finally statement from the run method in the MockMsgq class. Because it is found that it doesn't actually work even if it is there. And also it is found that self.msgq.shutdown() doesn't work even though outside of the thread. - instead of self.msgq.shutdown(), add the removal of the socket file into the shutdown method in the BaseModules class
Please register or sign in to comment