Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pytest: add test for bug found by Travis
We fail to restore HTLCs on reconnect sometimes, depending on traverse order: 2019-10-30T18:39:40.012Z **BROKEN** lightningd(7652): lightning_channeld-0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: Cannot add htlc #0 10000msat to LOCAL 2019-10-30T18:39:40.024Z **BROKEN** lightningd(7652): lightning_channeld-0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518 chan #1: Could not restore HTLCs (version v0.7.3-12-ga0a271a) Or, alternatively: lightning_channeld: Could not restore HTLCs (version v0.7.3-11-gd7838db-modded) 0x564d1c1b53bd send_backtrace common/daemon.c:41 0x564d1c1c23c9 status_failed common/status.c:199 0x564d1c1a7509 init_channel channeld/channeld.c:3073 0x564d1c1a7959 main channeld/channeld.c:3165 0x7fdc73be01e2 ??? ???:0 0x564d1c19ee5d ??? ???:0 0xffffffffffffffff ??? ???:0 Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
- Loading branch information