Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for updateNodeInfoSnapshotList (2.34 sec)

  1. pkg/scheduler/internal/cache/cache_test.go

    		_, ok := snapshot.nodeInfoMap[nodes[i].Name]
    		if !ok {
    			snapshot.nodeInfoMap[nodes[i].Name] = cache.nodes[nodes[i].Name].info
    		}
    	}
    
    	updateSnapshot := func(t *testing.T) {
    		cache.updateNodeInfoSnapshotList(logger, snapshot, true)
    		if err := compareCacheWithNodeInfoSnapshot(t, cache, snapshot); err != nil {
    			t.Error(err)
    		}
    	}
    
    	tests := []struct {
    		name       string
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 17 01:38:03 UTC 2023
    - 63.8K bytes
    - Viewed (0)
Back to top