mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-20 10:39:49 +01:00
810e12381a
Running long integration tests could result in `bitcoind` dropping the connection inbetween calls, and since python-bitcoinlib does not reconnect and/or retry, all subsequent tests would fail as well. This patch switches to throwaway connections, each serving just one request. It's easier than to reach into the bitcoinlib to reconnect and reauth, but comes with some overhead, but I think it's acceptable for the few bitcoin calls we actually perform. |
||
---|---|---|
.. | ||
requirements.txt | ||
test_lightningd.py | ||
utils.py |