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
ef129499
Commit
ef129499
authored
Mar 04, 2016
by
k8s-merge-robot
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #22459 from jayunit100/disruptivediskannot
Auto commit by PR queue bot
parents
ea43db80
b3203fb1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
nodeoutofdisk.go
test/e2e/nodeoutofdisk.go
+2
-2
No files found.
test/e2e/nodeoutofdisk.go
View file @
ef129499
...
...
@@ -51,7 +51,7 @@ const (
// Plan:
// 1. Fill disk space on all nodes except one. One node is left out so that we can schedule pods
// on that node. Arbitrarily choose that node to be node with index 0.
// on that node. Arbitrarily choose that node to be node with index 0.
This makes this a disruptive test.
// 2. Get the CPU capacity on unfilled node.
// 3. Divide the available CPU into one less than the number of pods we want to schedule. We want
// to schedule 3 pods, so divide CPU capacity by 2.
...
...
@@ -64,7 +64,7 @@ const (
// 7. Observe that the pod in pending status schedules on that node.
//
// Flaky issue #20015. We have no clear path for how to test this functionality in a non-flaky way.
var
_
=
Describe
(
"NodeOutOfDisk [Serial] [Flaky]"
,
func
()
{
var
_
=
Describe
(
"NodeOutOfDisk [Serial] [Flaky]
[Disruptive]
"
,
func
()
{
var
c
*
client
.
Client
var
unfilledNodeName
,
recoveredNodeName
string
framework
:=
NewDefaultFramework
(
"node-outofdisk"
)
...
...
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