6992822865
In this commit, we modify the CloseChannel to wait for both nodes to detect that channel as being active before we attempt to close it. This should serve to reduce many of the flakes that we’ve been seeing on travis which were caused by node A detecting the channel as active, but node B not, leading to a test flake under certain timing conditions. The new function uses the recently added WaitPredicate method. |
||
---|---|---|
.. | ||
doc.go | ||
harness.go | ||
node.go |