|
1109 | 1109 | and delete the job. Job MUST be deleted successfully.
|
1110 | 1110 | release: v1.15
|
1111 | 1111 | file: test/e2e/apps/job.go
|
| 1112 | +- testname: Ensure that all indexes are executed for an indexed job with backoffLimitPerIndex |
| 1113 | + despite some failing |
| 1114 | + codename: '[sig-apps] Job should execute all indexes despite some failing when using |
| 1115 | + backoffLimitPerIndex [Conformance]' |
| 1116 | + description: Create an indexed job and ensure that all indexes are either failed |
| 1117 | + or succeeded, depending on the end state of the corresponding pods. Pods with |
| 1118 | + odd indexes fail, while the pods with even indexes succeeded. Also, verify that |
| 1119 | + the number of failed pods doubles the number of failing indexes, as the backoffLimitPerIndex=1, |
| 1120 | + allowing for one pod recreation before marking that indexed failed. |
| 1121 | + release: v1.33 |
| 1122 | + file: test/e2e/apps/job.go |
1112 | 1123 | - testname: Jobs, manage lifecycle
|
1113 | 1124 | codename: '[sig-apps] Job should manage the lifecycle of a job [Conformance]'
|
1114 | 1125 | description: Attempt to create a suspended Job which MUST succeed. Attempt to patch
|
|
1119 | 1130 | via a label selector.
|
1120 | 1131 | release: v1.25
|
1121 | 1132 | file: test/e2e/apps/job.go
|
| 1133 | +- testname: Mark indexes as failed when the FailIndex action is matched in podFailurePolicy |
| 1134 | + codename: '[sig-apps] Job should mark indexes as failed when the FailIndex action |
| 1135 | + is matched in podFailurePolicy [Conformance]' |
| 1136 | + description: Create an indexed job with backoffLimitPerIndex, and podFailurePolicy |
| 1137 | + with the FailIndex action. Verify the failed pods matching the pod failure policy |
| 1138 | + result in marking the corresponding indexes as failed without restarts, despite |
| 1139 | + backoffLimitPerIndex > 0. |
| 1140 | + release: v1.33 |
| 1141 | + file: test/e2e/apps/job.go |
1122 | 1142 | - testname: Jobs, completion after task failure
|
1123 | 1143 | codename: '[sig-apps] Job should run a job to completion when tasks sometimes fail
|
1124 | 1144 | and are locally restarted [Conformance]'
|
1125 | 1145 | description: Explicitly cause the tasks to fail once initially. After restarting,
|
1126 | 1146 | the Job MUST execute to completion.
|
1127 | 1147 | release: v1.16
|
1128 | 1148 | file: test/e2e/apps/job.go
|
| 1149 | +- testname: Terminate job execution when the maxFailedIndexes is exceeded |
| 1150 | + codename: '[sig-apps] Job should terminate job execution when the number of failed |
| 1151 | + indexes exceeds maxFailedIndexes [Conformance]' |
| 1152 | + description: Create an indexed job with backoffLimitPerIndex and maxFailedIndexes. |
| 1153 | + Verify the job execution is terminated as soon as the number of failed indexes |
| 1154 | + exceeds maxFailedIndexes. |
| 1155 | + release: v1.33 |
| 1156 | + file: test/e2e/apps/job.go |
1129 | 1157 | - testname: ReplicaSet, is created, Replaced and Patched
|
1130 | 1158 | codename: '[sig-apps] ReplicaSet Replace and Patch tests [Conformance]'
|
1131 | 1159 | description: Create a ReplicaSet (RS) with a single Pod. The Pod MUST be verified
|
|
0 commit comments