Skip to content

fix: convert ginkgo tests to standard go tests#1997

Merged
aauren merged 3 commits intomasterfrom
fix/convert_ginkgo_tests
Jan 31, 2026
Merged

fix: convert ginkgo tests to standard go tests#1997
aauren merged 3 commits intomasterfrom
fix/convert_ginkgo_tests

Conversation

@aauren
Copy link
Collaborator

@aauren aauren commented Jan 25, 2026

@mrueg @catherinetcai

While adding some unit tests for the MSS change that was just merged, I noticed that we were only using ginkgo in a single spot in our code base. Moreover, the suite file that was in pkg/controllers that actually starts and runs the ginkgo tests doesn't apply to sub-packages, so these tests were never actually getting run, and when I created a suite file for them, they failed because they were not up to date with package changes.

This PR converts the minimal ginkgo tests that we had to standard go tests. Additionally, it updates them for the package changes that have been made since the last time the ginkgo tests actually works. Then it drops the direct Ginkgo dependency from the project.

@aauren aauren merged commit d208307 into master Jan 31, 2026
6 checks passed
@aauren aauren deleted the fix/convert_ginkgo_tests branch January 31, 2026 18:15
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