mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-04 23:17:50 +00:00
Rate limit only when an actual error happens, not on update conflicts
This commit is contained in:
@@ -412,8 +412,8 @@ func TestSyncJobPastDeadline(t *testing.T) {
|
||||
},
|
||||
"activeDeadlineSeconds with backofflimit reach": {
|
||||
1, 1, 1, 10, 0,
|
||||
1, 0, 2,
|
||||
true, 1, 0, 0, 3, "BackoffLimitExceeded",
|
||||
0, 0, 1,
|
||||
true, 0, 0, 0, 1, "BackoffLimitExceeded",
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user