mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 23:15:14 +00:00
Merge pull request #130221 from soltysh/flake_129779
Add more log information to help debug flake #129779
This commit is contained in:
commit
f0077a3689
@ -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