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
25b3ec6c
Unverified
Commit
25b3ec6c
authored
Sep 26, 2018
by
k8s-ci-robot
Committed by
GitHub
Sep 26, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #68908 from msau42/add-slow
Move storage tests that take longer than 2 minutes to slow suite
parents
3d2fcf41
b1594f3c
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 @
25b3ec6c
...
...
@@ -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
const
(
ssReplicas
=
3
...
...
test/e2e/storage/persistent_volumes.go
View file @
25b3ec6c
...
...
@@ -312,7 +312,7 @@ var _ = utils.SIGDescribe("PersistentVolumes", func() {
framework
.
DeleteAllStatefulSets
(
c
,
ns
)
})
It
(
"should be reschedulable"
,
func
()
{
It
(
"should be reschedulable
[Slow]
"
,
func
()
{
// Only run on providers with default storageclass
framework
.
SkipUnlessProviderIs
(
"openstack"
,
"gce"
,
"gke"
,
"vsphere"
,
"azure"
)
...
...
test/e2e/storage/testsuites/subpath.go
View file @
25b3ec6c
...
...
@@ -360,7 +360,7 @@ func testSubPath(input *subPathTestInput) {
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
{
framework
.
Skipf
(
"Volume type %v doesn't support readOnly source"
,
input
.
volType
)
}
...
...
test/e2e/storage/volume_provisioning.go
View file @
25b3ec6c
...
...
@@ -360,7 +360,7 @@ var _ = utils.SIGDescribe("Dynamic Provisioning", func() {
ns
=
f
.
Namespace
.
Name
})
Describe
(
"DynamicProvisioner"
,
func
()
{
Describe
(
"DynamicProvisioner
[Slow]
"
,
func
()
{
It
(
"should provision storage with different parameters"
,
func
()
{
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