-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Service Arch
-
Fully Compatible
-
v8.0
-
Workload Scheduling 2024-06-24
-
200
The function waitUntilIngressAdmissionIsBlocked in ingress admission JS tests does not actually wait until the operation is blocked on ingress admission. Instead, it waits until the pool is resized to 0. If the parallel shell gets the operation to the server fast enough, the test works, but the test shouldn't rely on timing like that. Instead, we can block the execution until the number of available tickets is down to 0.