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

Offer payments integration tests are flaky #2866

Open
t-bast opened this issue Jun 12, 2024 · 0 comments
Open

Offer payments integration tests are flaky #2866

t-bast opened this issue Jun 12, 2024 · 0 comments

Comments

@t-bast
Copy link
Member

t-bast commented Jun 12, 2024

Some tests in the OfferPaymentSpec.scala file randomly fail during CI (for example send fully blinded multi-part payment a->b->c (single channel a->b)). They fail in the initial steps, where we wait for nodes to receive remote channel updates to be able to correctly build blinded paths and find routes to remote introduction nodes.

I'm not sure why gossip is failing like that, and it should be investigated. One possibility is that the knownFundingTxs hook has a race condition which makes channel validation fail (in Validation.scala). Another possibility is that the channel_update isn't emitted at the right time, and isn't staggered rebroadcast to the remote test nodes.

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