Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestWatchErrorIncorrectConfiguration (0.42 sec)

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

    		w.run(false, true)
    		wg.Done()
    	}()
    	w.errChan <- fmt.Errorf("some error")
    	cancel()
    	wg.Wait()
    }
    
    // TestWatchErrorIncorrectConfiguration checks if an error
    // will be returned when the storage hasn't been properly
    // initialised for watch requests
    func TestWatchErrorIncorrectConfiguration(t *testing.T) {
    	scenarios := []struct {
    		name            string
    		setupFn         func(opts *setupOptions)
    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