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: fix log file upload and flakes #5833

Merged
merged 4 commits into from
Oct 7, 2021

Conversation

guggero
Copy link
Collaborator

@guggero guggero commented Oct 6, 2021

Fixes the GitHub actions log upload and two more flakes.

Copy link
Member

@Roasbeef Roasbeef left a comment

Choose a reason for hiding this comment

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

LGTM 💚

timeout time.Duration, desiredState lnrpc.WalletState) error {

return hn.waitForState(conn, timeout, func(s lnrpc.WalletState) bool {
return s >= desiredState
Copy link
Member

Choose a reason for hiding this comment

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

👍

Should work as long as we keep the sort of ordering on states we have now

@Roasbeef Roasbeef merged commit 3efe94b into lightningnetwork:master Oct 7, 2021
@Roasbeef Roasbeef added this to the v0.14.0 milestone Oct 7, 2021
@guggero guggero deleted the itest-github-fixes branch October 8, 2021 07: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

Successfully merging this pull request may close these issues.

2 participants