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
0bd35d1b
Unverified
Commit
0bd35d1b
authored
Feb 03, 2019
by
Kubernetes Prow Robot
Committed by
GitHub
Feb 03, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #73448 from AdamDang/patch-21
Fix some error in returned message
parents
1ff28095
f8703825
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
scheduler_test.go
test/integration/scheduler_perf/scheduler_test.go
+2
-2
No files found.
test/integration/scheduler_perf/scheduler_test.go
View file @
0bd35d1b
...
...
@@ -79,7 +79,7 @@ func TestSchedule100Node3KPods(t *testing.T) {
if
min
<
threshold3K
{
t
.
Errorf
(
"Failing: Scheduling rate was too low for an interval, we saw rate of %v, which is the allowed minimum of %v ! "
,
min
,
threshold3K
)
}
else
if
min
<
warning3K
{
fmt
.
Printf
(
"Warning: pod scheduling throughput for 3k pods was slow for an interval... Saw a interval with very low (%v) scheduling rate!"
,
min
)
fmt
.
Printf
(
"Warning: pod scheduling throughput for 3k pods was slow for an interval... Saw a
n
interval with very low (%v) scheduling rate!"
,
min
)
}
else
{
fmt
.
Printf
(
"Minimal observed throughput for 3k pod test: %v
\n
"
,
min
)
}
...
...
@@ -93,7 +93,7 @@ func TestSchedule100Node3KPods(t *testing.T) {
// }
// config := defaultSchedulerBenchmarkConfig(2000, 60000)
// if min := schedulePods(config); min < threshold60K {
// t.Errorf("To small pod scheduling throughput for 60k pods. Expected %v got %v", threshold60K, min)
// t.Errorf("To
o
small pod scheduling throughput for 60k pods. Expected %v got %v", threshold60K, min)
// } else {
// fmt.Printf("Minimal observed throughput for 60k pod test: %v\n", min)
// }
...
...
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