Skip to content

Commit

Permalink
Add maxbackoff and backoffincrement to options test
Browse files Browse the repository at this point in the history
  • Loading branch information
cdelguercio committed Feb 28, 2024
1 parent 89882f5 commit 6709e3e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions supervisor/tests/test_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -3419,6 +3419,7 @@ def _makeOne(self, *arg, **kw):
for name in ('name', 'command', 'directory', 'umask',
'priority', 'autostart', 'autorestart',
'startsecs', 'startretries', 'uid',
'maxbackoff', 'backoffincrement',
'stdout_logfile', 'stdout_capture_maxbytes',
'stdout_events_enabled', 'stdout_syslog',
'stderr_logfile', 'stderr_capture_maxbytes',
Expand Down Expand Up @@ -3517,6 +3518,7 @@ def _makeOne(self, *arg, **kw):
for name in ('name', 'command', 'directory', 'umask',
'priority', 'autostart', 'autorestart',
'startsecs', 'startretries', 'uid',
'maxbackoff', 'backoffincrement',
'stdout_logfile', 'stdout_capture_maxbytes',
'stdout_events_enabled', 'stdout_syslog',
'stderr_logfile', 'stderr_capture_maxbytes',
Expand Down Expand Up @@ -3565,6 +3567,7 @@ def _makeOne(self, *arg, **kw):
for name in ('name', 'command', 'directory', 'umask',
'priority', 'autostart', 'autorestart',
'startsecs', 'startretries', 'uid',
'maxbackoff', 'backoffincrement',
'stdout_logfile', 'stdout_capture_maxbytes',
'stdout_events_enabled', 'stdout_syslog',
'stderr_logfile', 'stderr_capture_maxbytes',
Expand Down

0 comments on commit 6709e3e

Please sign in to comment.