Skip to content

Commit

Permalink
Merge pull request #22047 from gmarek/master
Browse files Browse the repository at this point in the history
Auto commit by PR queue bot
  • Loading branch information
k8s-merge-robot committed Feb 26, 2016
2 parents 085d7cb + d859968 commit bc37f34
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions test/e2e/resource_usage_gatherer.go
Expand Up @@ -155,19 +155,11 @@ func (w *resourceGatherWorker) gather(initialSleep time.Duration) {
defer Logf("Closing worker for %v", w.nodeName)
select {
case <-time.After(initialSleep):
// TODO: remove after #21313 is fixed
Logf("Probing %v", w.nodeName)
w.singleProbe()
// TODO: remove after #21313 is fixed
Logf("Finished probe for %v", w.nodeName)
for {
select {
case <-time.After(resourceDataGatheringPeriod):
// TODO: remove after #21313 is fixed
Logf("Probing %v", w.nodeName)
w.singleProbe()
// TODO: remove after #21313 is fixed
Logf("Finished probe for %v", w.nodeName)
case <-w.stopCh:
return
}
Expand Down

0 comments on commit bc37f34

Please sign in to comment.