Skip to content

Commit 9ebd69d

Browse files
committed
KEP-3926: Update testing section according to beta req
1 parent ebba5ac commit 9ebd69d

File tree

1 file changed

+10
-1
lines changed
  • keps/sig-auth/3926-handling-undecryptable-resources

1 file changed

+10
-1
lines changed

keps/sig-auth/3926-handling-undecryptable-resources/README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ For Beta and GA, add links to added tests together with links to k8s-triage for
531531
https://storage.googleapis.com/k8s-triage/index.html
532532
-->
533533

534-
New tests will be added to prove:
534+
Alpha:
535535
- resources that are encrypted and are decryptable can still be deleted as before
536536
- resources that are malformed throw the new error on read
537537
- resources that are malformed cannot be removed if the user lacks required
@@ -541,6 +541,15 @@ New tests will be added to prove:
541541
- if there are too many malformed resources in a return of a LIST action, the
542542
error will be truncated
543543

544+
Beta (see also [Testing Requirements](#testing-requirements)):
545+
- list error aggregation
546+
([#129129](https://github.com/kubernetes/kubernetes/pull/129129) - open)
547+
- delete handler with unsafe deletion flow
548+
([#128726](https://github.com/kubernetes/kubernetes/pull/128726) - open)
549+
- deserialization failure via bit-flip (not just encryption failure)
550+
- deletion works for CRDs
551+
- KAS health recovery after deleting all corrupt objects
552+
544553
##### e2e tests
545554

546555
<!--

0 commit comments

Comments
 (0)