Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NewOutgoingContext (0.16 sec)

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

    			}
    			// For the first 100ms from watch creation, watch progress requests are ignored.
    			time.Sleep(200 * time.Millisecond)
    			err = cacher.storage.RequestWatchProgress(metadata.NewOutgoingContext(context.Background(), contextMetadata))
    			if err != nil {
    				t.Fatal(err)
    			}
    			// Give time for bookmark to arrive
    			time.Sleep(time.Second)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 82.9K bytes
    - Viewed (0)
Back to top