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
c929d81d
Commit
c929d81d
authored
Feb 01, 2016
by
Isaac Hollander McCreery
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use [Feature:ComprehensiveNamespaceDraining] instead of PIt
parent
174521ee
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
namespace.go
test/e2e/namespace.go
+2
-2
No files found.
test/e2e/namespace.go
View file @
c929d81d
...
...
@@ -120,7 +120,7 @@ var _ = Describe("Namespaces [Serial]", func() {
It
(
"should delete fast enough (90 percent of 100 namespaces in 150 seconds)"
,
func
()
{
extinguish
(
c
,
100
,
10
,
150
)
})
//
comprehensive draining ; uncomment after
#7372
PIt
(
"should always delete fast (ALL of 100 namespaces in 150 seconds)
"
,
//
On hold until etcd3; see
#7372
It
(
"should always delete fast (ALL of 100 namespaces in 150 seconds) [Feature:ComprehensiveNamespaceDraining]
"
,
func
()
{
extinguish
(
c
,
100
,
0
,
150
)
})
})
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