You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/extended/util/test.go
+23-26
Original file line number
Diff line number
Diff line change
@@ -240,12 +240,9 @@ var (
240
240
`\[Skipped\]`,
241
241
`\[Slow\]`,
242
242
`\[Flaky\]`,
243
-
`\[Compatibility\]`,
244
-
245
-
`\[Feature:Performance\]`,
246
243
247
244
// not enabled in Origin yet
248
-
`\[Feature:GarbageCollector\]`,
245
+
//`\[Feature:GarbageCollector\]`,
249
246
250
247
// Depends on external components, may not need yet
251
248
`Monitoring`, // Not installed, should be
@@ -261,52 +258,52 @@ var (
261
258
`Cinder`, // requires an OpenStack cluster
262
259
`should support r/w`, // hostPath: This test expects that host's tmp dir is WRITABLE by a container. That isn't something we need to guarantee for openshift.
263
260
`should check that the kubernetes-dashboard instance is alive`, // we don't create this
264
-
`\[Feature:ManualPerformance\]`, // requires /resetMetrics which we don't expose
261
+
// `\[Feature:ManualPerformance\]`, // requires /resetMetrics which we don't expose
265
262
266
263
// See the CanSupport implementation in upstream to determine wether these work.
267
264
`Ceph RBD`, // Works if ceph-common Binary installed (but we can't guarantee this on all clusters).
268
265
`GlusterFS`, // May work if /sbin/mount.glusterfs to be installed for plugin to work (also possibly blocked by serial pulling)
269
266
`should support r/w`, // hostPath: This test expects that host's tmp dir is WRITABLE by a container. That isn't something we need to guarantee for openshift.
270
267
271
268
// Failing because of https://github.com/openshift/origin/issues/12365 against a real cluster
272
-
`should allow starting 95 pods per node`,
269
+
//`should allow starting 95 pods per node`,
273
270
274
271
// Need fixing
275
-
`Horizontal pod autoscaling`, // needs heapster
276
-
`PersistentVolume`, // https://github.com/openshift/origin/pull/6884 for recycler
272
+
`Horizontal pod autoscaling`, // needs heapster
273
+
//`PersistentVolume`, // https://github.com/openshift/origin/pull/6884 for recycler
277
274
`mount an API token into pods`, // We add 6 secrets, not 1
278
275
`ServiceAccounts should ensure a single API token exists`, // We create lots of secrets
279
276
`Networking should function for intra-pod`, // Needs two nodes, add equiv test for 1 node, then use networking suite
280
277
`should test kube-proxy`, // needs 2 nodes
281
278
`authentication: OpenLDAP`, // needs separate setup and bucketing for openldap bootstrapping
282
279
`NFS`, // no permissions https://github.com/openshift/origin/pull/6884
283
-
`\[Feature:Example\]`, // may need to pre-pull images
284
-
`NodeProblemDetector`, // requires a non-master node to run on
285
-
`unchanging, static URL paths for kubernetes api services`, // the test needs to exclude URLs that are not part of conformance (/logs)
280
+
//`\[Feature:Example\]`, // may need to pre-pull images
281
+
`NodeProblemDetector`, // requires a non-master node to run on
282
+
//`unchanging, static URL paths for kubernetes api services`, // the test needs to exclude URLs that are not part of conformance (/logs)
286
283
287
284
// Needs triage to determine why it is failing
288
285
`Addon update`, // TRIAGE
289
286
`SSH`, // TRIAGE
290
-
`\[Feature:Upgrade\]`, // TRIAGE
291
-
`SELinux relabeling`, // started failing
292
-
`openshift mongodb replication creating from a template`, // flaking on deployment
293
-
`Update Demo should do a rolling update of a replication controller`, // this is flaky and needs triaging
287
+
`\[Feature:Upgrade\]`, // TRIAGE
288
+
//`SELinux relabeling`, // started failing
289
+
`openshift mongodb replication creating from a template`, // flaking on deployment
290
+
//`Update Demo should do a rolling update of a replication controller`, // this is flaky and needs triaging
294
291
295
292
// Test will never work
296
293
`should proxy to cadvisor`, // we don't expose cAdvisor port directly for security reasons
297
294
298
295
// Need to relax security restrictions
299
-
`validates that InterPod Affinity and AntiAffinity is respected if matching`, // this *may* now be safe
296
+
//`validates that InterPod Affinity and AntiAffinity is respected if matching`, // this *may* now be safe
300
297
301
298
// Requires too many pods per node for the per core defaults
302
-
`should ensure that critical pod is scheduled in case there is no resources available`,
299
+
//`should ensure that critical pod is scheduled in case there is no resources available`,
303
300
304
301
// Need multiple nodes
305
302
`validates that InterPodAntiAffinity is respected if matching 2`,
306
303
307
304
// Inordinately slow tests
308
305
`should create and stop a working application`,
309
-
`should always delete fast`, // will be uncommented in etcd3
306
+
//`should always delete fast`, // will be uncommented in etcd3
310
307
311
308
// tested by networking.sh and requires the environment that script sets up
312
309
`\[networking\] OVS`,
@@ -321,18 +318,18 @@ var (
321
318
`\[Feature:Downgrade\]`,
322
319
323
320
// upstream flakes
324
-
`should provide basic identity`, // Basic StatefulSet functionality
325
-
`validates resource limits of pods that are allowed to run`, // SchedulerPredicates
326
-
`should idle the service and DeploymentConfig properly`, // idling with a single service and DeploymentConfig [Conformance]
321
+
//`should provide basic identity`, // Basic StatefulSet functionality
322
+
//`validates resource limits of pods that are allowed to run`, // SchedulerPredicates
323
+
//`should idle the service and DeploymentConfig properly`, // idling with a single service and DeploymentConfig [Conformance]
327
324
328
325
// fails without a cloud provider
329
-
"should be able to create a functioning NodePort service",
326
+
//"should be able to create a functioning NodePort service",
330
327
331
328
// TODO undisable:
332
-
"should be schedule to node that don't match the PodAntiAffinity terms",
333
-
"should perfer to scheduled to nodes pod can tolerate",
334
-
"should adopt matching orphans and release non-matching pods",
335
-
"should not deadlock when a pod's predecessor fails",
329
+
//"should be schedule to node that don't match the PodAntiAffinity terms",
330
+
//"should perfer to scheduled to nodes pod can tolerate",
331
+
//"should adopt matching orphans and release non-matching pods",
332
+
//"should not deadlock when a pod's predecessor fails",
336
333
337
334
// slow as sin and twice as ugly (11m each)
338
335
"Pod should avoid to schedule to node that have avoidPod annotation",
0 commit comments