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
5943e834
Commit
5943e834
authored
Jun 01, 2017
by
Dawn Chen
Committed by
GitHub
Jun 01, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #46746 from verult/gce-pdflake
Added API node ready check after PD test deleting a GCE instance.
parents
62435ede
5c2cba39
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
pd.go
test/e2e/storage/pd.go
+3
-1
No files found.
test/e2e/storage/pd.go
View file @
5943e834
...
...
@@ -43,7 +43,7 @@ import (
const
(
gcePDDetachTimeout
=
10
*
time
.
Minute
gcePDDetachPollTime
=
10
*
time
.
Second
nodeStatusTimeout
=
1
*
time
.
Minute
nodeStatusTimeout
=
3
*
time
.
Minute
nodeStatusPollTime
=
1
*
time
.
Second
maxReadRetry
=
3
)
...
...
@@ -428,6 +428,8 @@ var _ = framework.KubeDescribe("Pod Disks", func() {
By
(
"Cleaning up PD-RW test env"
)
podClient
.
Delete
(
host0Pod
.
Name
,
metav1
.
NewDeleteOptions
(
0
))
detachAndDeletePDs
(
diskName
,
[]
types
.
NodeName
{
host0Name
})
framework
.
WaitForNodeToBeReady
(
f
.
ClientSet
,
string
(
host0Name
),
nodeStatusTimeout
)
Expect
(
len
(
nodes
.
Items
))
.
To
(
Equal
(
initialGroupSize
))
}()
By
(
"submitting host0Pod to kubernetes"
)
...
...
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