Skip to content

Commit f714f5d

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

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +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. 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.
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 are verified.
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. The resulting limits are verified.
164164

165165
### Examples
166166

0 commit comments

Comments
 (0)