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
ea5f1233
Commit
ea5f1233
authored
Feb 02, 2016
by
Jeff Lowdermilk
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #20451 from ihmccreery/fix-20362
Reference #20015 for [Flaky] NodeOutOfDisk tests
parents
cacda7bc
fbc5e3f8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
nodeoutofdisk.go
test/e2e/nodeoutofdisk.go
+1
-1
No files found.
test/e2e/nodeoutofdisk.go
View file @
ea5f1233
...
@@ -63,7 +63,7 @@ const (
...
@@ -63,7 +63,7 @@ const (
// choose that node to be node with index 1.
// choose that node to be node with index 1.
// 7. Observe that the pod in pending status schedules on that node.
// 7. Observe that the pod in pending status schedules on that node.
//
//
// Flaky issue #
17687
// 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]"
,
func
()
{
var
c
*
client
.
Client
var
c
*
client
.
Client
var
unfilledNodeName
,
recoveredNodeName
string
var
unfilledNodeName
,
recoveredNodeName
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