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
f08f504a
Unverified
Commit
f08f504a
authored
Jun 29, 2017
by
Maciej Szulik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix swallowed errors in RS and deployment tests
parent
68a72215
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
garbage_collector.go
test/e2e/apimachinery/garbage_collector.go
+4
-4
No files found.
test/e2e/apimachinery/garbage_collector.go
View file @
f08f504a
...
@@ -413,8 +413,8 @@ var _ = SIGDescribe("Garbage collector", func() {
...
@@ -413,8 +413,8 @@ var _ = SIGDescribe("Garbage collector", func() {
return
len
(
rsList
.
Items
)
>
0
,
nil
return
len
(
rsList
.
Items
)
>
0
,
nil
})
})
if
err
==
wait
.
ErrWaitTimeout
{
if
err
!=
nil
{
err
=
fmt
.
Error
f
(
"Failed to wait for the Deployment to create some ReplicaSet: %v"
,
err
)
framework
.
Fail
f
(
"Failed to wait for the Deployment to create some ReplicaSet: %v"
,
err
)
}
}
By
(
"delete the deployment"
)
By
(
"delete the deployment"
)
...
@@ -464,8 +464,8 @@ var _ = SIGDescribe("Garbage collector", func() {
...
@@ -464,8 +464,8 @@ var _ = SIGDescribe("Garbage collector", func() {
return
len
(
rsList
.
Items
)
>
0
,
nil
return
len
(
rsList
.
Items
)
>
0
,
nil
})
})
if
err
==
wait
.
ErrWaitTimeout
{
if
err
!=
nil
{
err
=
fmt
.
Error
f
(
"Failed to wait for the Deployment to create some ReplicaSet: %v"
,
err
)
framework
.
Fail
f
(
"Failed to wait for the Deployment to create some ReplicaSet: %v"
,
err
)
}
}
By
(
"delete the deployment"
)
By
(
"delete the deployment"
)
...
...
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