This repository has been archived by the owner on Aug 12, 2024. It is now read-only.
(tylerslaton): Check CRDValidator safe storage logic #243
Labels
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
todo
Milestone
This test is currently trying to simulate a situtation where an incoming
CRD removes a stored version. However, it does not work as expected because
something (potentially the apiserver) is intervening first and not allowing
it through. This is fine and ultimately what the safe storage logic of the
CRDValidator was designed to prevent but is unknown why it is occurring. We
Should come back to this test case, figure out what is preventing it from
hitting the webhook and decide if we want to keep that logic or not.
rukpak/test/e2e/crdvalidator_test.go
Line 84 in 1efea88
The text was updated successfully, but these errors were encountered: