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
6184ebdc
Commit
6184ebdc
authored
Sep 20, 2016
by
Kubernetes Submit Queue
Committed by
GitHub
Sep 20, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #33098 from Crassirostris/e2e-logging-test-fix
Automatic merge from submit-queue Add additional delay to the es logging e2e test to make it stable Fix #32804
parents
1d5a7f59
dedbe837
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
es_cluster_logging.go
test/e2e/es_cluster_logging.go
+5
-0
No files found.
test/e2e/es_cluster_logging.go
View file @
6184ebdc
...
@@ -219,6 +219,11 @@ func ClusterLevelLoggingWithElasticsearch(f *framework.Framework) {
...
@@ -219,6 +219,11 @@ func ClusterLevelLoggingWithElasticsearch(f *framework.Framework) {
}
}
framework
.
Logf
(
"Found %d healthy nodes."
,
len
(
nodes
.
Items
))
framework
.
Logf
(
"Found %d healthy nodes."
,
len
(
nodes
.
Items
))
// TODO: Figure out why initialization time influences
// results of the test and remove this step
By
(
"Wait some more time to ensure ES and fluentd are ready"
)
time
.
Sleep
(
2
*
time
.
Minute
)
// Wait for the Fluentd pods to enter the running state.
// Wait for the Fluentd pods to enter the running state.
By
(
"Checking to make sure the Fluentd pod are running on each healthy node"
)
By
(
"Checking to make sure the Fluentd pod are running on each healthy node"
)
label
=
labels
.
SelectorFromSet
(
labels
.
Set
(
map
[
string
]
string
{
k8sAppKey
:
fluentdValue
}))
label
=
labels
.
SelectorFromSet
(
labels
.
Set
(
map
[
string
]
string
{
k8sAppKey
:
fluentdValue
}))
...
...
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