Skip to content

Commit

Permalink
bump(github.com/google/cadvisor/client): fb8fa5d
Browse files Browse the repository at this point in the history
  • Loading branch information
dchen1107 committed Jul 25, 2014
1 parent e3927b4 commit c48f6dc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions third_party/src/github.com/google/cadvisor/client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ func NewClient(URL string) (*Client, error) {
"api/v1.0",
}, "/"),
}
_, err := c.MachineInfo()
if err != nil {
return nil, err
}
return c, nil
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ func TestGetContainerInfo(t *testing.T) {
NumStats: 3,
NumSamples: 2,
CpuUsagePercentiles: []int{10, 50, 90},
MemoryUsagePercentages: []int{10, 80, 90},
MemoryUsagePercentiles: []int{10, 80, 90},
}
containerName := "/some/container"
cinfo := itest.GenerateRandomContainerInfo(containerName, 4, query, 1*time.Second)
Expand Down

0 comments on commit c48f6dc

Please sign in to comment.