Merge pull request #3255 from brendandburns/master

Add a little bit more logging to a test
This commit is contained in:
Brendan Burns 2015-01-07 11:48:42 -08:00
commit 39d1c1aa30

View File

@ -541,6 +541,7 @@ func TestClusterDNS(c *client.Client) bool {
if len(failed) == 0 {
break
}
glog.Infof("lookups failed for: %v", failed)
time.Sleep(3 * time.Second)
}
if len(failed) != 0 {