Add a little bit more logging to a test so that if it times out we have more debugging.

This commit is contained in:
Brendan Burns 2015-01-06 15:25:04 -08:00
parent 58abb40f6c
commit 01572617d4

View File

@ -485,6 +485,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 {