Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
bc37f34c
Commit
bc37f34c
authored
Feb 26, 2016
by
k8s-merge-robot
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #22047 from gmarek/master
Auto commit by PR queue bot
parents
085d7cbb
d8599683
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
8 deletions
+0
-8
resource_usage_gatherer.go
test/e2e/resource_usage_gatherer.go
+0
-8
No files found.
test/e2e/resource_usage_gatherer.go
View file @
bc37f34c
...
@@ -155,19 +155,11 @@ func (w *resourceGatherWorker) gather(initialSleep time.Duration) {
...
@@ -155,19 +155,11 @@ func (w *resourceGatherWorker) gather(initialSleep time.Duration) {
defer
Logf
(
"Closing worker for %v"
,
w
.
nodeName
)
defer
Logf
(
"Closing worker for %v"
,
w
.
nodeName
)
select
{
select
{
case
<-
time
.
After
(
initialSleep
)
:
case
<-
time
.
After
(
initialSleep
)
:
// TODO: remove after #21313 is fixed
Logf
(
"Probing %v"
,
w
.
nodeName
)
w
.
singleProbe
()
w
.
singleProbe
()
// TODO: remove after #21313 is fixed
Logf
(
"Finished probe for %v"
,
w
.
nodeName
)
for
{
for
{
select
{
select
{
case
<-
time
.
After
(
resourceDataGatheringPeriod
)
:
case
<-
time
.
After
(
resourceDataGatheringPeriod
)
:
// TODO: remove after #21313 is fixed
Logf
(
"Probing %v"
,
w
.
nodeName
)
w
.
singleProbe
()
w
.
singleProbe
()
// TODO: remove after #21313 is fixed
Logf
(
"Finished probe for %v"
,
w
.
nodeName
)
case
<-
w
.
stopCh
:
case
<-
w
.
stopCh
:
return
return
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment