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
8b255fee
Commit
8b255fee
authored
Dec 20, 2015
by
Isaac Hollander McCreery
Committed by
Isaac Hollander McCreery
Dec 22, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add flaky label [Flaky] to tests
parent
14d9a0f2
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
21 additions
and
10 deletions
+21
-10
daemon_restart.go
test/e2e/daemon_restart.go
+2
-1
daemon_set.go
test/e2e/daemon_set.go
+2
-1
es_cluster_logging.go
test/e2e/es_cluster_logging.go
+2
-1
ingress.go
test/e2e/ingress.go
+2
-1
monitor_resources.go
test/e2e/monitor_resources.go
+2
-1
namespace.go
test/e2e/namespace.go
+3
-1
nodeoutofdisk.go
test/e2e/nodeoutofdisk.go
+2
-1
pods.go
test/e2e/pods.go
+2
-1
service.go
test/e2e/service.go
+2
-1
service_accounts.go
test/e2e/service_accounts.go
+2
-1
No files found.
test/e2e/daemon_restart.go
View file @
8b255fee
...
...
@@ -183,7 +183,8 @@ func getContainerRestarts(c *client.Client, ns string, labelSelector labels.Sele
return
failedContainers
,
containerRestartNodes
.
List
()
}
var
_
=
Describe
(
"DaemonRestart [Disruptive]"
,
func
()
{
// Flaky issues #17829, #19023
var
_
=
Describe
(
"DaemonRestart [Disruptive] [Flaky]"
,
func
()
{
framework
:=
NewFramework
(
"daemonrestart"
)
rcName
:=
"daemonrestart"
+
strconv
.
Itoa
(
numPods
)
+
"-"
+
string
(
util
.
NewUUID
())
...
...
test/e2e/daemon_set.go
View file @
8b255fee
...
...
@@ -126,7 +126,8 @@ var _ = Describe("Daemon set", func() {
})
It
(
"should run and stop complex daemon"
,
func
()
{
// Flaky issue #16623
It
(
"should run and stop complex daemon [Flaky]"
,
func
()
{
complexLabel
:=
map
[
string
]
string
{
daemonsetNameLabel
:
dsName
}
nodeSelector
:=
map
[
string
]
string
{
daemonsetColorLabel
:
"blue"
}
Logf
(
"Creating daemon with a node selector %s"
,
dsName
)
...
...
test/e2e/es_cluster_logging.go
View file @
8b255fee
...
...
@@ -30,7 +30,8 @@ import (
.
"github.com/onsi/gomega"
)
var
_
=
Describe
(
"Cluster level logging using Elasticsearch"
,
func
()
{
// Flaky issue #17873
var
_
=
Describe
(
"Cluster level logging using Elasticsearch [Flaky]"
,
func
()
{
f
:=
NewFramework
(
"es-logging"
)
BeforeEach
(
func
()
{
...
...
test/e2e/ingress.go
View file @
8b255fee
...
...
@@ -377,7 +377,8 @@ func (cont *IngressController) Cleanup(del bool) error {
}
// Slow by design (10 min)
var
_
=
Describe
(
"GCE L7 LoadBalancer Controller [Serial] [Slow]"
,
func
()
{
// Flaky issue #17518
var
_
=
Describe
(
"GCE L7 LoadBalancer Controller [Serial] [Slow] [Flaky]"
,
func
()
{
// These variables are initialized after framework's beforeEach.
var
ns
string
var
addonDir
string
...
...
test/e2e/monitor_resources.go
View file @
8b255fee
...
...
@@ -72,7 +72,8 @@ func computeAverage(sliceOfUsages []resourceUsagePerContainer) (result resourceU
// This tests does nothing except checking current resource usage of containers defined in kubelet_stats systemContainers variable.
// Test fails if an average container resource consumption over datapointAmount tries exceeds amount defined in allowedUsage.
var
_
=
Describe
(
"Resource usage of system containers [Serial]"
,
func
()
{
// Flaky issue #13931
var
_
=
Describe
(
"Resource usage of system containers [Serial] [Flaky]"
,
func
()
{
var
c
*
client
.
Client
BeforeEach
(
func
()
{
var
err
error
...
...
test/e2e/namespace.go
View file @
8b255fee
...
...
@@ -91,7 +91,9 @@ var _ = Describe("Namespaces", func() {
//Confirms that namespace draining is functioning reasonably
//at minute intervals.
It
(
"should delete fast enough (90 percent of 100 namespaces in 150 seconds)"
,
//
// Flaky issue #19026
It
(
"should delete fast enough (90 percent of 100 namespaces in 150 seconds) [Flaky]"
,
func
()
{
extinguish
(
c
,
100
,
10
,
150
)
})
//comprehensive draining ; uncomment after #7372
...
...
test/e2e/nodeoutofdisk.go
View file @
8b255fee
...
...
@@ -63,7 +63,8 @@ const (
// choose that node to be node with index 1.
// 7. Observe that the pod in pending status schedules on that node.
//
var
_
=
Describe
(
"NodeOutOfDisk [Serial]"
,
func
()
{
// Flaky issue #17687
var
_
=
Describe
(
"NodeOutOfDisk [Serial] [Flaky]"
,
func
()
{
var
c
*
client
.
Client
var
unfilledNodeName
,
recoveredNodeName
string
framework
:=
Framework
{
BaseName
:
"node-outofdisk"
}
...
...
test/e2e/pods.go
View file @
8b255fee
...
...
@@ -897,7 +897,8 @@ var _ = Describe("Pods", func() {
}
})
It
(
"should not back-off restarting a container on LivenessProbe failure"
,
func
()
{
// Flaky issue #18293
It
(
"should not back-off restarting a container on LivenessProbe failure [Flaky]"
,
func
()
{
podClient
:=
framework
.
Client
.
Pods
(
framework
.
Namespace
.
Name
)
podName
:=
"pod-back-off-liveness"
containerName
:=
"back-off-liveness"
...
...
test/e2e/service.go
View file @
8b255fee
...
...
@@ -778,7 +778,8 @@ var _ = Describe("Services", func() {
})
// This test hits several load-balancer cases because LB turnup is slow.
It
(
"should serve identically named services in different namespaces on different load-balancers"
,
func
()
{
// Flaky issue #18952
It
(
"should serve identically named services in different namespaces on different load-balancers [Flaky]"
,
func
()
{
// requires ExternalLoadBalancer
SkipUnlessProviderIs
(
"gce"
,
"gke"
,
"aws"
)
...
...
test/e2e/service_accounts.go
View file @
8b255fee
...
...
@@ -30,7 +30,8 @@ import (
.
"github.com/onsi/ginkgo"
)
var
_
=
Describe
(
"ServiceAccounts"
,
func
()
{
// Flaky issue #19024
var
_
=
Describe
(
"ServiceAccounts [Flaky]"
,
func
()
{
f
:=
NewFramework
(
"svcaccounts"
)
It
(
"should mount an API token into pods [Conformance]"
,
func
()
{
...
...
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