Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestApplyNoExecuteTaintsToNodesEnqueueTwice (0.63 sec)

  1. pkg/controller/nodelifecycle/node_lifecycle_controller_test.go

    		t.Errorf("Found taint %v in %v, which should not be present", NotReadyTaintTemplate, node3.Spec.Taints)
    	}
    }
    
    // TestApplyNoExecuteTaintsToNodesEnqueueTwice ensures we taint every node with NoExecute even if enqueued twice
    func TestApplyNoExecuteTaintsToNodesEnqueueTwice(t *testing.T) {
    	// TODO: Remove skip once https://github.com/kubernetes/kubernetes/pull/114607 merges.
    	if goruntime.GOOS == "windows" {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 26 03:26:45 UTC 2024
    - 119K bytes
    - Viewed (0)
Back to top