Commit 046dcab
committed
itest: ensure peer is connected befor channel open
After restarting the node, it will only actively connect to peers that
it has channels with. Since `assertChannelExistsAndClose` will close the
channels the node has with its peer right before shutdown, we cannot
guarantee that they are connected on start up and so need to actively
connect them.1 parent d56ba68 commit 046dcab
1 file changed
+11
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1399 | 1399 | | |
1400 | 1400 | | |
1401 | 1401 | | |
| 1402 | + | |
| 1403 | + | |
| 1404 | + | |
| 1405 | + | |
| 1406 | + | |
| 1407 | + | |
| 1408 | + | |
| 1409 | + | |
| 1410 | + | |
| 1411 | + | |
| 1412 | + | |
1402 | 1413 | | |
1403 | 1414 | | |
1404 | 1415 | | |
| |||
0 commit comments