Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. staging/src/k8s.io/apiserver/pkg/storage/cacher/watch_cache_test.go

    			}
    			if store.endIndex != test.startIndex+test.eventCount {
    				t.Errorf("expect endIndex %d get %d", test.startIndex+test.eventCount, store.endIndex)
    			}
    			if !checkCacheElements(store) {
    				t.Errorf("some elements locations in cache is wrong")
    			}
    		})
    	}
    }
    
    func loadEventWithDuration(cache *testWatchCache, count int, interval time.Duration) {
    	for i := 0; i < count; i++ {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 09:20:10 UTC 2024
    - 35.4K bytes
    - Viewed (0)
Back to top