You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment we run the policy controllers test in parallel (on a real cluster)
However, running the envtest integration tests of the PolicyServer results in failures.
We would like to run these tests in parallel, refactoring what is needed to comply with idiomatic ginkgo.
By switching to a client created in the test suite and by not using the manager client (which is wrong, since this client is using the cache now) we are getting empty GroupVersionKind when fetching PolicyServer resources. This causes certain assertions to fail. The assertions are marked by a FIXME comment
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
At the moment we run the policy controllers test in parallel (on a real cluster)
However, running the envtest integration tests of the PolicyServer results in failures.
We would like to run these tests in parallel, refactoring what is needed to comply with idiomatic ginkgo.
Also, it would be nice to:
check if this helper:
kubewarden-controller/internal/controller/utils_test.go
Line 331 in 235d006
By switching to a client created in the test suite and by not using the manager client (which is wrong, since this client is using the cache now) we are getting empty
GroupVersionKind
when fetchingPolicyServer
resources. This causes certain assertions to fail. The assertions are marked by a FIXME commentThe text was updated successfully, but these errors were encountered: