manirajv06 commented on PR #897: URL: https://github.com/apache/yunikorn-k8shim/pull/897#issuecomment-2314566824
Preemption use single node for all these tests for simplicity. Failures happened only in Verify_preemption_on_priority_queue test. In this test, app submitted in low-priority queue has entered into reservation flow instead of going through preemption flow and eventually rejected because of its lower priority, followed by app waiting in high-priority queue not being able to complete the preemption because of node reserved by app submitted in low-priority queue. This specific situation doesn't happen always in all runs. Now, modified a test a bit to trigger the preemption while the headroom checks itself for both the apps so that high priority app is able to get resources through preemption whereas low priority app is not able to. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
