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
34e7a7cf
Commit
34e7a7cf
authored
Mar 09, 2018
by
Shyam Jeedigunta
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "Use quotas in default performance tests"
This reverts commit
c3c10208
.
parent
7c9293e1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
density.go
test/e2e/scalability/density.go
+1
-1
load.go
test/e2e/scalability/load.go
+1
-1
No files found.
test/e2e/scalability/density.go
View file @
34e7a7cf
...
@@ -487,7 +487,7 @@ var _ = SIGDescribe("Density", func() {
...
@@ -487,7 +487,7 @@ var _ = SIGDescribe("Density", func() {
}
}
isCanonical
:=
func
(
test
*
Density
)
bool
{
isCanonical
:=
func
(
test
*
Density
)
bool
{
return
test
.
kind
==
api
.
Kind
(
"ReplicationController"
)
&&
test
.
daemonsPerNode
==
0
&&
test
.
secretsPerPod
==
0
&&
test
.
configMapsPerPod
==
0
&&
test
.
quotas
return
test
.
kind
==
api
.
Kind
(
"ReplicationController"
)
&&
test
.
daemonsPerNode
==
0
&&
test
.
secretsPerPod
==
0
&&
test
.
configMapsPerPod
==
0
&&
!
test
.
quotas
}
}
for
_
,
testArg
:=
range
densityTests
{
for
_
,
testArg
:=
range
densityTests
{
...
...
test/e2e/scalability/load.go
View file @
34e7a7cf
...
@@ -196,7 +196,7 @@ var _ = SIGDescribe("Load capacity", func() {
...
@@ -196,7 +196,7 @@ var _ = SIGDescribe("Load capacity", func() {
}
}
isCanonical
:=
func
(
test
*
Load
)
bool
{
isCanonical
:=
func
(
test
*
Load
)
bool
{
return
test
.
podsPerNode
==
30
&&
test
.
kind
==
api
.
Kind
(
"ReplicationController"
)
&&
test
.
daemonsPerNode
==
0
&&
test
.
secretsPerPod
==
0
&&
test
.
configMapsPerPod
==
0
&&
test
.
quotas
return
test
.
podsPerNode
==
30
&&
test
.
kind
==
api
.
Kind
(
"ReplicationController"
)
&&
test
.
daemonsPerNode
==
0
&&
test
.
secretsPerPod
==
0
&&
test
.
configMapsPerPod
==
0
&&
!
test
.
quotas
}
}
for
_
,
testArg
:=
range
loadTests
{
for
_
,
testArg
:=
range
loadTests
{
...
...
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