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
For RocketMQ project, Unit Test is very important. It can improve code quality by increase code coverage. So we're going to add a unit test for RocketMQ.
Goals
What problem is this proposal designed to solve?
We plan to use tools such as sonar to find out which modules, such as Store, Broker, Client, etc., are not covered by functions, and write unit test cases for these functions.