This is an automated email from the ASF dual-hosted git repository.
pbacsko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-k8shim.git
The following commit(s) were added to refs/heads/master by this push:
new 136c838b [YUNIKORN-2668] Temporarily disable
TestUpdateAllocation_NewTask_AssumePodFails (#856)
136c838b is described below
commit 136c838bb0e90ff08ffe966241a6b333b8678d24
Author: Peter Bacsko <[email protected]>
AuthorDate: Fri Jun 7 13:42:00 2024 +0200
[YUNIKORN-2668] Temporarily disable
TestUpdateAllocation_NewTask_AssumePodFails (#856)
Closes: #856
Signed-off-by: Peter Bacsko <[email protected]>
---
pkg/cache/scheduler_callback_test.go | 1 +
1 file changed, 1 insertion(+)
diff --git a/pkg/cache/scheduler_callback_test.go
b/pkg/cache/scheduler_callback_test.go
index 59bd875e..47d1b146 100644
--- a/pkg/cache/scheduler_callback_test.go
+++ b/pkg/cache/scheduler_callback_test.go
@@ -85,6 +85,7 @@ func TestUpdateAllocation_NewTask_TaskNotFound(t *testing.T) {
}
func TestUpdateAllocation_NewTask_AssumePodFails(t *testing.T) {
+ t.Skip("disabled until YUNIKORN-2629 is resolved") // test can randomly
trigger a deadlock, resulting in a failed build
callback, context := initCallbackTest(t, false, false)
defer dispatcher.UnregisterAllEventHandlers()
defer dispatcher.Stop()
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]