You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: keps/sig-node/4818-allow-zero-value-for-sleep-action-of-prestop-hook/README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -296,7 +296,9 @@ extending the production code to implement this enhancement.
296
296
Alpha:
297
297
298
298
- Test that the runSleepHandler function returns immediately when given a duration of zero.
299
-
- Test that the validation returns an error when given an invalid duration value (e.g., a negative value).
299
+
- Test that the validation succeeds when given a zero duration with the feature gate enabled.
300
+
- Test that the validation fails when given a zero duration with the feature gate disabled.
301
+
- Test that the validation returns the appropriate error messages when given an invalid duration value (e.g., a negative value) with the feature gate disabled and enabled.
0 commit comments