-
Notifications
You must be signed in to change notification settings - Fork 107
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
fix(tests): Add an integration test for error conversions from zebra-state to zebra-consensus #6665
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #6665 +/- ##
==========================================
+ Coverage 77.98% 78.09% +0.11%
==========================================
Files 309 309
Lines 40664 40743 +79
==========================================
+ Hits 31711 31819 +108
+ Misses 8953 8924 -29 |
@mergify refresh |
✅ Pull request refreshed |
Another unrelated test failure: |
@Mergifyio refresh |
✅ Pull request refreshed |
This seems to be a peer failure, but maybe "all ready peers are missing inventory" shouldn't hang for 4 minutes before trying again. |
Motivation
The transaction verifier in zebra-consensus converts and propagates boxed ValidateContextErrors from zebra-state, but is missing unit tests.
Closes #6399.
Solution
Review
Anyone can review.
Reviewer Checklist