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
a62f2a41
Commit
a62f2a41
authored
Dec 22, 2015
by
Isaac Hollander McCreery
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove flaky and slow test skip lists, add [Flaky] and [Slow] labels
parent
8b255fee
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
21 deletions
+6
-21
e2e.sh
hack/jenkins/e2e.sh
+6
-21
No files found.
hack/jenkins/e2e.sh
View file @
a62f2a41
...
@@ -303,8 +303,9 @@ GKE_REQUIRED_SKIP_TESTS=(
...
@@ -303,8 +303,9 @@ GKE_REQUIRED_SKIP_TESTS=(
)
)
# Tests wchich are known to be flaky on GKE
# Tests wchich are known to be flaky on GKE
# TODO(ihmccreery): fold this into GCE_FLAKY_TESTS
GKE_FLAKY_TESTS
=(
GKE_FLAKY_TESTS
=(
"
NodeOutOfDisk
"
"
\[
Flaky
\]
"
)
)
# Specialized tests which should be skipped by default for GKE.
# Specialized tests which should be skipped by default for GKE.
...
@@ -330,12 +331,7 @@ DISRUPTIVE_TESTS=(
...
@@ -330,12 +331,7 @@ DISRUPTIVE_TESTS=(
# The following tests are known to be flaky, and are thus run only in their own
# The following tests are known to be flaky, and are thus run only in their own
# -flaky- build variants.
# -flaky- build variants.
GCE_FLAKY_TESTS
=(
GCE_FLAKY_TESTS
=(
"GCE
\s
L7
\s
LoadBalancer
\s
Controller"
# issue: #17518
"
\[
Flaky
\]
"
"DaemonRestart
\s
Controller
\s
Manager"
# issue: #17829
"Daemon
\s
set
\s
should
\s
run
\s
and
\s
stop
\s
complex
\s
daemon"
# issue: #16623
"Resource
\s
usage
\s
of
\s
system
\s
containers"
# issue: #13931
"NodeOutOfDisk"
# issue: #17687
"Cluster
\s
level
\s
logging
\s
using
\s
Elasticsearch"
# issue: #17873
)
)
# The following tests are known to be slow running (> 2 min), and are
# The following tests are known to be slow running (> 2 min), and are
...
@@ -349,14 +345,7 @@ GCE_SLOW_TESTS=(
...
@@ -349,14 +345,7 @@ GCE_SLOW_TESTS=(
# make sure the associated project has enough quota. At the time of this
# make sure the associated project has enough quota. At the time of this
# writing a GCE project is allowed 3 backend services by default. This
# writing a GCE project is allowed 3 backend services by default. This
# test requires at least 5.
# test requires at least 5.
"GCE
\s
L7
\s
LoadBalancer
\s
Controller"
# 10 min, file: ingress.go, slow by design
"
\[
Slow
\]
"
"SchedulerPredicates
\s
validates
\s
MaxPods
\s
limit "
# 8 min, file: scheduler_predicates.go, PR: #13315
"Nodes
\s
Resize"
# 3 min 30 sec, file: resize_nodes.go, issue: #13323
"resource
\s
usage
\s
tracking"
# 1 hour, file: kubelet_perf.go, slow by design
"monotonically
\s
increasing
\s
restart
\s
count"
# 1.5 to 5 min, file: pods.go, slow by design
"Garbage
\s
collector
\s
should"
# 7 min, file: garbage_collector.go, slow by design
"KubeProxy
\s
should
\s
test
\s
kube-proxy"
# 9 min 30 sec, file: kubeproxy.go, issue: #14204
"cap
\s
back-off
\s
at
\s
MaxContainerBackOff"
# 20 mins file: manager.go, PR: #12648
)
)
# Tests which are not able to be run in parallel.
# Tests which are not able to be run in parallel.
...
@@ -368,13 +357,9 @@ GCE_PARALLEL_SKIP_TESTS=(
...
@@ -368,13 +357,9 @@ GCE_PARALLEL_SKIP_TESTS=(
)
)
# Tests which are known to be flaky when run in parallel.
# Tests which are known to be flaky when run in parallel.
# TODO(ihmccreery) this can be folded into Flaky/Disruptive (ack "parallel-flaky")
GCE_PARALLEL_FLAKY_TESTS
=(
GCE_PARALLEL_FLAKY_TESTS
=(
"DaemonRestart"
"
\[
Flaky
\]
"
"Elasticsearch"
"Namespaces.*should
\s
delete
\s
fast"
"Pods.*back-off
\s
restarting.*LivenessProbe"
# issue: #18293
"ServiceAccounts"
"Services.*identically
\s
named"
# error waiting for reachability, issue: #16285
)
)
# Tests that should not run on soak cluster.
# Tests that should not run on soak cluster.
...
...
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