Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. pkg/scheduler/framework/plugins/interpodaffinity/filtering_test.go

    				t.Errorf("PreFilter: status does not match (-want,+got):\n%s", diff)
    			}
    			if !preFilterStatus.IsSuccess() {
    				return
    			}
    
    			nodeInfo := mustGetNodeInfo(t, snapshot, test.node.Name)
    			gotStatus := p.(framework.FilterPlugin).Filter(ctx, state, test.pod, nodeInfo)
    			if diff := cmp.Diff(gotStatus, test.wantFilterStatus); diff != "" {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 01 10:24:54 UTC 2023
    - 58.2K bytes
    - Viewed (0)
Back to top