Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. pilot/test/mock/config.go

    	timeout := time.After(10 * time.Second)
    	select {
    	case <-timeout:
    		t.Fatalf("timeout waiting to be done")
    	case <-done:
    		return
    	}
    }
    
    // CheckCacheSync validates operational invariants of a cache against the
    // non-cached client.
    func CheckCacheSync(store model.ConfigStore, cache model.ConfigStoreController, namespace string, n int, t *testing.T) {
    	keys := make(map[int]config2.Config)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 13.2K bytes
    - Viewed (0)
Back to top