You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What would you like to be cleaned:
As we discussed here, we should use a shorter timeout (10ms) for the test cases with a single or second reconciliation and should keep using a 1s for test cases with 3 reconciliations.
For example, deactivation test cases consume 3 API calls:
[workload-controller] Set .spec.active=false in the Workload
[workload-controller] Set Evicted condition
[jobframework controller] Stop a Job with a Requeued condition.
Why is this needed:
It would be better to decrease the duration for performing integration tests.
The text was updated successfully, but these errors were encountered:
What would you like to be cleaned:
As we discussed here, we should use a shorter timeout (10ms) for the test cases with a single or second reconciliation and should keep using a 1s for test cases with 3 reconciliations.
For example, deactivation test cases consume 3 API calls:
.spec.active=false
in the WorkloadEvicted
conditionWhy is this needed:
It would be better to decrease the duration for performing integration tests.
The text was updated successfully, but these errors were encountered: