From a11d6532d7925c98a2f3c8bb843a342fc88cd0db Mon Sep 17 00:00:00 2001 From: carlory Date: Fri, 16 Jun 2023 10:39:36 +0800 Subject: [PATCH] KEP-1790: Add the acknowledgement under the Test Plan section. --- keps/sig-storage/1790-recover-resize-failure/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/keps/sig-storage/1790-recover-resize-failure/README.md b/keps/sig-storage/1790-recover-resize-failure/README.md index 607638920c8..d1cce08b173 100644 --- a/keps/sig-storage/1790-recover-resize-failure/README.md +++ b/keps/sig-storage/1790-recover-resize-failure/README.md @@ -273,6 +273,10 @@ The complete expansion and recovery flow of both control-plane and kubelet is do ### Test Plan +[x] I/we understand the owners of the involved components may require updates to +existing tests to make this code solid enough prior to committing the changes necessary +to implement this enhancement. + * Basic unit tests for storage strategy of PVC and quota system. * E2e tests using mock driver to cause failure on expansion and recovery. * Also verify quota usage when this happens.