Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getSummary (0.1 sec)

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

    	gotPods, gotSummary := q.PendingPods()
    	if diff := cmp.Diff(expectedSet, makeSet(gotPods)); diff != "" {
    		t.Errorf("Unexpected list of pending Pods (-want, +got):\n%s", diff)
    	}
    	if wantSummary := fmt.Sprintf(pendingPodsSummary, 1, 0, 2); wantSummary != gotSummary {
    		t.Errorf("Unexpected pending pods summary: want %v, but got %v.", wantSummary, gotSummary)
    	}
    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