@@ -565,7 +565,15 @@ This can inform certain test coverage improvements that we want to do before
565
565
extending the production code to implement this enhancement.
566
566
-->
567
567
568
- - ` <package> ` : ` <date> ` - ` <test coverage> `
568
+ - cmd/kube-apiserver/app/options/validation_test.go: 06/02/23 - 99.1
569
+ - pkg/apis/networking/validation/validation_test.go: 06/02/23 - 91.7
570
+ - pkg/controlplane/instance_test.go: 06/02/23 - 49.7
571
+ - pkg/printers/internalversion/printers_test.go: 06/02/23 - 49.7
572
+ - pkg/registry/core/service/ipallocator/bitmap_test.go: 06/02/23 - 86.9
573
+ - pkg/registry/core/service/ipallocator/controller/repairip_test.go: 06/02/23 - 0 (new)
574
+ - pkg/registry/core/service/ipallocator/ipallocator_test.go: 06/02/23 - 0 (new)
575
+ - pkg/registry/networking/ipaddress/strategy_test.go: 06/02/23 - 0 (new)
576
+ - staging/src/k8s.io/kubectl/pkg/describe/describe_test.go: 06/02/23 - 49.7
569
577
570
578
##### Integration tests
571
579
@@ -577,7 +585,18 @@ For Beta and GA, add links to added tests together with links to k8s-triage for
577
585
https://storage.googleapis.com/k8s-triage/index.html
578
586
-->
579
587
580
- - <test >: <link to test coverage >
588
+ There will be added tests to verify:
589
+
590
+ - API servers using the old and new allocators at same time
591
+ - API server upgrade from old to new allocatr
592
+ - ServicesCIDRs resizing
593
+ - ServiceCIDR without the IPv6 limitation size
594
+
595
+ Files:
596
+
597
+ - test/integration/controlplane/synthetic_controlplane_test.go
598
+ - test/integration/servicecidr/allocator_test.go
599
+ - test/integration/servicecidr/main_test.go
581
600
582
601
##### e2e tests
583
602
@@ -591,7 +610,7 @@ https://storage.googleapis.com/k8s-triage/index.html
591
610
We expect no non-infra related flakes in the last month as a GA graduation criteria.
592
611
-->
593
612
594
- - < test >: < link to test coverage >
613
+ e2e tests will cover all the user stories defined in the KEP
595
614
596
615
### Graduation Criteria
597
616
0 commit comments