mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 09:49:50 +00:00
Add more log information to help debug flake #129779
Signed-off-by: Maciej Szulik <soltysh@gmail.com>
This commit is contained in:
parent
2527854078
commit
a36f64e074
@ -419,7 +419,7 @@ var _ = SIGDescribe("Deployment", func() {
|
||||
return found, nil
|
||||
}
|
||||
default:
|
||||
framework.Logf("observed event type %v", event.Type)
|
||||
framework.Logf("observed event type %#v", event)
|
||||
}
|
||||
return false, nil
|
||||
})
|
||||
|
@ -547,6 +547,8 @@ func testRSLifeCycle(ctx context.Context, f *framework.Framework) {
|
||||
framework.Logf("observed Replicaset %v in namespace %v with ReadyReplicas %v found %v", rset.ObjectMeta.Name, rset.ObjectMeta.Namespace, rset.Status.ReadyReplicas, found)
|
||||
}
|
||||
return found, nil
|
||||
} else {
|
||||
framework.Logf("observed event type %#v", event)
|
||||
}
|
||||
return false, nil
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user