Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestRunPreScorePlugins (0.19 sec)

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

    			}
    
    			got := f.PreEnqueuePlugins()
    			if !reflect.DeepEqual(got, tt.want) {
    				t.Errorf("PreEnqueuePlugins(): want %v, but got %v", tt.want, got)
    			}
    		})
    	}
    }
    
    func TestRunPreScorePlugins(t *testing.T) {
    	tests := []struct {
    		name               string
    		plugins            []*TestPlugin
    		wantSkippedPlugins sets.Set[string]
    		wantStatusCode     framework.Code
    	}{
    		{
    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