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
b1594f3c
Commit
b1594f3c
authored
Sep 20, 2018
by
Michelle Au
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move storage tests that take longer than 2 minutes to slow suite
parent
337e0e18
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
persistent_volumes-local.go
test/e2e/storage/persistent_volumes-local.go
+1
-1
persistent_volumes.go
test/e2e/storage/persistent_volumes.go
+1
-1
subpath.go
test/e2e/storage/testsuites/subpath.go
+1
-1
volume_provisioning.go
test/e2e/storage/volume_provisioning.go
+1
-1
No files found.
test/e2e/storage/persistent_volumes-local.go
View file @
b1594f3c
...
@@ -535,7 +535,7 @@ var _ = utils.SIGDescribe("PersistentVolumes-local ", func() {
...
@@ -535,7 +535,7 @@ var _ = utils.SIGDescribe("PersistentVolumes-local ", func() {
})
})
})
})
Context
(
"StatefulSet with pod affinity"
,
func
()
{
Context
(
"StatefulSet with pod affinity
[Slow]
"
,
func
()
{
var
testVols
map
[
string
][]
*
localTestVolume
var
testVols
map
[
string
][]
*
localTestVolume
const
(
const
(
ssReplicas
=
3
ssReplicas
=
3
...
...
test/e2e/storage/persistent_volumes.go
View file @
b1594f3c
...
@@ -312,7 +312,7 @@ var _ = utils.SIGDescribe("PersistentVolumes", func() {
...
@@ -312,7 +312,7 @@ var _ = utils.SIGDescribe("PersistentVolumes", func() {
framework
.
DeleteAllStatefulSets
(
c
,
ns
)
framework
.
DeleteAllStatefulSets
(
c
,
ns
)
})
})
It
(
"should be reschedulable"
,
func
()
{
It
(
"should be reschedulable
[Slow]
"
,
func
()
{
// Only run on providers with default storageclass
// Only run on providers with default storageclass
framework
.
SkipUnlessProviderIs
(
"openstack"
,
"gce"
,
"gke"
,
"vsphere"
,
"azure"
)
framework
.
SkipUnlessProviderIs
(
"openstack"
,
"gce"
,
"gke"
,
"vsphere"
,
"azure"
)
...
...
test/e2e/storage/testsuites/subpath.go
View file @
b1594f3c
...
@@ -360,7 +360,7 @@ func testSubPath(input *subPathTestInput) {
...
@@ -360,7 +360,7 @@ func testSubPath(input *subPathTestInput) {
testReadFile
(
input
.
f
,
input
.
filePathInSubpath
,
input
.
pod
,
0
)
testReadFile
(
input
.
f
,
input
.
filePathInSubpath
,
input
.
pod
,
0
)
})
})
It
(
"should fail for new directories when readOnly specified in the volumeSource"
,
func
()
{
It
(
"should fail for new directories when readOnly specified in the volumeSource
[Slow]
"
,
func
()
{
if
input
.
roVol
==
nil
{
if
input
.
roVol
==
nil
{
framework
.
Skipf
(
"Volume type %v doesn't support readOnly source"
,
input
.
volType
)
framework
.
Skipf
(
"Volume type %v doesn't support readOnly source"
,
input
.
volType
)
}
}
...
...
test/e2e/storage/volume_provisioning.go
View file @
b1594f3c
...
@@ -360,7 +360,7 @@ var _ = utils.SIGDescribe("Dynamic Provisioning", func() {
...
@@ -360,7 +360,7 @@ var _ = utils.SIGDescribe("Dynamic Provisioning", func() {
ns
=
f
.
Namespace
.
Name
ns
=
f
.
Namespace
.
Name
})
})
Describe
(
"DynamicProvisioner"
,
func
()
{
Describe
(
"DynamicProvisioner
[Slow]
"
,
func
()
{
It
(
"should provision storage with different parameters"
,
func
()
{
It
(
"should provision storage with different parameters"
,
func
()
{
cloudZone
:=
getRandomCloudZone
(
c
)
cloudZone
:=
getRandomCloudZone
(
c
)
...
...
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