mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-04-09 04:38:06 +02:00
lntest/test: ensure nodes connected before disconnecting [skip ci]
This commit is contained in:
parent
234fdc6c9c
commit
5e8f86a9b6
@ -605,6 +605,10 @@ func testSendUpdateDisableChannel(net *lntest.NetworkHarness, t *harnessTest) {
|
||||
expectedPolicy.Disabled = false
|
||||
assertPolicyUpdate(eve, expectedPolicy, chanPointEveCarol)
|
||||
|
||||
// Wait until Carol and Eve are reconnected before we disconnect them
|
||||
// again.
|
||||
net.EnsureConnected(t.t, eve, carol)
|
||||
|
||||
// Now we'll test a long disconnection. Disconnect Carol and Eve and
|
||||
// ensure they both detect each other as disabled. Their min backoffs
|
||||
// are high enough to not interfere with disabling logic.
|
||||
|
Loading…
x
Reference in New Issue
Block a user