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

revcache: remove goconvey #4570

Merged
merged 1 commit into from
Jul 15, 2024
Merged

revcache: remove goconvey #4570

merged 1 commit into from
Jul 15, 2024

Conversation

matzf
Copy link
Contributor

@matzf matzf commented Jul 11, 2024

Remove use of goconvey from private/revcache, replacing it with the default go testrunner with subtests and stretchr/testify/assert.

Remove some unused functions instead of updating their tests.

Completely aside: change NewKey to return a Key by value instead of a reference. It is used as value everywhere and it just hurt my eyes.

Fixes #3016

@jiceatscion
Copy link
Contributor

This change is Reviewable

Copy link
Contributor

@jiceatscion jiceatscion left a comment

Choose a reason for hiding this comment

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

Much nicer!

Reviewed 11 of 11 files at r1, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @matzf)

Copy link
Contributor

@jiceatscion jiceatscion left a comment

Choose a reason for hiding this comment

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

:lgtm:

Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @matzf)

Remove use of goconvey from private/revcache, replacing it with the
default go testrunner with subtests and stretchr/testify/assert.

Remove some unused functions instead of updating their tests.

Completely aside: change NewKey to return a Key by value instead of a
reference. It is used as value everywhere and it just hurt my eyes.
@matzf matzf force-pushed the revcache-noconvey branch from 8e37b82 to 4cda236 Compare July 15, 2024 07:56
@matzf matzf merged commit 8598eda into scionproto:master Jul 15, 2024
4 checks passed
@matzf matzf deleted the revcache-noconvey branch July 15, 2024 08:24
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.

test: Get rid of goconvey
2 participants