Sync cache configuration across all tests #11742
Labels
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/cleanup
Categorizes issue or PR as related to cleaning up code, process, or technical debt.
priority/important-longterm
Important over the long term, but may not be staffed and/or may need multiple releases to complete.
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
After #10681, the test environment now has a cache that can be configured to act similar to how it is done in the real world. We should sync this test environment configuration to how the controllers are synced. That way, the tests will be able to pick up issues where an object isn't cached for some reason (e.g. missing labels).
In practice, we likely only have to check all usages of envtest.Run.
The text was updated successfully, but these errors were encountered: