-
Notifications
You must be signed in to change notification settings - Fork 129
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
testing(dot/sync): create dot sync unit tests #2261
Conversation
2b46760
to
bdee8ea
Compare
72f8a3d
to
b346712
Compare
Codecov Report
@@ Coverage Diff @@
## development #2261 +/- ##
===============================================
+ Coverage 57.34% 61.94% +4.59%
===============================================
Files 215 215
Lines 28417 28407 -10
===============================================
+ Hits 16296 17596 +1300
+ Misses 10442 9063 -1379
- Partials 1679 1748 +69
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
e8d4957
to
1d3de9d
Compare
324c1f6
to
b6073f0
Compare
1d3de9d
to
99541e2
Compare
@edwardmack looks like a mock is failing on an assertion. |
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.
Fantastic work Ed! I added a few suggestions. I see a lot of improvement in this PR. 🚀
This should be ready for a re-review. Note that I've added //nolint:govet to places where fields test struct was replaced with |
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.
LGTM! Just small changes
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.
Really good work Ed!
70f8989
to
66fb539
Compare
Changes
dot/sync
packages:chain_processor_test.go
,chain_sync_test.go
,disjoint_block_set_test.go
,massage_test.go
,outliers_test.go
,syncer_test.go
,tip_syncer_test.go
tparallel
linterhandleBlock
Tests
Issues
Primary Reviewer