Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestCompareNodes (0.14 sec)

  1. pkg/scheduler/internal/cache/debugger/comparer_test.go

    			missing:   []string{},
    			redundant: []string{},
    		},
    	}
    
    	for _, test := range tests {
    		t.Run(test.name, func(t *testing.T) {
    			testCompareNodes(test.actual, test.cached, test.missing, test.redundant, t)
    		})
    	}
    }
    
    func testCompareNodes(actual, cached, missing, redundant []string, t *testing.T) {
    	compare := CacheComparer{}
    	nodes := []*v1.Node{}
    	for _, nodeName := range actual {
    		node := &v1.Node{}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jul 05 08:00:25 UTC 2023
    - 4.8K bytes
    - Viewed (0)
Back to top