You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
output: "INFO: before\nFAIL: hard-coded error\nUnexpected error:\n <*errors.errorString>: {\n s: \"an error with a long, useless description\",\n }\n an error with a long, useless description\noccurred\nINFO: after\nFAIL: true is never false either\nExpected\n <bool>: true\nto equal\n <bool>: false\n",
85
-
failure: "hard-coded error\nUnexpected error:\n <*errors.errorString>: {\n s: \"an error with a long, useless description\",\n }\n an error with a long, useless description\noccurred",
86
-
// TODO: should start with k8s.io/kubernetes/test/e2e/framework/log_test.glob..func1.4()
// That util.go appears in the output is a bug (https://github.com/kubernetes/kubernetes/issues/82013).
83
+
// Because it currently appears, this test case is brittle and breaks when someome makes unrelated
84
+
// changes in util.go which change the line number. Therefore it is commented out.
85
+
// testResult{
86
+
// name: "[Top Level] log error",
87
+
// output: "INFO: before\nFAIL: hard-coded error\nUnexpected error:\n <*errors.errorString>: {\n s: \"an error with a long, useless description\",\n }\n an error with a long, useless description\noccurred\nINFO: after\nFAIL: true is never false either\nExpected\n <bool>: true\nto equal\n <bool>: false\n",
88
+
// failure: "hard-coded error\nUnexpected error:\n <*errors.errorString>: {\n s: \"an error with a long, useless description\",\n }\n an error with a long, useless description\noccurred",
89
+
// // TODO: should start with k8s.io/kubernetes/test/e2e/framework/log_test.glob..func1.4()
0 commit comments