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
@@ -41,7 +43,7 @@ Items marked with (R) are required *prior to targeting to a milestone / release*
41
43
-[ ] (R) Design details are appropriately documented
42
44
-[ ] (R) Test plan is in place, giving consideration to SIG Architecture and SIG Testing input (including test refactors)
43
45
-[ ] e2e Tests for all Beta API Operations (endpoints)
44
-
-[ ] (R) Ensure GA e2e tests for meet requirements for [Conformance Tests](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/conformance-tests.md)
46
+
-[ ] (R) Ensure GA e2e tests meet requirements for [Conformance Tests](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/conformance-tests.md)
45
47
-[ ] (R) Minimum Two Week Window for GA e2e tests to prove flake free
46
48
-[ ] (R) Graduation criteria is in place
47
49
-[ ] (R) [all GA Endpoints](https://github.com/kubernetes/community/pull/1806) must be hit by [Conformance Tests](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/conformance-tests.md)
@@ -164,37 +166,80 @@ proposal will be implemented, this is the place to discuss them.
164
166
165
167
### Test Plan
166
168
169
+
[x] I/we understand the owners of the involved components may require updates to
170
+
existing tests to make this code solid enough prior to committing the changes necessary
171
+
to implement this enhancement.
172
+
173
+
##### Prerequisite testing updates
174
+
167
175
<!--
168
-
**Note:** *Not required until targeted at a release.*
176
+
Based on reviewers feedback describe what additional tests need to be added prior
177
+
implementing this enhancement to ensure the enhancements have also solid foundations.
178
+
-->
179
+
180
+
##### Unit tests
181
+
182
+
<!--
183
+
In principle every added code should have complete unit test coverage, so providing
184
+
the exact set of tests will not bring additional value.
185
+
However, if complete unit test coverage is not possible, explain the reason of it
186
+
together with explanation why this is acceptable.
187
+
-->
188
+
189
+
<!--
190
+
Additionally, for Alpha try to enumerate the core package you will be touching
191
+
to implement this enhancement and provide the current unit coverage for those
0 commit comments