Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestFormatErrMsg (0.52 sec)

  1. cmd/kubeadm/app/util/error_test.go

    			if codeReturned != rt.expected {
    				t.Errorf(
    					"failed checkErr:\n\texpected: %d\n\t  actual: %d",
    					rt.expected,
    					codeReturned,
    				)
    			}
    		})
    	}
    }
    
    func TestFormatErrMsg(t *testing.T) {
    	errMsg1 := "specified version to upgrade to v1.9.0-alpha.3 is equal to or lower than the cluster version v1.10.0-alpha.0.69+638add6ddfb6d2. Downgrades are not supported yet"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jul 04 08:41:27 UTC 2021
    - 2.4K bytes
    - Viewed (0)
Back to top