We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 79addb5 + 8f11a3b commit 59f3aa1Copy full SHA for 59f3aa1
test/integration/job/job_test.go
@@ -713,7 +713,7 @@ func TestSuccessPolicy(t *testing.T) {
713
wantFailed: 0,
714
wantSucceeded: 1,
715
wantCompletedIndexes: "1",
716
- wantTerminating: ptr.To[int32](1),
+ wantTerminating: ptr.To[int32](0),
717
},
718
719
wantConditionTypes: []batchv1.JobConditionType{batchv1.JobSuccessCriteriaMet, batchv1.JobComplete},
@@ -1782,7 +1782,7 @@ func TestBackoffLimitPerIndex(t *testing.T) {
1782
1783
wantFailed: 5,
1784
wantFailedIndexes: ptr.To(""),
1785
- wantTerminating: ptr.To[int32](2),
1786
1787
1788
wantJobConditionType: batchv1.JobFailed,
0 commit comments