ElementsProject / ElementsProject/lightning
pytest: *FAILED* in `test_connection.py::test_offline`
- Dominant language
- C
- Stars
- 3.1k
- Forks
- 1k
- Avg merge
- 4d 10h
- Merged PRs (30d)
- 13
Description
### How to replicate
On MacOS M5 Tahoe 26.4 run `test_connection.py::test_offline`
The test fail with:
```
FAILED tests/test_connection.py::test_offline - AssertionError: Regex pattern did not match.
Expected regex: 'All addresses failed: 127.0.0.1:57094: Connection establishment: Connection refused.'
Actual message: "RPC call failed: method: connect, payload: {'id': '038194b5f32bdf0aa59812c86c4ef7ad2f294104fa027d1ace9b469bb6f88cf37b', 'host': 'localhost', 'port': 57094}, error: {'code': 401, 'message': 'All addresses failed: 127.0.0.1:57094: Connection establishment: Bad file descriptor. '}"
```
The test pass on Linux
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.