Skip to content

Conversation

@ramin
Copy link
Contributor

@ramin ramin commented Jun 12, 2024

created at request of @renaynay a few days ago for helping with some testing, opening for consideration to be saved/committed to cel-shed for preservation (assuming it will be useful again)

@ramin ramin added the kind:misc Attached to miscellaneous PRs label Jun 12, 2024
cristaloleg
cristaloleg previously approved these changes Aug 9, 2024
Comment on lines 40 to 42
defer func() {
err = errors.Join(err, nodestore.Close())
}()
Copy link
Member

Choose a reason for hiding this comment

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

error reassignment is ineffectual

Comment on lines +53 to +57
err = store.Start(context.Background())
if err != nil {
fmt.Println("Error starting store:", err)
return err
}
Copy link
Member

Choose a reason for hiding this comment

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

defer store.Stop

@vgonkivs
Copy link
Member

Closed in favour of #4736

@vgonkivs vgonkivs closed this Dec 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind:misc Attached to miscellaneous PRs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants