cedric lamoriniere
1dbef2f113
Job failure policy support in JobController
...
Job failure policy integration in JobController. From the
JobSpec.BackoffLimit the JobController will define the backoff
duration between Job retry.
It use the ```workqueue.RateLimitingInterface``` to store the number of
"retry" as "requeue" and the default Job backoff initial duration is set
during the initialization of the ```workqueue.RateLimiter.
Since the number of retry for each job is store in a local structure
"JobController.queue" if the JobController restarts the number of retries
will be lost and the backoff duration will be reset to 0.
Add e2e test for Job backoff failure policy
2017-09-03 12:07:12 +02:00
Wei Wei
46239ea30b
check job ActiveDeadlineSeconds
2017-08-29 20:15:11 +08:00
Janet Kuo
ae20c7e743
Use AppsV1beta1 instead of Apps clienset
...
Apps clientset refers to AppsV1beta2 after apps/v1beta2 is created. Use
AppsV1beta1 for now before switching everything to AppsV1beta2.
2017-07-20 14:16:42 -07:00
Mike Danese
3c39173ee4
fixit: break sig-cluster-lifecycle tests into subpackage
2017-07-19 10:14:51 -07:00
Jacob Simpson
29c1b81d4c
Scripted migration from clientset_generated to client-go.
2017-07-17 15:05:37 -07:00
Jun Xiang Tee
0c93f75629
add [sig-apps] prefix to workload e2e tests
2017-07-12 16:37:27 -07:00
Anirudh
2d4529db4e
Moving disruption controller e2es to workload/
2017-07-12 14:06:06 -07:00
Haoran Wang
76251ea782
Move the workload e2e tests to it's own package
2017-06-26 09:56:20 +08:00
Chao Xu
60604f8818
run hack/update-all
2017-06-22 11:31:03 -07:00
Chao Xu
f4989a45a5
run root-rewrite-v1-..., compile
2017-06-22 10:25:57 -07:00
NickrenREN
d4376599ba
Cleanup: replace some hardcoded codes and remove unused functions
2017-04-25 09:38:25 +08:00
Maciej Pytel
1c9f64c760
e2e for cluster-autoscaler unhealthy cluster handling
...
Moved testUnderNetworkFailure function to framework,
so it can be reused.
2017-04-04 14:36:44 +02:00
Kenneth Owens
116eda0909
Implements an upgrade test for Job. Job common functionality is refactored into the framework package to allow for code sharing between e2e and upgrade tests.
2017-02-27 09:24:59 -08:00
gmarek
d88af7806c
NodeController sets NodeTaints instead of deleting Pods
2017-02-24 09:24:33 +01:00
Kenneth Owens
4506744def
Adds StatefulSet upgrade tests and moves common functionality into the
...
framework package. This removes the potential for cyclic dependencies
while allowing for code reuse.
2017-02-10 11:21:22 -08:00
Janet Kuo
7c89359cc8
Address comments: remove unused resourceVersion in e2e util wait loop; poll pods every 2 seconds
2017-02-08 13:05:11 -08:00
deads2k
b0b156b381
make tools/cache authoritative
2017-01-25 08:29:45 -05:00
Clayton Coleman
469df12038
refactor: move ListOptions references to metav1
2017-01-23 17:52:46 -05:00
deads2k
11e8068d3f
move pkg/fields to apimachinery
2017-01-19 09:50:16 -05:00
Clayton Coleman
9a2a50cda7
refactor: use metav1.ObjectMeta in other types
2017-01-17 16:17:19 -05:00
Klaus Ma
25fe1e0d82
Made cache.Controller to be interface.
2017-01-13 13:33:23 +08:00
NickrenREN
a12dea14e0
fix redundant alias clientset
2017-01-12 10:21:05 +08:00
deads2k
6a4d5cd7cc
start the apimachinery repo
2017-01-11 09:09:48 -05:00
Chao Xu
03d8820edc
rename /release_1_5 to /clientset
2016-12-14 12:39:48 -08:00
Janet Kuo
0e2b0a6f55
Rename pet to stateful pods in statefulset e2e tests logs
2016-12-09 16:01:13 -08:00
Wojciech Tyczynski
a9ec31209e
GetOptions - fix tests
2016-12-09 09:42:01 +01:00
Dawn Chen
388fb2028c
Revert "Skip StatefulSet e2e tests if this resource is not found"
2016-12-02 15:50:19 -08:00
Chao Xu
a55c71db4d
test/e2e
2016-11-23 15:53:09 -08:00
Janet Kuo
060ff8ebe8
Skip StatefulSet e2e tests if this resource is not found
2016-11-23 10:08:09 -08:00
Janet Kuo
420d32c503
Update [Feature:PetSet] e2e tests to [Feature:StatefulSet]
2016-11-22 15:36:19 -08:00
Dmitry Shulyak
36d1af6145
Validate pet set scale up/down order
...
This change implements test cases to validate that:
scale up will be done in order
scale down in reverse order
if any of the pets will be unhealthy, scale up/down will halt
Change-Id: I4487a7c9823d94a2995bbb06accdfd8f3001354c
2016-11-21 11:21:32 +02:00
Anirudh Ramanathan
6ea8606c59
Update network_partition.go
...
Remaining fix for e2e test.
2016-11-05 13:31:53 -07:00
Anirudh Ramanathan
0f57858a14
Update network_partition.go
...
https://github.com/kubernetes/kubernetes/pull/36212 did not remove one of the calls to saturate in a later version uploaded after review.
2016-11-05 12:22:15 -07:00
Anirudh
834c4fc18b
Set the annotation only if the test requires it.
2016-11-04 12:17:12 -07:00
Anirudh
71941016c1
Fix old e2e tests, refactor and add new e2e tests.
2016-11-01 11:46:13 -07:00