Commit 39d1c1aa authored by Brendan Burns's avatar Brendan Burns

Merge pull request #3255 from brendandburns/master

Add a little bit more logging to a test
parents 0d69093b 01572617
...@@ -541,6 +541,7 @@ func TestClusterDNS(c *client.Client) bool { ...@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment