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

kvdb: remove etcd test fixture cleanup calls #7352

Merged
merged 1 commit into from
Jan 24, 2023

Conversation

ellemouton
Copy link
Collaborator

Remove the cleanup calls which no longer exist since t.Cleanup is now called from within NewEtcdTestFixture.

Accidentally had this in the second sqlite PR instead of in the first kvdb one 🙈 my bad

Remove the cleanup calls which no longer exist since `t.Cleanup` is now
called from within `NewEtcdTestFixture`
@guggero
Copy link
Collaborator

guggero commented Jan 24, 2023

Changes look good to me. Though to avoid needing to merge and then tag another version, should we include the etcd version bump (see #7280) here as well?

@ellemouton
Copy link
Collaborator Author

good catch! adding

@guggero
Copy link
Collaborator

guggero commented Jan 24, 2023

good catch! adding

Oops, looks like Joost was faster: #7353

@guggero guggero requested a review from bhandras January 24, 2023 12:48
Copy link
Collaborator

@bhandras bhandras left a comment

Choose a reason for hiding this comment

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

LGTM 👍

Seems like the build fails though?

@guggero
Copy link
Collaborator

guggero commented Jan 24, 2023

Seems like the build fails though?

Yes, unfortunately that will only be fixed once we bump the version of kvdb in the root go.mod file. I think the coverage tool doesn't understand go modules correctly.

@guggero guggero merged commit f4400ea into lightningnetwork:master Jan 24, 2023
@ellemouton ellemouton deleted the removeEtcdCleanups branch January 24, 2023 12:52
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.

3 participants