Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

flacky ci failure for test_fetchinvoice_disconnected_reply #7860

Open
vincenzopalazzo opened this issue Nov 23, 2024 · 0 comments
Open

flacky ci failure for test_fetchinvoice_disconnected_reply #7860

vincenzopalazzo opened this issue Nov 23, 2024 · 0 comments

Comments

@vincenzopalazzo
Copy link
Collaborator

For future reference

===End Flaky Test Report===
=========================== short test summary info ============================
FAILED tests/test_pay.py::test_fetchinvoice_disconnected_reply - AssertionError: assert {'peers': [{'id': '0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518', 'connected': True, 'num_channels': 0, 'netaddr': ['127.0.0.1:41759'], 'remote_addr': '127.0.0.1:35838', 'features': '08a0880a8a59a1'}]} == {'peers': []}
  Differing items:
  {'peers': [{'connected': True, 'features': '08a0880a8a59a1', 'id': '0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518', 'netaddr': ['127.0.0.1:41759'], ...}]} != {'peers': []}
  Full diff:
    {
  -  'peers': [],
  +  'peers': [{'connected': True,
  +             'features': '08a0880a8a59a1',
  +             'id': '0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518',
  +             'netaddr': ['127.0.0.1:41759'],
  +             'num_channels': 0,
  +             'remote_addr': '127.0.0.1:35838'}],
    }
============= 1 failed, 73 passed, 8 skipped in 1850.69s (0:30:50) =============
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant