-
Notifications
You must be signed in to change notification settings - Fork 1.5k
test(net): add message handler test cases #5459
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
Conversation
Codecov Report
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. @@ Coverage Diff @@
## release_v4.7.3 #5459 +/- ##
====================================================
+ Coverage 64.56% 64.83% +0.27%
- Complexity 9679 9722 +43
====================================================
Files 867 867
Lines 51725 51725
Branches 5755 5755
====================================================
+ Hits 33394 33538 +144
+ Misses 15725 15560 -165
- Partials 2606 2627 +21 see 23 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
framework/src/test/java/org/tron/core/net/messagehandler/PbftDataSyncHandlerTest.java
Show resolved
Hide resolved
framework/src/test/java/org/tron/core/net/messagehandler/TransactionsMsgHandlerTest.java
Outdated
Show resolved
Hide resolved
import org.tron.protos.Protocol; | ||
|
||
|
||
public class PbftMsgHandlerTest { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is recommended to extend BaseTest
.
What does this PR do?
add new test cases for message handler module
Why are these changes required?
This PR has been tested by:
Follow up
Extra details