Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestWatchErrResultNotBlockAfterCancel (0.24 sec)

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

    // As such, they may focus e.g. on non-functional aspects like performance
    // impact.
    // =======================================================================
    
    func TestWatchErrResultNotBlockAfterCancel(t *testing.T) {
    	origCtx, store, _ := testSetup(t)
    	ctx, cancel := context.WithCancel(origCtx)
    	w := store.watcher.createWatchChan(ctx, "/abc", 0, false, false, storage.Everything)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 12.3K bytes
    - Viewed (1)
Back to top