-
Notifications
You must be signed in to change notification settings - Fork 911
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
pytest: Stabilize flaky test_splice
#6810
Comments
This may be caused by this series of events:
If this is the case than two solutions are: allowing a grace period of channel announcements with the stale channel scid to be ignored gracefully (as we do in the peer protocol), or introduce a method to cancel an ongoing channel announcement creation when we |
Relevant bit of log: |
BROKEN messages decoded:
|
Interestingly, since gossipd doesn't flag this as an error, the rest of the test operates perfectly. The second channel announcement message goes through successfully and everything continues on peacefully. |
Thanks for finding that log 🙏. PR #6818 should address the flakiness found in this log. If you come across a different log of a flake run, would love to get a copy of it. I believe the PR will fix |
test_splice
was marked flaky via@flaky()
in #6788 because it was flaky. I'm assigning the author with the most
lines in
git blame
, under the assumption that they'd have the mostcontext to stabilize the flaky test, but please assign other devs if
they are better suited to fix the stability issue.
Logs
https://github.com/ElementsProject/lightning/actions/runs/6550388862/job/17790327177
The text was updated successfully, but these errors were encountered: