Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for wantActiveQPodNames (0.21 sec)

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

    				t.Errorf("Unexpected diff in inFlightEvents (-want, +got):\n%s", diff)
    			}
    
    			if test.wantActiveQPodNames != nil {
    				rawPodInfos := q.activeQ.List()
    				if len(rawPodInfos) != len(test.wantActiveQPodNames) {
    					diff := cmp.Diff(test.wantActiveQPodNames, rawPodInfos, cmpopts.SortSlices(func(a, b interface{}) bool {
    						return a.(framework.PodInfo).Pod.Name < b.(framework.PodInfo).Pod.Name
    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