mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 22:17:14 +00:00
Merge pull request #3255 from brendandburns/master
Add a little bit more logging to a test
This commit is contained in:
commit
39d1c1aa30
@ -541,6 +541,7 @@ func TestClusterDNS(c *client.Client) bool {
|
|||||||
if len(failed) == 0 {
|
if len(failed) == 0 {
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
|
glog.Infof("lookups failed for: %v", failed)
|
||||||
time.Sleep(3 * time.Second)
|
time.Sleep(3 * time.Second)
|
||||||
}
|
}
|
||||||
if len(failed) != 0 {
|
if len(failed) != 0 {
|
||||||
|
Loading…
Reference in New Issue
Block a user