Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for TestConsistentList (0.2 sec)

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

    	ctx, cacher, server, terminate := testSetupWithEtcdServer(t)
    	t.Cleanup(terminate)
    	storagetesting.RunTestList(ctx, t, cacher, compactStorage(cacher, server.V3Client), true)
    }
    
    func TestConsistentList(t *testing.T) {
    	featuregatetesting.SetFeatureGateDuringTest(t, utilfeature.DefaultFeatureGate, features.ConsistentListFromCache, false)
    	ctx, cacher, server, terminate := testSetupWithEtcdServer(t)
    	t.Cleanup(terminate)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 17K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/storage/etcd3/store_test.go

    }
    
    func TestList(t *testing.T) {
    	ctx, store, client := testSetup(t)
    	storagetesting.RunTestList(ctx, t, store, compactStorage(client), false)
    }
    
    func TestConsistentList(t *testing.T) {
    	ctx, store, client := testSetup(t)
    	storagetesting.RunTestConsistentList(ctx, t, store, compactStorage(client), false, true)
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 12:45:33 UTC 2024
    - 26.5K bytes
    - Viewed (0)
Back to top