Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestCompareHintsNarrowest (0.26 sec)

  1. pkg/kubelet/cm/topologymanager/policy_test.go

    			result := maxOfMinAffinityCounts(tc.hints)
    			if result != tc.expected {
    				t.Errorf("Expected result to be %v, got %v", tc.expected, result)
    			}
    		})
    	}
    }
    
    func TestCompareHintsNarrowest(t *testing.T) {
    	tcases := []struct {
    		description                   string
    		bestNonPreferredAffinityCount int
    		current                       *TopologyHint
    		candidate                     *TopologyHint
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 09 16:52:08 UTC 2022
    - 34.6K bytes
    - Viewed (0)
Back to top