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 59f3aa1 + 0d5d714 commit cec0492Copy full SHA for cec0492
test/integration/job/job_test.go
@@ -760,7 +760,7 @@ func TestSuccessPolicy(t *testing.T) {
760
wantFailed: 0,
761
wantSucceeded: 1,
762
wantCompletedIndexes: "1",
763
- wantTerminating: ptr.To[int32](1),
+ wantTerminating: ptr.To[int32](0),
764
},
765
766
wantConditionTypes: []batchv1.JobConditionType{batchv1.JobSuccessCriteriaMet, batchv1.JobComplete},
@@ -1874,7 +1874,7 @@ func TestBackoffLimitPerIndex(t *testing.T) {
1874
wantActive: 0,
1875
wantFailed: 3,
1876
wantFailedIndexes: ptr.To("0,1"),
1877
1878
1879
1880
wantJobConditionType: batchv1.JobFailed,
0 commit comments