Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for RunPostFilterPlugins (0.37 sec)

  1. pkg/scheduler/framework/runtime/framework_test.go

    			defer cancel()
    			f, err := newFrameworkWithQueueSortAndBind(ctx, registry, profile)
    			if err != nil {
    				t.Fatalf("fail to create framework: %s", err)
    			}
    			_, gotStatus := f.RunPostFilterPlugins(ctx, nil, pod, nil)
    			if !reflect.DeepEqual(gotStatus, tt.wantStatus) {
    				t.Errorf("Unexpected status. got: %v, want: %v", gotStatus, tt.wantStatus)
    			}
    		})
    	}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 17 09:07:27 UTC 2024
    - 103K bytes
    - Viewed (0)
Back to top