File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
keps/sig-node/1287-in-place-update-pod-resources Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 27
27
- [ Affected Components] ( #affected-components )
28
28
- [ Future Enhancements] ( #future-enhancements )
29
29
- [ Test Plan] ( #test-plan )
30
+ - [ Prerequisite testing updates] ( #prerequisite-testing-updates )
30
31
- [ Unit Tests] ( #unit-tests )
31
32
- [ Pod Resize E2E Tests] ( #pod-resize-e2e-tests )
32
33
- [ CRI E2E Tests] ( #cri-e2e-tests )
@@ -713,6 +714,28 @@ Other components:
713
714
714
715
### Test Plan
715
716
717
+ <!--
718
+ **Note:** *Not required until targeted at a release.*
719
+ The goal is to ensure that we don't accept enhancements with inadequate testing.
720
+
721
+ All code is expected to have adequate tests (eventually with coverage
722
+ expectations). Please adhere to the [Kubernetes testing guidelines][testing-guidelines]
723
+ when drafting this test plan.
724
+
725
+ [testing-guidelines]: https://git.k8s.io/community/contributors/devel/sig-testing/testing.md
726
+ -->
727
+
728
+ [ x] I/we understand the owners of the involved components may require updates to
729
+ existing tests to make this code solid enough prior to committing the changes necessary
730
+ to implement this enhancement.
731
+
732
+ #### Prerequisite testing updates
733
+
734
+ <!--
735
+ Based on reviewers feedback describe what additional tests need to be added prior
736
+ implementing this enhancement to ensure the enhancements have also solid foundations.
737
+ -->
738
+
716
739
#### Unit Tests
717
740
718
741
Unit tests will cover the sanity of code changes that implements the feature,
You can’t perform that action at this time.
0 commit comments