Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for TestWatcherTimeout (3.42 sec)

  1. staging/src/k8s.io/apiserver/pkg/storage/etcd3/watcher_test.go

    }
    
    func TestWatchContextCancel(t *testing.T) {
    	ctx, store, _ := testSetup(t)
    	storagetesting.RunTestWatchContextCancel(ctx, t, store)
    }
    
    func TestWatcherTimeout(t *testing.T) {
    	ctx, store, _ := testSetup(t)
    	storagetesting.RunTestWatcherTimeout(ctx, t, store)
    }
    
    func TestWatchDeleteEventObjectHaveLatestRV(t *testing.T) {
    	ctx, store, _ := testSetup(t)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 12.3K bytes
    - Viewed (1)
  2. staging/src/k8s.io/apiserver/pkg/storage/cacher/cacher_test.go

    func TestWatchError(t *testing.T) {
    	// TODO(#109831): Enable use of this test and run it.
    }
    
    func TestWatchContextCancel(t *testing.T) {
    	// TODO(#109831): Enable use of this test and run it.
    }
    
    func TestWatcherTimeout(t *testing.T) {
    	ctx, cacher, terminate := testSetup(t)
    	t.Cleanup(terminate)
    	storagetesting.RunTestWatcherTimeout(ctx, t, cacher)
    }
    
    func TestWatchDeleteEventObjectHaveLatestRV(t *testing.T) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 17K bytes
    - Viewed (0)
Back to top