Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pytest: make test_multirpc check that RPC commands complete.
This was hanging sometimes in travis, but actually checking the result of the commands makes it *always* hang. We remove the waitinvoice which will not return. ZmnSCPxj points out that this behavior, introduced in ce0bd7a, is a regression: it would be nice to be able to cancel a waitinvoice. But that fix is more complex, and will have to be another PR. This test will now hang, but it's OK: we're about to fix it! Signed-off-by: Rusty Russell <[email protected]>
- Loading branch information