Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for firstNode (0.16 sec)

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

    	// move all pods to active queue when we were trying to schedule them
    	q.MoveAllToActiveOrBackoffQueue(logger, WildCardEvent, nil, nil, nil)
    	oldCycle := q.SchedulingCycle()
    
    	firstPod, _ := q.Pop(logger)
    	if diff := cmp.Diff(&expectedPods[0], firstPod.Pod); diff != "" {
    		t.Errorf("Unexpected pod (-want, +got):\n%s", diff)
    	}
    
    	// mark pods[1] ~ pods[totalNum-1] as unschedulable and add them back
    	for i := 1; i < totalNum; i++ {
    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