Merge pull request #3703 from satnam6502/dns

Understand why cluster_dns e2e test fails
This commit is contained in:
Tim Hockin 2015-01-22 10:41:51 -08:00
commit b2f287c259

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 {