Rusty Russell
139d21173b
pytest: fix test_recover_plugin flake
It can try to reconnect while we're explicitly connecting:
```
2025-04-15T03:40:53.9184103Z > l2.rpc.connect(l1.info['id'], 'localhost', l1.port)
2025-04-15T03:40:53.9184311Z
2025-04-15T03:40:53.9184401Z tests/test_misc.py:3078:
...
2025-04-15T03:40:53.9206302Z > raise RpcError(method, payload, resp['error'])
2025-04-15T03:40:53.9207225Z E pyln.client.lightning.RpcError: RPC call failed: method: connect, payload: {'id': '0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518', 'host': 'localhost', 'port': 45219}, error: {'code': 402, 'message': 'disconnected during connection'}
```
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2025-04-16 08:02:14 +09:30
..
2025-04-02 11:22:54 +10:30
2025-04-15 19:53:47 +09:30
2025-02-20 14:37:28 +10:30
2025-04-15 15:17:14 +09:30
2023-09-21 20:08:24 +09:30
2025-02-24 19:38:37 +10:30
2025-02-14 22:17:21 +10:30
2024-11-18 10:42:54 +01:00
2025-02-14 14:58:00 -06:00
2025-02-13 21:15:45 -06:00
2025-04-02 11:22:54 +10:30
2025-03-24 13:59:58 +10:30
2024-11-17 16:04:06 +10:30
2025-04-01 16:33:23 +10:30
2024-11-17 14:21:23 +10:30
2025-04-16 08:02:14 +09:30
2025-03-19 17:32:26 +01:00
2025-03-24 13:59:58 +10:30
2025-03-12 09:26:08 +10:30
2024-11-19 09:06:28 +10:30
2025-04-16 08:02:14 +09:30
2024-11-21 14:15:36 +10:30
2025-02-13 21:15:45 -06:00
2024-11-17 14:25:29 +10:30
2025-01-27 11:07:04 +10:30
2024-11-12 06:42:52 +10:30
2025-03-24 13:59:58 +10:30
2025-04-02 11:22:54 +10:30
2025-03-12 09:26:08 +10:30
2025-02-07 14:38:54 -06:00