Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestGracefulShutdown (0.22 sec)

  1. staging/src/k8s.io/apiserver/pkg/server/genericapiserver_test.go

    		GoVersion:    goruntime.Version(),
    		Compiler:     goruntime.Compiler,
    		Platform:     fmt.Sprintf("%s/%s", goruntime.GOOS, goruntime.GOARCH),
    	}
    }
    
    // TestGracefulShutdown verifies server shutdown after request handler finish.
    func TestGracefulShutdown(t *testing.T) {
    	config, _ := setUp(t)
    
    	var graceShutdown bool
    	wg := sync.WaitGroup{}
    	wg.Add(1)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 29 18:59:21 UTC 2024
    - 23.2K bytes
    - Viewed (0)
Back to top