Rusty Russell
5aa108f176
pytest: fix flake in test_pay.py::test_setchannel_state
The second disconnect could fail, if slow enough:
```
> l1.rpc.disconnect(l2.info['id'], force=True)
tests/test_pay.py:2067:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
contrib/pyln-client/pyln/client/lightning.py:690: in disconnect
return self.call("disconnect", payload)
contrib/pyln-testing/pyln/testing/utils.py:639: in call
res = LightningRpc.call(self, method, payload)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pyln.testing.utils.PrettyPrintingLightningRpc object at 0x7fb139ce87d0>
method = 'disconnect'
payload = {'force': True, 'id': '035d2b1192dfba134e10e540875d366ebc8bc353d5aa766b80c090b39c3a5d885d'}
...
> raise RpcError(method, payload, resp['error'])
E pyln.client.lightning.RpcError: RPC call failed: method: disconnect, payload: {'id': '035d2b1192dfba134e10e540875d366ebc8bc353d5aa766b80c090b39c3a5d885d', 'force': True}, error: {'code': -1, 'message': 'Peer not connected'}
```
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2022-03-24 09:53:38 +10:30
..
2021-05-24 12:17:48 +09:30
2021-12-06 10:05:39 +10:30
2022-02-22 05:45:47 +10:30
2022-03-18 09:20:11 +10:30
2021-07-14 14:38:00 -05:00
2021-05-12 11:25:41 +09:30
2021-08-26 12:44:02 +09:30
2022-03-10 10:21:41 +10:30
2022-03-10 10:21:41 +10:30
2022-03-23 13:20:12 +10:30
2022-03-23 13:20:12 +10:30
2021-11-17 12:10:07 +10:30
2022-03-22 18:45:41 +10:30
2022-02-08 11:15:52 +10:30
2022-03-23 13:20:12 +10:30
2022-03-18 09:20:11 +10:30
2022-03-01 09:38:40 +10:30
2022-03-24 09:53:38 +10:30
2022-03-23 13:20:12 +10:30
2022-03-24 09:53:38 +10:30
2022-03-18 09:20:11 +10:30
2022-03-10 10:21:41 +10:30