Skip to content

Commit 2f893a2

Browse files
committed
update e2e tests
1 parent ff5cb35 commit 2f893a2

File tree

1 file changed

+2
-3
lines changed
  • vertical-pod-autoscaler/enhancements/8515-support-custom-request-to-limit-ratio

1 file changed

+2
-3
lines changed

vertical-pod-autoscaler/enhancements/8515-support-custom-request-to-limit-ratio/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,9 +159,8 @@ The behavior after implementing this feature is as follows:
159159
#### E2E
160160

161161
* e2e tests with `InPlaceOrRecreate` VPA mode:
162-
1. Add a test case where the QoS class **changes**. In this scenario, we expect the updater to evict the affected Pods, since the QoS field is immutable.
163-
2. Add a test case where the QoS class **does not change**. In this scenario the updater should apply the new ratio using the in-place update mechanism.
164-
* Add a test case to verify that when `RequestToLimitRatio` is specified for a container, the ratio from the Workload API (i.e. Deployment) is ignored and no longer considered.
162+
1. Add a test case where the QoS class **changes**. In this scenario, we expect the updater to evict the affected Pods, since the QoS field is immutable. The resulting limits must be verified as well.
163+
2. Add a test case where the QoS class **does not change**. In this scenario the updater should apply the new ratio using the in-place update mechanism and the resulting limits must be verified as well.
165164

166165
### Examples
167166

0 commit comments

Comments
 (0)