Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestPriorityQueue_initPodMaxInUnschedulablePodsDuration (0.57 sec)

  1. pkg/scheduler/internal/queue/scheduling_queue_test.go

    	}
    	if p, err := q.Pop(logger); err != nil || p.Pod != midPod {
    		t.Errorf("Expected: %v after Pop, but got: %v", medPriorityPodInfo.Pod.Name, p.Pod.Name)
    	}
    }
    
    func TestPriorityQueue_initPodMaxInUnschedulablePodsDuration(t *testing.T) {
    	pod1 := st.MakePod().Name("test-pod-1").Namespace("ns1").UID("tp-1").NominatedNodeName("node1").Obj()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 146.9K bytes
    - Viewed (0)
Back to top