Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
zapwallettxes.py test failure due to bitcoind return code #10678
Comments
laanwj
added the
Tests
label
Jun 27, 2017
|
Looks like this was a one-time problem, haven't seen it again. |
laanwj
closed this
Jun 29, 2017
|
This is still an issue and I hypothesize it has something to do with setting the return code after a shutdown was requested quickly after startup. Though, I haven't yet looked at a fix... |
MarcoFalke
reopened this
Jun 30, 2017
|
Perhaps we should just comment out zapwallettxes.py for now? zapwallettxes doesn't actually test anything due to a syntax error (will be fixed in #10330) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
laanwj commentedJun 27, 2017
In #10677 there was what looks like a new kind of Travis false positive, or at least an intermittent error.
It is triggered by the assertion on return code added in #10636:
I'm not able to reproduce this locally.
It's likely that the node crashed in some way, but this doesn't give enough information to extract what happened.