Skip to content

Commit 62d82f9

Browse files
committed
Drop custom komega package
Using the upstream `komega` package should be good enough for our purposes. While using a global `context.Background` doesn't integrate nicely with ginkgo/gomega's context handling. However, we expect client calls to return fast enough in test that this doesn't really matter.
1 parent 7416224 commit 62d82f9

File tree

11 files changed

+6
-1537
lines changed

11 files changed

+6
-1537
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ toolchain go1.24.0
77
require (
88
github.com/cespare/xxhash/v2 v2.3.0
99
github.com/go-logr/logr v1.4.2
10-
github.com/google/go-cmp v0.6.0
1110
github.com/google/uuid v1.6.0
1211
github.com/hashicorp/go-multierror v1.1.1
1312
github.com/onsi/ginkgo/v2 v2.22.2
@@ -54,6 +53,7 @@ require (
5453
github.com/google/btree v1.1.3 // indirect
5554
github.com/google/cel-go v0.22.0 // indirect
5655
github.com/google/gnostic-models v0.6.8 // indirect
56+
github.com/google/go-cmp v0.6.0 // indirect
5757
github.com/google/gofuzz v1.2.0 // indirect
5858
github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad // indirect
5959
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 // indirect

pkg/utils/test/komega/default.go

Lines changed: 0 additions & 97 deletions
This file was deleted.

pkg/utils/test/komega/default_test.go

Lines changed: 0 additions & 123 deletions
This file was deleted.

pkg/utils/test/komega/doc.go

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)