Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    			if err != nil {
    				t.Fatalf("Failed to create framework for testing: %v", err)
    			}
    
    			state := framework.NewCycleState()
    			state.SkipScorePlugins = tt.skippedPlugins
    			res, status := f.RunScorePlugins(ctx, state, pod, BuildNodeInfos(nodes))
    
    			if tt.err {
    				if status.IsSuccess() {
    					t.Errorf("Expected status to be non-success. got: %v", status.Code().String())
    				}
    				return
    			}
    
    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