Browse Source
Occasional failure in test_fulfill_incoming_first where the channel closed before the final message from dev_disonnect was read. Cause was the peer writing a gossip msg and failing due to ECONNRESET, before it read the final message. (Managed to reproduce under strace -f, FTW). This is really a symptom of the fact that line_graph's announce=True didn't wait for node announcements. Let's do that. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>ppa-0.6.2rc1
Rusty Russell
6 years ago
committed by
Christian Decker
1 changed files with 5 additions and 0 deletions
Loading…
Reference in new issue