cass-operator icon indicating copy to clipboard operation
cass-operator copied to clipboard

K8SSAND-1413 ⁃ Update to ginkgo v2

Open burmanm opened this issue 3 years ago • 2 comments

What is missing? ginkgo v1 is deprecated. We should update tests to ginkgo v2.

┆Issue is synchronized with this Jira Task by Unito ┆friendlyId: K8SSAND-1413 ┆priority: Medium

burmanm avatar Mar 07 '22 06:03 burmanm

What about migrating tests to use Go's native testing?

jsanda avatar Apr 06 '22 22:04 jsanda

Removing ginkgo + gomega for require/assert + testing.T is quite a lot of work. There's large amount of ginkgo tests already in the project and updating just to v2 should not be a large task.

Even if moving away from ginkgo later, I think it would make sense to ensure we have ginkgo v2 tests before that (and maybe some cleanup of tests).

burmanm avatar Apr 07 '22 06:04 burmanm