Skip to content

TOOLS-4278 Clean up after the testify migration - #1090

Draft
autarch wants to merge 1 commit into
TOOLS-4278-convey-to-testify-drop-depfrom
TOOLS-4278-convey-to-testify-cleanup
Draft

TOOLS-4278 Clean up after the testify migration#1090
autarch wants to merge 1 commit into
TOOLS-4278-convey-to-testify-drop-depfrom
TOOLS-4278-convey-to-testify-cleanup

Conversation

@autarch

@autarch autarch commented Aug 6, 2026

Copy link
Copy Markdown
Collaborator

Three leftovers that only show up once the whole conversion is in place.

Two commits in this stack each extracted a subtest fixture helper for
mongodump_test.go, and the bodies turned out identical. They collapse
into one setUpMongoDumpSubtest, now serving all fifteen call sites.

mongorestore_archive_test.go still carried a banner saying tests below
that line use testify rather than convey. Everything above it does now
too, and there is no convey left to distinguish from.

common/text/units_test.go held a commented-out copy of its old GoConvey
version, left behind by a conversion that predates this ticket. With the
dependency gone it was the last GoConvey source text outside vendor, so
it would have turned up in the first grep anyone ran to confirm the
removal.

Three leftovers that only show up once the whole conversion is in place.

Two commits in this stack each extracted a subtest fixture helper for
mongodump_test.go, and the bodies turned out identical. They collapse
into one setUpMongoDumpSubtest, now serving all fifteen call sites.

mongorestore_archive_test.go still carried a banner saying tests below
that line use testify rather than convey. Everything above it does now
too, and there is no convey left to distinguish from.

common/text/units_test.go held a commented-out copy of its old GoConvey
version, left behind by a conversion that predates this ticket. With the
dependency gone it was the last GoConvey source text outside vendor, so
it would have turned up in the first grep anyone ran to confirm the
removal.

autarch commented Aug 6, 2026

Copy link
Copy Markdown
Collaborator Author

Warning

This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
Learn more

This stack of pull requests is managed by Graphite. Learn more about stacking.

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.

1 participant