Skip to content

Commit b0b7e14

Browse files
authored
Merge pull request kubernetes#2422 from ahg-g/ahg-ttl
Add test plan section to ttl-after-finished KEP
2 parents 7a394bb + a0d95e2 commit b0b7e14

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

keps/sig-apps/592-ttl-after-finish/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- [Finished Jobs](#finished-jobs)
1919
- [Owner References](#owner-references)
2020
- [Risks and Mitigations](#risks-and-mitigations)
21+
- [Test Plan](#test-plan)
2122
- [Graduation Criteria](#graduation-criteria)
2223
- [Alpha](#alpha)
2324
- [Alpha -> Beta](#alpha---beta)
@@ -217,6 +218,11 @@ Mitigations:
217218

218219
[#6159]: https://github.com/kubernetes/kubernetes/issues/6159#issuecomment-93844058
219220

221+
### Test Plan
222+
223+
- Units test in kube-controller-manager package to test a variety of scenarios.
224+
- Integration and E2E Tests to validate that jobs get deleted as expected
225+
220226
## Graduation Criteria
221227

222228
### Alpha

0 commit comments

Comments
 (0)