-
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
WIP: verbose test for #4537 #4626
Conversation
Codecov Report
@@ Coverage Diff @@
## main #4626 +/- ##
==========================================
- Coverage 78.88% 78.84% -0.05%
==========================================
Files 306 306
Lines 37659 37661 +2
==========================================
- Hits 29708 29692 -16
- Misses 7951 7969 +18 |
I got the zebra log wrong (need to add a feature to get trace logging) but viewing the lightwalletd log I see calls to SendTransaction but no calls to GetMempoolStream. So it seems it's not being called for some reason? cc @oxarbitrage |
Now it failed during ligthwalletd sync... it seems Aditya's version can also have deadlocks |
a8d0eac
to
071da50
Compare
This is a partial revert of PR #4670.
071da50
to
25a9e5a
Compare
…issue4350_2_verbose_test
This experimental PR is outdated and missing a lot of recent fixes. |
Motivation
Temporary branch to investigate CI failure in #4537 by adding verbose logging to zebrad and lightwalletd. Do not merge.
Specifications
Designs
Solution
Review
Reviewer Checklist
Follow Up Work