Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestOperationExecutor_UnregisterPlugin_ConcurrentUnregisterPlugin (0.69 sec)

  1. pkg/kubelet/pluginmanager/operationexecutor/operation_executor_test.go

    	}
    	if !isOperationRunSerially(ch, quit) {
    		t.Fatalf("Unable to start register operations serially for plugins")
    	}
    }
    
    func TestOperationExecutor_UnregisterPlugin_ConcurrentUnregisterPlugin(t *testing.T) {
    	ch, quit, oe := setup()
    	for i := 0; i < numPluginsToUnregister; i++ {
    		socketPath := "socket-path" + strconv.Itoa(i)
    		pluginInfo := cache.PluginInfo{SocketPath: socketPath}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jul 30 03:35:26 UTC 2022
    - 4.8K bytes
    - Viewed (0)
Back to top