Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for testpass (0.08 sec)

  1. pkg/config/analysis/analyzers/analyzers_test.go

    			sa, err := setupAnalyzerForCase(tc, cr)
    			if err != nil {
    				t.Fatalf("Error setting up analysis for testcase %s: %v", tc.name, err)
    			}
    
    			// Run the analysis
    			result, err := runAnalyzer(sa)
    			if err != nil {
    				t.Fatalf("Error running analysis on testcase %s: %v", tc.name, err)
    			}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 07:22:31 UTC 2024
    - 42.6K bytes
    - Viewed (0)
  2. pkg/kubelet/kubelet_test.go

    func TestValidateContainerLogStatus(t *testing.T) {
    	testKubelet := newTestKubelet(t, false /* controllerAttachDetachEnabled */)
    	defer testKubelet.Cleanup()
    	kubelet := testKubelet.kubelet
    	containerName := "x"
    	testCases := []struct {
    		statuses []v1.ContainerStatus
    		success  bool // whether getting logs for the container should succeed.
    		pSuccess bool // whether getting logs for the previous container should succeed.
    	}{
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 106.9K bytes
    - Viewed (0)
Back to top