mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 23:37:01 +00:00
Fix the failure of testcase TestFailureOutput
Signed-off-by: Dave Chen <dave.chen@arm.com>
This commit is contained in:
parent
597071af17
commit
852f166960
@ -84,7 +84,7 @@ INFO: Ignoring NotFound error while getting pod default/no-such-pod
|
|||||||
INFO: Unexpected error:
|
INFO: Unexpected error:
|
||||||
<*fmt.wrapError>: {
|
<*fmt.wrapError>: {
|
||||||
msg: "error while waiting for pod default/no-such-pod to be running: pods \"no-such-pod\" not found",
|
msg: "error while waiting for pod default/no-such-pod to be running: pods \"no-such-pod\" not found",
|
||||||
err: {
|
err: <*errors.StatusError>{
|
||||||
ErrStatus: {
|
ErrStatus: {
|
||||||
TypeMeta: {Kind: "", APIVersion: ""},
|
TypeMeta: {Kind: "", APIVersion: ""},
|
||||||
ListMeta: {
|
ListMeta: {
|
||||||
@ -131,7 +131,7 @@ INFO: Unexpected error: wait for pod pending-pod running:
|
|||||||
<*pod.timeoutError>: {
|
<*pod.timeoutError>: {
|
||||||
msg: "timed out while waiting for pod default/pending-pod to be running",
|
msg: "timed out while waiting for pod default/pending-pod to be running",
|
||||||
observedObjects: [
|
observedObjects: [
|
||||||
{
|
<*v1.Pod>{
|
||||||
TypeMeta: {Kind: "", APIVersion: ""},
|
TypeMeta: {Kind: "", APIVersion: ""},
|
||||||
ObjectMeta: {
|
ObjectMeta: {
|
||||||
Name: "pending-pod",
|
Name: "pending-pod",
|
||||||
|
Loading…
Reference in New Issue
Block a user