Skip to content

Commit

Permalink
Merge pull request #27611 from wojtek-t/log_namespace_creation_error
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue

Log namespace creation error

Ref #27610
  • Loading branch information
k8s-merge-robot authored Jun 17, 2016
2 parents 983b478 + b519c72 commit ba00c9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/framework/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -945,6 +945,7 @@ func CreateTestingNS(baseName string, c *client.Client, labels map[string]string
var err error
got, err = c.Namespaces().Create(namespaceObj)
if err != nil {
Logf("Unexpected error while creating namespace: %v", err)
return false, nil
}
return true, nil
Expand Down

0 comments on commit ba00c9e

Please sign in to comment.