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
ebce195c
Commit
ebce195c
authored
Nov 23, 2016
by
Janet Kuo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "Remove [Slow] from statefulset basic tests"
This reverts commit
0744033d
.
parent
a99dbb77
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
petset.go
test/e2e/petset.go
+4
-3
No files found.
test/e2e/petset.go
View file @
ebce195c
...
...
@@ -64,9 +64,10 @@ const (
readTimeout
=
60
*
time
.
Second
)
// Time: 25m, slow by design.
// GCE Quota requirements: 3 pds, one per pet manifest declared above.
// GCE Api requirements: nodes and master need storage r/w permissions.
var
_
=
framework
.
KubeDescribe
(
"StatefulSet"
,
func
()
{
var
_
=
framework
.
KubeDescribe
(
"StatefulSet
[Slow]
"
,
func
()
{
f
:=
framework
.
NewDefaultFramework
(
"statefulset"
)
var
ns
string
var
c
clientset
.
Interface
...
...
@@ -347,7 +348,7 @@ var _ = framework.KubeDescribe("StatefulSet", func() {
})
})
framework
.
KubeDescribe
(
"Deploy clustered applications [Feature:StatefulSet]
[Slow]
"
,
func
()
{
framework
.
KubeDescribe
(
"Deploy clustered applications [Feature:StatefulSet]"
,
func
()
{
var
pst
*
statefulSetTester
var
appTester
*
clusterAppTester
...
...
@@ -386,7 +387,7 @@ var _ = framework.KubeDescribe("StatefulSet", func() {
})
})
var
_
=
framework
.
KubeDescribe
(
"Stateful Set recreate"
,
func
()
{
var
_
=
framework
.
KubeDescribe
(
"Stateful Set recreate
[Slow]
"
,
func
()
{
f
:=
framework
.
NewDefaultFramework
(
"pet-set-recreate"
)
var
c
clientset
.
Interface
var
ns
string
...
...
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