Merge pull request #3703 from satnam6502/dns

Understand why cluster_dns e2e test fails
pull/6/head
Tim Hockin 2015-01-22 10:41:51 -08:00
commit b2f287c259
1 changed files with 1 additions and 0 deletions

View File

@ -131,6 +131,7 @@ func TestClusterDNS(c *client.Client) bool {
Do().Raw()
if err != nil {
failed = append(failed, name)
glog.V(4).Infof("Lookup for %s failed: %v", name, err)
}
}
if len(failed) == 0 {