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

itest: ensure peer is connected before channel open #978

Merged
merged 1 commit into from
Feb 14, 2025

Conversation

ellemouton
Copy link
Member

@ellemouton ellemouton commented Feb 13, 2025

This fixes a flake that has been occurring in our itests more and more frequently where we try
to open a second channel with one of our channel peers immediately after a restart. But we might
not yet have connected with them. So we should wait for the reconnect before we attempt to open
the channel.

@ellemouton ellemouton added the no-changelog This PR is does not require a release notes entry label Feb 13, 2025
Before attempting to open a channel between them.
@guggero guggero changed the title itest: ensure peer is connected befor channel open itest: ensure peer is connected before channel open Feb 13, 2025
Copy link
Contributor

@ViktorTigerstrom ViktorTigerstrom left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Copy link
Member

@jamaljsr jamaljsr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🙏

@ellemouton ellemouton merged commit 7463cd6 into lightninglabs:master Feb 14, 2025
17 checks passed
@ellemouton ellemouton deleted the fixItestFlake branch February 14, 2025 04:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-changelog This PR is does not require a release notes entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants