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
8e9f8e26
Commit
8e9f8e26
authored
Jan 08, 2019
by
Katharine Berry
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Never skip multi-node conformance tests (instead just fail).
parent
8743a0e3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
daemon_set.go
test/e2e/apps/daemon_set.go
+3
-2
No files found.
test/e2e/apps/daemon_set.go
View file @
8e9f8e26
...
@@ -374,8 +374,9 @@ var _ = SIGDescribe("Daemon set [Serial]", func() {
...
@@ -374,8 +374,9 @@ var _ = SIGDescribe("Daemon set [Serial]", func() {
rollback of updates to a DaemonSet.
rollback of updates to a DaemonSet.
*/
*/
framework
.
ConformanceIt
(
"should rollback without unnecessary restarts"
,
func
()
{
framework
.
ConformanceIt
(
"should rollback without unnecessary restarts"
,
func
()
{
// Skip clusters with only one node, where we cannot have half-done DaemonSet rollout for this test
if
framework
.
TestContext
.
CloudConfig
.
NumNodes
<
2
{
framework
.
SkipUnlessNodeCountIsAtLeast
(
2
)
framework
.
Logf
(
"Conformance test suite needs a cluster with at least 2 nodes."
)
}
framework
.
Logf
(
"Create a RollingUpdate DaemonSet"
)
framework
.
Logf
(
"Create a RollingUpdate DaemonSet"
)
label
:=
map
[
string
]
string
{
daemonsetNameLabel
:
dsName
}
label
:=
map
[
string
]
string
{
daemonsetNameLabel
:
dsName
}
...
...
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