Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for actualAttempts (0.1 sec)

  1. pkg/kubelet/kubelet_node_status_test.go

    	// should return an error, but not hang
    	assert.Error(t, kubelet.updateNodeStatus(ctx))
    
    	// should have attempted multiple times
    	if actualAttempts := atomic.LoadInt64(&attempts); actualAttempts < nodeStatusUpdateRetry {
    		t.Errorf("Expected at least %d attempts, got %d", nodeStatusUpdateRetry, actualAttempts)
    	}
    	// should have gotten multiple failure callbacks
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 08 19:23:19 UTC 2024
    - 115.8K bytes
    - Viewed (0)
Back to top