Merge pull request #3703 from satnam6502/dns
Understand why cluster_dns e2e test fails
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user