We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
zebrad
The mempool unit tests cover a lot of mempool functionality, using MockServices where needed.
MockService
But there are some things we can't test unless we actually run zebrad:
start
We've had panics and deadlocks in similar situations before. (Particularly the start command & running everything at the same time.)
So it's important that we run some tests like this.
The text was updated successfully, but these errors were encountered:
Hey team! Please add your planning poker estimate with ZenHub @conradoplg @dconnolly @jvff @oxarbitrage @teor2345 @upbqdn
Sorry, something went wrong.
Related: #2690
Unblocked by merging PR #2862.
oxarbitrage
Successfully merging a pull request may close this issue.
Motivation
The mempool unit tests cover a lot of mempool functionality, using
MockService
s where needed.But there are some things we can't test unless we actually run
zebrad
:zebrad
'sstart
commandzebrad
is running (covered by PR Add a debug config that enables the mempool #2862)zebrad
is also runningWe've had panics and deadlocks in similar situations before. (Particularly the start command & running everything at the same time.)
So it's important that we run some tests like this.
The text was updated successfully, but these errors were encountered: