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
@@ -39,17 +43,17 @@ Items marked with (R) are required *prior to targeting to a milestone / release*
39
43
-[x] (R) Enhancement issue in release milestone, which links to KEP dir in [kubernetes/enhancements] (not the initial KEP PR)
40
44
-[x] (R) KEP approvers have approved the KEP status as `implementable`
41
45
-[x] (R) Design details are appropriately documented
42
-
-[] (R) Test plan is in place, giving consideration to SIG Architecture and SIG Testing input (including test refactors)
43
-
-[] 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)
45
-
-[] (R) Minimum Two Week Window for GA e2e tests to prove flake free
46
-
-[] (R) Graduation criteria is in place
47
-
-[] (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)
46
+
-[x] (R) Test plan is in place, giving consideration to SIG Architecture and SIG Testing input (including test refactors)
47
+
-[x] e2e Tests for all Beta API Operations (endpoints)
48
+
-[x] (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)
49
+
-[x] (R) Minimum Two Week Window for GA e2e tests to prove flake free
50
+
-[x] (R) Graduation criteria is in place
51
+
-[x] (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)
48
52
-[x] (R) Production readiness review completed
49
53
-[x] (R) Production readiness review approved
50
54
-[x] "Implementation History" section is up-to-date for milestone
51
-
-[] User-facing documentation has been created in [kubernetes/website], for publication to [kubernetes.io]
52
-
-[] Supporting documentation—e.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes
55
+
-[x] User-facing documentation has been created in [kubernetes/website], for publication to [kubernetes.io]
56
+
-[x] Supporting documentation—e.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes
53
57
54
58
<!--
55
59
**Note:** This checklist is iterative and should be reviewed and updated every time this enhancement is being considered for a milestone.
@@ -159,14 +163,29 @@ In all other cases the controller will maintain the current behavior.
159
163
160
164
### Test Plan
161
165
162
-
Unit and integration tests covering the time zone mechanics of CronJob, including:
166
+
[x] I/we understand the owners of the involved components may require updates to
167
+
existing tests to make this code solid enough prior to committing the changes necessary
168
+
to implement this enhancement.
163
169
164
-
- defaulting
165
-
- validation
166
-
- creating CronJob
167
-
- updating CronJob
170
+
##### Prerequisite testing updates
168
171
169
-
Additionally, all of tests will be performed with feature gate enabled and disabled.
172
+
1. Add tests ensuring that case insensitive location loading is properly handled.
173
+
See [beta requirements](#beta) for more details.
174
+
2. Add at least integration and optionally e2e covering TimeZone usage.
0 commit comments